Sunday, 13 April 2025

CONVERSIONS ROUTINE:

 This conversion routine is used to convert the data from SAP format to output format and output format to SAP Format.

Conversion Input:

data(lv_matnr) = |{ wa_file_data-matnr alpha = in }|.

Conversion Outout:

data(lv_vbeln) = |{ wa_file_data-vbeln alpha = out }| 

No comments:

Post a Comment