0% found this document useful (0 votes)
62 views1 page

LIBRI

This document describes how to call the SUBMIT_REPORT function to run a report program. It exports the report name, allows skipping the selection screen, and passes selection screen values in a table. It defines exceptions for submitting via a variant, lacking authorization, and other errors.

Uploaded by

Antonio Di Bella
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views1 page

LIBRI

This document describes how to call the SUBMIT_REPORT function to run a report program. It exports the report name, allows skipping the selection screen, and passes selection screen values in a table. It defines exceptions for submitting via a variant, lacking authorization, and other errors.

Uploaded by

Antonio Di Bella
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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