SAP Reports / Programs

SAPF121G SAP ABAP Report - Generation Report for SAPF121







SAPF121G is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use the present program SAPF122G as part of a currency changeover...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 SAPF121G 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 SAPF121G. "Basic submit
SUBMIT SAPF121G AND RETURN. "Return to original report after report execution complete
SUBMIT SAPF121G VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Generation Report for SAPF121


INCLUDES used within this REPORT SAPF121G

INCLUDE RFBIDBD1.


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