RCPPLMZ3 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RCPPLMZ3 purges table PLMZ...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 RCPPLMZ3 into the relevant SAP transactions such as SE38 or SE80
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.
Title: PLMZ Check Report
Text Symbol: 001 = Duplicate found:
Text Symbol: 002 = No double component assignments found.
Text Symbol: 003 = No double assignment number found.
Text Symbol: 004 = PLMZ: Step 1 done:
Text Symbol: 005 = PLMZ:Step 2 done:
Text Symbol: 006 = > PLMZ not modified.
Text Symbol: 010 = Routing selection
Text Symbol: 020 = Type
Text Symbol: 030 = Number
Text Symbol: 035 = Area of validity - handling
Text Symbol: 040 = Keep earliest beginning of validity period
Text Symbol: 050 = Keep latest beginning of validity period
Text Symbol: 060 = WARNING
Text Symbol: 070 = The report RCPPLMZ3 will modify the database !
Text Symbol: 080 = For further information read the program documentation...
Text Symbol: 100 = Missing type or number of routing
Text Symbol: 110 = Missing handling specification of validity
Text Symbol: 120 = There is no valid data matching the criteria
Text Symbol: 130 = Routing is in use
Text Symbol: 140 = No material component assignment detected
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_EPPLKO CALL FUNCTION 'ENQUEUE_EPPLKO' EXPORTING PLNNR = PLNR_SEL PLNTY = PLTY_SEL EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.