RCMPROACT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to transfer data for contract manufacturing from your ERP system to SAP Inventory Collaboration Hub (SAP ICH) or to SAP Supply Network Collaboration (SAP SNC)...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 RCMPROACT 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.
Selection Text: GV_ICH = ICH 5.0
Selection Text: GV_SNC = SNC 5.1
Selection Text: LOGSYS = Target System
Selection Text: LV_BESKZ = Procurement Type
Selection Text: LV_DEMND = Demand
Selection Text: LV_DISPO = MRP Controller
Selection Text: LV_FMRCP = Firm Receipt
Selection Text: LV_INSME = Stock in Quality Inspection
Selection Text: LV_LABST = Unrestricted-Use Stock
Selection Text: LV_LIFNR = Vendor
Selection Text: LV_PDRUN = Update Run (Send IDocs)
Selection Text: LV_PLRCP = Planned Receipt
Selection Text: LV_PRGRP = Product Group
Selection Text: LV_PUORD = Purchase Order
Selection Text: LV_WERK = D .
Selection Text: LV_BERID = D .
Selection Text: LT_MATNR = D .
Selection Text: LV_ZOQTY = Transfer Zero Quantities
Selection Text: LV_VLOG = Complete Report
Selection Text: LV_TEST = Test Run
Selection Text: LV_SSTK = Only Stock Report
Selection Text: LV_SPEME = Blocked Stock
Selection Text: LV_SOBSL = Special Procurement
Selection Text: LV_SLOG = Short Report
Selection Text: LV_SCRMP = Mat. Reqmts of Subcontractor
Selection Text: LV_SAPLZ = SA Schedule Line (Planning)
Selection Text: LV_SAFTZ = SA Sched. Line (Prod., Mat.)
Selection Text: LV_PURQS = Purchase Requisition
Title: Data Transfer for Contract Manufacturing (Supplier)
Text Symbol: 180 = Planned Orders
Text Symbol: 179 = Planned Receipt
Text Symbol: 177 = Subcontracting Requirements of Produced Material
Text Symbol: 176 = Subcontracting Reservations
Text Symbol: 175 = Sales Orders
Text Symbol: 174 = Dependent Reservations
Text Symbol: 173 = Manual Reservations
Text Symbol: 172 = Dependent Requirements
Text Symbol: 171 = Forecast Requirements
INCLUDE OEMCM_TOP.
INCLUDE OEMCM_MAIN.
INCLUDE OEMCM_ROUTINE.
INCLUDE OEMCM_SUBSRN.
INCLUDE OEMCM_EXEC.
INCLUDE OEMCM_LOG.
INCLUDE OEMCM_CALLBACK.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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 RCMPROACT or its description.