Sunday, 13 April 2025

CONCATENATION:

 In SAP ABAP, the CONCATENATE statement is used to concatenate strings or fields into a single string. The basic syntax of the CONCATENATE statement is as follows:

lv_descript = |{ text-001 } { gjahr } { space } { text 002 } { space } { monat }|.

No comments:

Post a Comment