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
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: Generation Report for SAPF121
INCLUDE RFBIDBD1.
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.