SAP ABAP SUBMIT REPORT



Get Example source ABAP code based on a different SAP table
  



Calling Executable Programs
Executable programs can only be executed directly from the perspective of the end user. Whenever an executable program is started using System -> Services -> Reporting or a report transaction, the statement SUBMIT is executed internally. Executable programs are the only programs that can be called using SUBMIT.
SUBNODES



Latest notes:

When the statement SUBMIT is executed, an authorization check is performed using the authorization object S_PROGRAM for the authorization group specified in the program properties.
ABAP_HINT_END