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

RFFMKWO4 SAP ABAP Report - Delete Execution Data from Customers, Vendors and Documents







RFFMKWO4 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 this program to delete help files that have been saved for passing on a customer to execution...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 RFFMKWO4 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

F8P4 - Delete Customer Execution Data


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 RFFMKWO4. "Basic submit
SUBMIT RFFMKWO4 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMKWO4 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: TESTLAUF = Test Run
Selection Text: S_LIFNR = Vendor
Selection Text: S_KUNNR = Customer
Selection Text: S_BUKRS = Company Code
Selection Text: P_KREDI = Vendors
Selection Text: P_DEBI = Customers
Selection Text: P_BEL = Corresponding Documents
Title: Delete Execution Data from Customers, Vendors and Documents
Text Symbol: 102 = Continue?
Text Symbol: 101 = You delete assignments in the update run
Text Symbol: 100 = Delete Test Data
Text Symbol: 003 = Delete Data for
Text Symbol: 002 = Parameter
Text Symbol: 001 = Selection


INCLUDES used within this REPORT RFFMKWO4

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:

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'J' textline1 = text-101 textline2 = text-102 titel = text-100 importing answer = l_answer.

K_KKB_LIST_DISPLAY call function 'K_KKB_LIST_DISPLAY' exporting i_callback_program = g_progn i_tabname = 'G_T_PSOBL' it_fieldcat = l_t_fieldcat tables t_outtab = l_t_psobl exceptions others = 1.

NAMETAB_GET call function 'NAMETAB_GET' exporting tabname = 'PSOBL' tables nametab = l_t_nametab.



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