SAPF120G is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The generation report SAPF120G uses the control report SAPF120R and writes the coding (processing logic) contained in it with changed headers plus the screen filling routines newly generated into the report SAPF120...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter SAPF120G 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: Generating Report for SAPF120
INCLUDE RFBIDBDY.
No SAP DATABASE tables are accessed within this REPORT code!
RS_SCRP_SFW_COMPRESS CALL FUNCTION 'RS_SCRP_SFW_COMPRESS' EXPORTING I_FIELDLIST = dFIELDS IMPORTING E_FIELDLIST = dFIELDS.
RS_SCRP_SFW_COMPRESS CALL FUNCTION 'RS_SCRP_SFW_COMPRESS' EXPORTING I_FIELDLIST = dxFIELDS IMPORTING E_FIELDLIST = dxFIELDS.
RS_SCRP_SFW_COMPRESS CALL FUNCTION 'RS_SCRP_SFW_COMPRESS' EXPORTING I_FIELDLIST = dFIELDS IMPORTING E_FIELDLIST = dFIELDS.
G_SPLIT_LINE CALL FUNCTION 'G_SPLIT_LINE' EXPORTING INPUT_LINE = REP-Z * CONDENSE_SHORT_LINES = ' ' TABLES EXPORT_LINES = REPH EXCEPTIONS OTHERS = 1.
CALL FUNCTION ' CALL FUNCTION ''CONVERSION_EXIT_KONPR_OUTPUT'' '.
CALL FUNCTION ' CALL FUNCTION ''CONVERSION_EXIT_MATN1_OUTPUT'' '.
CALL FUNCTION ' CALL FUNCTION ''CONVERSION_EXIT_CUNIT_OUTPUT'' '.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'BSET' TABLES dfies_tab = tdfies EXCEPTIONS not_found = 1 internal_error = 2 others = 3.
CALL FUNCTION ' CALL FUNCTION ''CO_SF_AFVG_CHECK_WITH_KEY'' '.
CALL FUNCTION REP-Z = ' CALL FUNCTION ''REEX_CALLBACK_FI_MEMO_POSTING'' '.
CALL FUNCTION REP-Z = 'CALL FUNCTION ''REAL_ESTATE_BDCI_FILL'' '.
CALL FUNCTION ' CALL FUNCTION ''FI_FIND_PAYMENT_CONDITIONS'' '.
CALL FUNCTION REP-Z = ' CALL FUNCTION ''FI_WT_RECURRING_FILL_POPUP'' '.
DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'BSEG' TABLES dfies_tab = xdfies EXCEPTIONS not_found = 1 internal_error = 2 others = 3.
CALL FUNCTION REP-Z = 'CALL FUNCTION ''FI_DECODE_KONTL'' "#EC EXISTS'.
CALL FUNCTION ' CALL FUNCTION ''READ_IBAN_EXT'''.
CALL FUNCTION ' CALL FUNCTION ''CO_SF_AFVG_CHECK_WITH_KEY'' '.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPF120G - Generating Report for SAPF120 SAPF120G - Generating Report for SAPF120 SAPF111V - Module Pool for Entering Payment Runs for Payment Requests SAPF111V - Module Pool for Entering Payment Runs for Payment Requests SAPF111S - Payment Program for Payment Requests SAPF111S - Payment Program for Payment Requests