0 votes
in SAP by

What ABAP statement will trigger list generation?

1 Answer

0 votes
by

he first WRITE statement encountered in an ABAP program will trigger list processing. Upon completion of the program, the list is output. The system will generate some standard headings for list output that includes the program name and a page number in the heading.

...