Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9236

Re: Value of requested delivery date in USEREXIT_MOVE_FIELD_TO_VBAK?

$
0
0

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.


Viewing all articles
Browse latest Browse all 9236

Trending Articles