Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

CALL FUNCTION 'SUBMIT_REPORT'

EXPORTING
report = 'ZPROG2.' "report name of ur tocde
RET_VIA_LEAVE = '' "IF 'X' returns to the called program
after execution
SKIP_SELSCREEN = 'X' "If 'X' selection screen of called
program is not displayed
TABLES
SELECTION_TABLE = lt_params "Contains values to the selection screen
EXCEPTIONS
JUST_VIA_VARIANT = 1
NO_SUBMIT_AUTH = 2
OTHERS = 3

You might also like