SAP Reports / Programs | Financial Accounting | Accounts Receivable | Basic Functions(FI-AR-AR) SAP FI

RFCMDECV SAP ABAP Report - Delete A/R Summary Data







RFCMDECV is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report deletes A/R summaries...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 RFCMDECV 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 RFCMDECV. "Basic submit
SUBMIT RFCMDECV AND RETURN. "Return to original report after report execution complete
SUBMIT RFCMDECV 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_XTEST = Test Run
Selection Text: P_XECHT = Update Run
Selection Text: P_XCOPY = Copy Data
Selection Text: P_XAUTO = Automatic Analysis
Selection Text: MANDT = Client
Selection Text: LOGSYS = Logical system
Selection Text: KUNNR = Customer
Selection Text: KKBER = Credit control area
Title: Delete A/R Summary Data
Text Symbol: P03 = Posting Params
Text Symbol: P02 = Client Analysis after Upgrade
Text Symbol: P01 = General Selections
Text Symbol: 006 = No data was selected from table KNKKF1.
Text Symbol: 005 = No data was selected from table KNKKF1.
Text Symbol: 004 = The existing data records in table KNKKF2 have not been deleted.
Text Symbol: 003 = The existing data records in table KNKKF1 have not been deleted.
Text Symbol: 002 = Number of data records deleted in table KNKKF2:
Text Symbol: 001 = Number of data records deleted from table KNKKF1:


INCLUDES used within this REPORT RFCMDECV

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:

CREDITCONTROL_ANALYSE_KNKKFI CALL FUNCTION 'CREDITCONTROL_ANALYSE_KNKKFI' EXPORTING I_PROTOCOL = 'X' TABLES T_RANGE_MANDT = MANDT T_RANGE_LOGSYS = LOGSYS EXCEPTIONS NO_DATA = 1 OTHERS = 2.

CREDITCONTROL_DELETE_KNKKFI CALL FUNCTION 'CREDITCONTROL_DELETE_KNKKFI' EXPORTING I_PROTOCOL = 'X' I_UPDATE = P_XECHT TABLES T_RANGE_MANDT = MANDT T_RANGE_LOGSYS = LOGSYS T_RANGE_KKBER = KKBER T_RANGE_KUNNR = KUNNR.

CREDITCONTROL_DELETE_KNKKFI CALL FUNCTION 'CREDITCONTROL_DELETE_KNKKFI' EXPORTING I_PROTOCOL = 'X' I_UPDATE = P_XECHT TABLES T_RANGE_MANDT = MANDT T_RANGE_LOGSYS = LOGSYS T_RANGE_KKBER = KKBER T_RANGE_KUNNR = KUNNR.

CREDITCONTROL_COPY_KNKKFI CALL FUNCTION 'CREDITCONTROL_COPY_KNKKFI' EXPORTING I_PROTOCOL = 'X' I_UPDATE = P_XECHT EXCEPTIONS DATA_COPY_NOT_ALLOWED = 1 OTHERS = 2.



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