|
|
| FIELD-SYMBOLS: <fs_tax>. |
| |
| *We refer the program and the name of the field to the pointer |
| ASSIGN ('(SAPLJ1BCONDTAX)J_1BTAXCODEV-KALSM') TO <fs_tax>. |
| IF <fs_tax> IS ASSIGNED. |
| WRITE <fs_tax>. |
| ENDIF. |
| *It will display the same value we saw in the debugger, TAXBRA |
|
|
Nenhum comentário:
Postar um comentário