SAP Reports / Programs

RMPREF03WG SAP ABAP Report - documentation and ABAP source code







RMPREF03WG is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RMPREF03WG 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 RMPREF03WG. "Basic submit
SUBMIT RMPREF03WG AND RETURN. "Return to original report after report execution complete
SUBMIT RMPREF03WG 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: ALTERN = Alternative
Selection Text: DATUM = Valid on
Selection Text: DISPOSTU = Low-level code
Selection Text: LAND1 = Country
Selection Text: MATNR = Material
Selection Text: PM_DUMMY = Explode phantom assemblies
Selection Text: PM_PEINH = Price unit
Selection Text: PM_PWLEN = Standard length of tariff alt.
Selection Text: PM_RNDKZ = Round Base Unit of Measure
Selection Text: PM_SANFR = Production relevant
Selection Text: PM_SANKA = Relevancy to Costing
Selection Text: PM_SIMU = Simulation
Selection Text: PWGGR = Preference plant group
Selection Text: P_CONTWG = Control log
Selection Text: P_CUST = Customs log
Selection Text: P_DATA = Flow trace
Selection Text: P_DATAWG = Flow trace
Selection Text: P_ERROR = Error log
Selection Text: P_ERROWG = Error log
Selection Text: P_MTART = Exclude mat.type of component
Selection Text: STLVER = BOM usage
Text Symbol: W05 = PRef. group-internal
Text Symbol: W04 = Ext. procurement
Text Symbol: W03 = PRef. group-internal plant:
Text Symbol: W02 = PRef. group-internal plant:
Text Symbol: W01 = In-house prod.
Text Symbol: T02 = Invalid use
Text Symbol: T01 = No entries found in table MAST
Text Symbol: R04 = Rule
Text Symbol: R02 = Alternat. rule
Text Symbol: R01 = Standard rule
Text Symbol: R00 = Procedure HTS item Op.code Percent Det.price
Text Symbol: LCK = Material is blocked by
Text Symbol: LCA = Terminatn. Material Block
Text Symbol: KET = |Table |Key |Error message |
Text Symbol: KES = |Other error notes |Error message |
Text Symbol: KEK = |Component |Description |Plnt|Zone|Error message |
Text Symbol: WDK = Cross-plant preference determination Date:





Text Symbol: WGA = Pref. not maintained - negative
Text Symbol: WGC = Pref. manually maintained - positive
Text Symbol: WGD = Pref. manually maintained - negativ
Text Symbol: WL1 = Vendor declaration missing
Text Symbol: WL2 = Vendor declaration has expired
Text Symbol: WL3 = Vendor declaration ist not valid!
Text Symbol: Z04 = |Zone Rule Old preference New preference |
Text Symbol: Z05 = |Plant MatlVal. Components Det. old value Det. new value|
Text Symbol: Z06 = | OriginalProd. Share-% |
Text Symbol: Z07 = | Non-origProd. Share-% w/o class.change Share-% |
Text Symbol: Z08 = | w/ class.change Share-% |
Text Symbol: ZK1 = |Zone Payer Val.ItChg. Val.w/oItChg. Val.NonOrig. Val.Orig. Det.Price |
Text Symbol: ZP0 = | BOM component | Description | CompQty | Val|VD|PS|DO|ComCod |Surch.%| MAP/std price| Det.price |
Text Symbol: ZW1 = |Zone Rule Pref. Old Det.Value Old Pref. New Det.value New|
Text Symbol: ZW2 = |Plant Val.ItChg Val.w/oItChg Val.NonOrig. Val.Orig. |
Text Symbol: 068 = Exclude mat.type of component
Text Symbol: 067 = Security surcharge in %
Text Symbol: 066 = Alternative BOM available
Text Symbol: 065 = TERMINATION BOM explosion
Text Symbol: 064 = Explode one level
Text Symbol: 063 = Explode alternative assembly
Text Symbol: 061 = Simulation
Text Symbol: 060 = TERMINATION Preference determination
Text Symbol: 059 = TERMINATION Preference determination - See error log, RC ='
Text Symbol: 058 = No change allowed
Text Symbol: 057 = OldAssemb.
Text Symbol: 056 = New pref.
Text Symbol: 055 = Old pref.
Text Symbol: 054 = Usage/Alt.
Text Symbol: 053 = Bill of material
Text Symbol: 050 = |- - - - - - - - - C O M P O N E N T D A T A - - - - - - - - - - - - - - - - - -| |
Text Symbol: 025 = Preference zone ;
Text Symbol: 022 = CommCode;
Text Symbol: 015 = PrefGrp
Text Symbol: 014 = Country
Text Symbol: 013 = Base qty <-- 13 digits
Text Symbol: 012 = |- - - - P R E F E R E N C E Z O N E S - P R E F E R E N C E D A T A - - - - - -|
Text Symbol: 010 = Material <-- 11 digits
Text Symbol: 009 = Surcharge for determined price





Text Symbol: 005 = Plant <-- 5 digits
Text Symbol: 002 = Preference determination
Text Symbol: 069 = Explode phantom assembl.
Text Symbol: KEF = |Material |Description |Plnt|Zone|Error message |
Text Symbol: KDL = |Material |Description |Plnt|Zone|Note message |
Text Symbol: K10 = |Material ;Description ;Plnt;Error message |
Text Symbol: K05 = |BOM items |Description ; CompQty ; Value;VD;ComCod;
Text Symbol: F04 = List control
Text Symbol: F03 = Additional parameters
Text Symbol: F02 = Bills of material selection
Text Symbol: F01 = Material Selection
Text Symbol: DRW = Control log for plant Time:
Text Symbol: DRS = Page:
Text Symbol: DRP = Log Time :
Text Symbol: DRK = Preference determination Date :
Text Symbol: DRF = Error log Time :
Text Symbol: DRD = Flow log Time :
Text Symbol: DRC = Control log Time:
Text Symbol: BEX = Mssng
Text Symbol: 900 = Is configurable - no determination allowed
Text Symbol: 701 = Incorrect print control
Text Symbol: 077 = Control log
Text Symbol: 076 = Flow trace
Text Symbol: 075 = Error log
Text Symbol: 074 = Customs log
Text Symbol: 073 = Cross-plant information
Text Symbol: 072 = Plant-related information
Text Symbol: 071 = No. days
Text Symbol: 070 = POtolerance for stock transfer


INCLUDES used within this REPORT RMPREF03WG

INCLUDE RMPREFDDWG.


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' importing ev_guid_16 = con_log_guid.



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