SAP Reports / Programs | Public Sector Management | Funds Management(PSM-FM) SAP PSM

RFFM_PO_ZEKKN_FIX_FMUSFGA SAP ABAP Report - Fix Commitment string in FMUSFGA for SES SAA







RFFM_PO_ZEKKN_FIX_FMUSFGA 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_FMUSFGA 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_FMUSFGA. "Basic submit
SUBMIT RFFM_PO_ZEKKN_FIX_FMUSFGA AND RETURN. "Return to original report after report execution complete
SUBMIT RFFM_PO_ZEKKN_FIX_FMUSFGA 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_CHK_AA = Compare SL data to EKKN
Selection Text: P_LIMIT = # batches to process
Selection Text: P_NOMR11 = Don't report if MR11 involved
Selection Text: P_RPLIST = List documents for repost?
Selection Text: P_RPTABL = Load repost control table?
Selection Text: P_TEST = Test - do not update database
Selection Text: P_UPDSUS = Update suspicious Commit Str?
Selection Text: S_DEBUG = Debug document numbers
Selection Text: S_EBELN = D .
Selection Text: S_EBELP = D .
Title: Fix Commitment string in FMUSFGA for SES SAA
Text Symbol: OPT = Options
Text Symbol: SEL = Selection criteria


INCLUDES used within this REPORT RFFM_PO_ZEKKN_FIX_FMUSFGA

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.

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

FM_FIPOS_GET_FROM_FIPEX call function 'FM_FIPOS_GET_FROM_FIPEX' exporting i_fipex = is_sl-rfipex importing e_fipos = lv_fipos.



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