SAP Reports / Programs | Financial Accounting(FI) SAP FI

SAPF120G SAP ABAP Report - Generating Report for SAPF120







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


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 SAPF120G. "Basic submit
SUBMIT SAPF120G AND RETURN. "Return to original report after report execution complete
SUBMIT SAPF120G VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Generating Report for SAPF120


INCLUDES used within this REPORT SAPF120G

INCLUDE RFBIDBDY.


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:

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'' '.



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 SAPF120G or its description.