Make a variable window in the SAPScript.
While calling in the driving program you need to call the window after the MAIN window processing.
Like:
LOOP AT ITAB. * CALL FM WRITE_TEXT FOR MAIN WINDOW ENDLOOP. * CALL FM WRITE_TEXT FOR VARI_WINDOW
Regards,
Naimesh Patel
Add a comment