ROEMPROACT 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 and 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 ROEMPROACT 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: LOGSYS = Target System
Selection Text: LV_BESKZ = Procurement Type
Selection Text: LV_DEMND = Demand
Selection Text: LV_DISPO = MRP Controller
Selection Text: LV_DPREQ = Dependent Requirements
Selection Text: LV_DPRSV = Dependent Reservations
Selection Text: LV_FCREQ = Forecast Requirements
Selection Text: LV_FMRCP = Firm Receipt
Selection Text: LV_INSME = Stock in Quality Inspection
Selection Text: LV_LABST = Unrestricted-Use Stock
Selection Text: LV_MNRSV = Manual Reservations
Selection Text: LV_PDRUN = Update Run (Send IDocs)
Selection Text: LV_PIREQ = Planned Indep. Requirements
Selection Text: LV_PLORD = Planned Order
Selection Text: LV_PLRCP = Planned Receipt
Selection Text: LV_PRGRP = Product Group
Selection Text: LV_PRORD = Production Order
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_STRSV = Stock Transfer Reservations
Selection Text: LV_SSTK = Only Stock Report
Selection Text: LV_SPEME = Blocked Stock
Selection Text: LV_SOBSL = Special Procurement
Selection Text: LV_SLORD = Sales Order
Selection Text: LV_SLOG = Short Report
Selection Text: LV_SCRSV = Subcontracting Reservation
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 (Customer)
Text Symbol: 182 = SA Schedule Line in Planning Period
Text Symbol: 181 = Purchase Requisitions
INCLUDE OEMOEM_TOP.
INCLUDE OEMOEM_MAIN.
INCLUDE OEMOEM_ROUTINE.
INCLUDE OEMOEM_SUBSRN.
INCLUDE OEMOEM_EXEC.
INCLUDE OEMOEM_LOG.
INCLUDE OEMOEM_CALLABCK.
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 ROEMPROACT or its description.
ROEMPROACT - Data Transfer for Contract Manufacturing (Customer) ROEMPROACT - Data Transfer for Contract Manufacturing (Customer) ROEMFMNEW - documentation and ABAP source code ROEMALV - documentation and ABAP source code RODPS_UTILS_ESH_LOGSYS_CHECK==FT - RODPSUTILSESHLOGSYSCHECK==FT RODPS_SQL_STUDIO - Simple Browser for an Operational Data Provider