RFFMFZ22 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 RFFMFZ22 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.
Selection Text: P_GRAUF = Order group
Selection Text: P_GRKAR = Cost element group
Selection Text: P_GRKST = Cost center group
Selection Text: P_GRPPC = Profit center group
Selection Text: P_GRPSP = WBS element group
Selection Text: P_GRUPPE = Group name
Selection Text: P_KOKRS = Controlling area
Title: Delete CO-FM group assignment
Text Symbol: 001 = Controlling area
Text Symbol: 002 = Group
Text Symbol: 003 = All groups
Text Symbol: 010 = Group type
Text Symbol: 011 = Cost elem. group
Text Symbol: 012 = Cost center group
Text Symbol: 013 = Order group
Text Symbol: 014 = WBS element group
Text Symbol: 015 = Profit ctr group
Text Symbol: E01 = CO-FM assignment group deleted
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FM_CO_ASSIGNMENT_GROUP_DELETE CALL FUNCTION 'FM_CO_ASSIGNMENT_GROUP_DELETE' EXPORTING I_KOKRS = U_KOKRS I_GRUPPE = U_GRUPPE I_GRFLD = U_GRFLD EXCEPTIONS NO_ENTRY_FOUND = 1 INVALID_GRFLD = 2 OTHERS = 3.
K_KOKRS_READ CALL FUNCTION 'K_KOKRS_READ' EXPORTING KOKRS = U_KOKRS IMPORTING E_TKA01 = L_F_TKA01 EXCEPTIONS ERROR_MESSAGE = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.