SAP Reports / Programs | Logistics - General | Logistics Basic Data | Price Planning Workbench(LO-MD-PPW) SAP LO

RWRF_PPW_ABS_CONSISTENCE_CHECK SAP ABAP Report - PPW: Consistency Check for Markdown Proposals







RWRF_PPW_ABS_CONSISTENCE_CHECK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for For test purposes only: Price Planning Workbench: consistency check of markdown proposals ..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_PPW_ABS_CONSISTENCE_CHECK 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 RWRF_PPW_ABS_CONSISTENCE_CHECK. "Basic submit
SUBMIT RWRF_PPW_ABS_CONSISTENCE_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT RWRF_PPW_ABS_CONSISTENCE_CHECK VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Test Results for Analysis of Markdown Proposals
Selection Text: SO_MATNR = Materials to Be Checked
Title: PPW: Consistency Check for Markdown Proposals
Text Symbol: 001 = Material
Text Symbol: 002 = No markdown proposals found
Text Symbol: 003 = Only deviating prices remaining
Text Symbol: 004 = All markdown proposals checked
Text Symbol: 005 = are consistent
Text Symbol: 006 = There are duplicate PA levels
Text Symbol: 007 = Selection criteria
Text Symbol: 008 = Category of the Entries to Be Checked
Text Symbol: 009 = Pricing document
Text Symbol: 010 = for PA level
Text Symbol: 011 = does not exist
Text Symbol: 012 = with item


INCLUDES used within this REPORT RWRF_PPW_ABS_CONSISTENCE_CHECK

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:

GUID_CREATE CALL FUNCTION 'GUID_CREATE' ##FM_OLDED IMPORTING ev_guid_16 = l_guid.

WRF_PPW_PPDART_ENTRIES_READ CALL FUNCTION 'WRF_PPW_PPDART_ENTRIES_READ' EXPORTING i_ppd_guid = l_guid it_ppdart_guid = lt_ppdart_guid i_inclusive_pa_entries = sr_co->x i_ppd_type = sr_co->ppd_typ_md i_ppd_art = 'PPD1' IMPORTING et_ppdart = lt_ppdart et_ppdpa = lt_ppdpa et_messages = lt_messages EXCEPTIONS not_found = 1 OTHERS = 2.

WRF_PPW_MESSAGE_GET_TEXT CALL FUNCTION 'WRF_PPW_MESSAGE_GET_TEXT' EXPORTING is_message = lw_message i_langu = sy-langu IMPORTING e_text = l_message_text EXCEPTIONS no_t100_found = 1 OTHERS = 2.

WRF_PPW_PPDART_ENTRIES_READ CALL FUNCTION 'WRF_PPW_PPDART_ENTRIES_READ' EXPORTING i_ppd_guid = l_guid it_ppdart_guid = lt_ppdart_guid i_inclusive_pa_entries = sr_co->x i_ppd_type = sr_co->ppd_typ_md i_ppd_art = 'PPD1' i_without_load_calc_docs = sr_co->x IMPORTING et_ppdpa = lt_ppdpa EXCEPTIONS not_found = 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 RWRF_PPW_ABS_CONSISTENCE_CHECK or its description.