SAP Reports / Programs | Logistics - General | Logistics Basic Data | Assignment of Markdown Profiles(LO-MD-MPA) SAP LO

RWRF_MPA_DELETE SAP ABAP Report - Reorganize Markdown Profile Assignments in ERP System







RWRF_MPA_DELETE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to physically delete the markdown proposal assignments that are flagged for deletion in the ERP system and that have already been extracted to the BI system from the database table in the ERP system...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 RWRF_MPA_DELETE 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

WMPA_REORG - Reorganize Profile Assignments


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 RWRF_MPA_DELETE. "Basic submit
SUBMIT RWRF_MPA_DELETE AND RETURN. "Return to original report after report execution complete
SUBMIT RWRF_MPA_DELETE 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: PA_DATE = Last Extraction Date
Selection Text: PA_LAST = Last Reorganization
Selection Text: PA_TEST = Test Mode
Selection Text: PA_TIME = Last Extraction Time
Title: Reorganize Markdown Profile Assignments in ERP System
Text Symbol: 001 = Reorganize Markdown Profile Assignments in ERP System


INCLUDES used within this REPORT RWRF_MPA_DELETE

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:

RSBCT_RFASH_READ_TSMP CALL FUNCTION 'RSBCT_RFASH_READ_TSMP' DESTINATION l_destination EXPORTING i_oltpsource = c_data_source IMPORTING e_s_rsbct_rfash_tsmp = l_result EXCEPTIONS entry_not_found = 1 communication_failure = 2 system_failure = 3 OTHERS = 4.

RSBCT_RFASH_READ_TSMP CALL FUNCTION 'RSBCT_RFASH_READ_TSMP' DESTINATION l_destination EXPORTING i_oltpsource = c_data_source IMPORTING e_s_rsbct_rfash_tsmp = l_result EXCEPTIONS entry_not_found = 1 communication_failure = 2 system_failure = 3 OTHERS = 4.

WRF_MPA_DELETE CALL FUNCTION 'WRF_MPA_DELETE' IN UPDATE TASK EXPORTING it_del_mpa = lt_wrf_mpa.



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