SAP Reports / Programs | Logistics Execution | Warehouse Management(LE-WM) SAP LE

RLWMPPC4 SAP ABAP Report - Evaluation PP Order from WM View







RLWMPPC4 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report evaluates PP orders from the WM point of view...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 RLWMPPC4 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

LX42 - Evaluation PP Order from WM View


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 RLWMPPC4. "Basic submit
SUBMIT RLWMPPC4 AND RETURN. "Return to original report after report execution complete
SUBMIT RLWMPPC4 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: BLOCK = Maximum Number of Items
Selection Text: AUFNR = Order
Title: Evaluation PP Order from WM View
Text Symbol: 040 = WM relevance cannot be checked
Text Symbol: 034 = No TR
Text Symbol: 033 = Reqmnt <> TO qty
Text Symbol: 032 = No TOs created yet
Text Symbol: 031 = TR qty <> reqmnt
Text Symbol: 030 = TR item processed
Text Symbol: 024 = GI qty <> reqmnt
Text Symbol: 023 = No GI posting
Text Symbol: 022 = delivery completed
Text Symbol: 021 = Not released
Text Symbol: 020 = Deleted
Text Symbol: 014 = GreenLight
Text Symbol: 013 = AmberLight
Text Symbol: 012 = Red Light
Text Symbol: 011 = Material
Text Symbol: 010 = MSI
Text Symbol: 009 = Transfer Order Qty
Text Symbol: 008 = TR qty
Text Symbol: 007 = -> TR
Text Symbol: 006 = Quantity withdrawn
Text Symbol: 005 = Reqmnt qty
Text Symbol: 004 = Item
Text Symbol: 003 = Reservation
Text Symbol: 002 = Status
Text Symbol: 001 = Production order


INCLUDES used within this REPORT RLWMPPC4

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:

STATUS_TEXT_EDIT call function 'STATUS_TEXT_EDIT' exporting objnr = objnr spras = sy-langu importing line = line exceptions object_not_found = 4.

L_WMPP_RELEVANCE_CHECK call function 'L_WMPP_RELEVANCE_CHECK' exporting werks = xresb-werks lgort = xresb-lgort lgnum = xresb-lgnum dialog = ' ' importing wm_relevant = wm_relevant o_obest = o_obest exceptions lgnum_or_lgort_necessary = 1 others = 2.

CO_TA_TCO43_READ call function 'CO_TA_TCO43_READ' exporting werks_imp = p_werks profile_imp = p_sfcpf importing tco43_exp = xtco43 exceptions no_entry_found = 99.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = iv_icon_name info = lv_icont_quickinfo text = lv_icont_shorttext IMPORTING RESULT = ic_icon_symbol EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.



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