FKPY3FG0 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter FKPY3FG0 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Include FKPY3FG0
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING IN_ARCHIVE_PARAMETERS = ARC_PARAMS IN_PARAMETERS = PRI_PARAMS MODE = 'BATCH' NO_DIALOG = P_NO_DIALOG IMPORTING OUT_ARCHIVE_PARAMETERS = ARC_PARAMS OUT_PARAMETERS = PRI_PARAMS VALID = XVALID EXCEPTIONS INVALID_PRINT_PARAMS = 2 INVALID_ARCHIVE_PARAMS = 2 OTHERS = 4.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING ARCHIVE_ID = ARC_PARAMS-ARCHIV_ID ARCHIVE_INFO = ARC_PARAMS-INFO ARCHIVE_TEXT = ARC_PARAMS-ARCTEXT AR_OBJECT = ARC_PARAMS-AR_OBJECT SAP_OBJECT = ARC_PARAMS-SAP_OBJECT ARCHIVE_MODE = PRI_PARAMS-ARMOD AUTHORITY = PRI_PARAMS-PRBER COPIES = PRI_PARAMS-PRCOP COVER_PAGE = PRI_PARAMS-PRBIG DATA_SET = PRI_PARAMS-PRDSN DEPARTMENT = PRI_PARAMS-PRABT DESTINATION = PRI_PARAMS-PDEST EXPIRATION = PRI_PARAMS-PEXPI IMMEDIATELY = PRI_PARAMS-PRIMM LAYOUT = PRI_PARAMS-PAART LINE_COUNT = PRI_PARAMS-LINCT LINE_SIZE = PRI_PARAMS-LINSZ LIST_NAME = PRI_PARAMS-PLIST LIST_TEXT = PRI_PARAMS-PRTXT NEW_LIST_ID = PRI_PARAMS-PRNEW RECEIVER = PRI_PARAMS-PRREC RELEASE = PRI_PARAMS-PRREL SAP_COVER_PAGE = PRI_PARAMS-PRSAP TYPE = PRI_PARAMS-PTYPE MODE = 'BATCH' NO_DIALOG = P_NO_DIALOG IMPORTING OUT_ARCHIVE_PARAMETERS = ARC_PARAMS OUT_PARAMETERS = PRI_PARAMS VALID = XVALID EXCEPTIONS OTHERS = 0.
GET_TEXT_PRINT_PARAMETERS CALL FUNCTION 'GET_TEXT_PRINT_PARAMETERS' EXPORTING ARCHIVE_INDEX = H_ARC_INDEX ARCHIVE_PARAMS = H_ARC_PARAMS OPTIONS = ITCPO NO_PRINT_BUTTONS = 'X' IMPORTING NEWOPTIONS = ITCPO EXCEPTIONS CANCELED = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.