SAP Reports / Programs

RFFM_PO_ZEKKN_FIX_FMIFIIT SAP ABAP Report - Fix VRFKNT in FMIFIIT for SES SAA







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


Text pool values


Selection Text: P_ANAORA = Update db stats for Oracle
Selection Text: P_BACKUP = Save before-update copies?
Selection Text: P_BATCH = Batch size
Selection Text: P_BUKRS = D .
Selection Text: P_TEST = Test - do not update database
Selection Text: P_UPDSUS = Update suspicious VRFKNT?
Selection Text: S_BELNR = D .
Selection Text: S_EBELN = D .
Selection Text: S_GJAHR = D .
Title: Fix VRFKNT in FMIFIIT for SES SAA
Text Symbol: OPT = Options
Text Symbol: SEL = Selection criteria


INCLUDES used within this REPORT RFFM_PO_ZEKKN_FIX_FMIFIIT

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:

DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = c_backup_tabname exceptions not_found = 1 others = 2.

FM_BW_CHECK_DELTA_ACTIVE call function 'FM_BW_CHECK_DELTA_ACTIVE' exporting i_source_table = 'FMIFIIT' exceptions delta_not_active = 1 wrong_source_table = 2 others = 3.

FM_BW_DELTA_UPDATE_CALL call function 'FM_BW_DELTA_UPDATE_CALL' exporting i_chgtype = 'U' i_origin = 'RFFM_PO_ZEKKN_FIX_FMIFIIT' " Program include and subroutine i_data_complete = 'X' tables t_fmifiit = lt_fm.



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