* Output system fields with descriptive labels and proper alignment. WRITE:/5 'SY-ABCDE', SY-ABCDE, " SY-ABCDE: Custom field in the SAP system, typically used for ...
* in a string to a single space or no space at all. * Declare a variable to store the output string. DATA: OSTRING(50) TYPE C. * PARAMETERS statement to accept input ...