SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable(FI-CA) SAP FI

FKPY3FG0 SAP ABAP INCLUDE - Include FKPY3FG0







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT FKPY3FG0. "Basic submit
SUBMIT FKPY3FG0 AND RETURN. "Return to original report after report execution complete
SUBMIT FKPY3FG0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include FKPY3FG0


INCLUDES used within this REPORT FKPY3FG0

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name FKPY3FG0 or its description.