Hi Allison,
If you have entered values then you can get the value from Screen field.
Snippet is -
field-symbols <fs_vdatu> type any.
constants lc_vdatu type char50 value '(SAPMV45A)VBAK-VDATU'.
Assign (lc_vdatu) to <fs_vdatu>.
BR.
Hi Allison,
If you have entered values then you can get the value from Screen field.
Snippet is -
field-symbols <fs_vdatu> type any.
constants lc_vdatu type char50 value '(SAPMV45A)VBAK-VDATU'.
Assign (lc_vdatu) to <fs_vdatu>.
BR.