SAP Reports / Programs | Logistics - General | Supply Chain Planning Interfaces (SCPI) | Production Optimization Interface (POI)(LO-SCI-POI) SAP LO

RCCBP_MRP_MASTERDATA_DOWNLOAD SAP ABAP Report - Transfer Master Data to CBP-MRP planning engine







RCCBP_MRP_MASTERDATA_DOWNLOAD 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 RCCBP_MRP_MASTERDATA_DOWNLOAD 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 RCCBP_MRP_MASTERDATA_DOWNLOAD. "Basic submit
SUBMIT RCCBP_MRP_MASTERDATA_DOWNLOAD AND RETURN. "Return to original report after report execution complete
SUBMIT RCCBP_MRP_MASTERDATA_DOWNLOAD 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: MATNR_BO = Material
Selection Text: MAABC_MA = ABC indicator
Selection Text: LOT_TO =
Selection Text: LOT_FR =
Selection Text: KZKUP_MA =
Selection Text: KZKRI_MA =
Selection Text: JAHR = Year
Selection Text: IDENT = Calendar ID
Selection Text: HIER_HI = Hierarchy
Selection Text: GPMKZ_MA =
Selection Text: DISPR_MA = MRP profile
Selection Text: DISPO_MA = MRP controller
Selection Text: DISMM_MA = MRP type
Selection Text: DISGR_MA = MRP group
Selection Text: DATT =
Selection Text: DATF =
Selection Text: COMP =
Selection Text: CLASSTYP = Class type
Selection Text: CLASS = Class
Selection Text: CHAN =
Selection Text: B_MAT_LO =
Selection Text: B_MAT_GL =
Selection Text: BOM_EXPL =
Selection Text: BESKZ_MA = Procurement type
Selection Text: ARBPL_WC = Work center
Selection Text: WERKS_WC = Plant
Selection Text: WERKS_TM = Plant
Selection Text: WERKS_RO = Plant
Selection Text: WERKS_NW = Plant
Selection Text: WERKS_MA = Plant
Selection Text: WERKS_HI = Plant
Selection Text: WERKS_BO = Plant
Selection Text: VERKZ_MA =
Selection Text: TRMID_TM = Transition matrix
Selection Text: TIMT =
Selection Text: STRGR_MA = Strategy group
Selection Text: STDPD_MA = Configurable material
Selection Text: SOBSL_MA = Special procurement type





Selection Text: SAUFT_MA =
Selection Text: R_MAT_LO =
Selection Text: R_MAT_GL =
Selection Text: PRCTR_MA = Profit center
Selection Text: OPT_SYS =
Selection Text: NO_ROUT =
Selection Text: NO_BOM =
Selection Text: NETW_NW = Resource network
Selection Text: MTVER_MA = Material group
Selection Text: MMSTA_MA = Material status
Selection Text: MATNR_RO = Material
Selection Text: MATNR_MA = Material
Selection Text: APPL_TM = Application
Title: Transfer Master Data to CBP-MRP planning engine
Text Symbol: 025 = Complete variant of
Text Symbol: 024 = Explode the BOM
Text Symbol: 023 = Selection
Text Symbol: 022 = BOMs for
Text Symbol: 021 = BOMs for material selected above
Text Symbol: 020 = Finish
Text Symbol: 019 = Start
Text Symbol: 018 = Entry type
Text Symbol: 017 = Classification/characteristic
Text Symbol: 016 = Factory calendar
Text Symbol: 015 = Resource network
Text Symbol: 014 = Hierarchy
Text Symbol: 013 = Work center
Text Symbol: 012 = Routing
Text Symbol: 011 = Bill of material
Text Symbol: 010 = Material
Text Symbol: 008 = Lot size
Text Symbol: 007 = to
Text Symbol: 005 = Selection parameters for BOM / routing
Text Symbol: 004 = Changes
Text Symbol: 003 = All
Text Symbol: 002 = Transfer mode:
Text Symbol: 001 = Optimization system
Text Symbol: 000 = Model
Text Symbol: 119 = Resource network list





Text Symbol: 118 = Tansition matrix
Text Symbol: 117 = Class and class types
Text Symbol: 116 = Calendar list
Text Symbol: 115 = Work center list
Text Symbol: 114 = Routing list
Text Symbol: 113 = BOM list
Text Symbol: 112 = Material list
Text Symbol: 111 = Send data
Text Symbol: 041 = No BOM selection
Text Symbol: 040 = Transition matrix
Text Symbol: 039 = Product groups
Text Symbol: 038 = Number of elements per process
Text Symbol: 037 = Server group
Text Symbol: 036 = Parallel processing
Text Symbol: 035 = Indicators for selection:
Text Symbol: 034 = Co-product
Text Symbol: 033 = Version
Text Symbol: 032 = Repetitive manufacturing
Text Symbol: 031 = Rough-cut planning
Text Symbol: 030 = Critical part
Text Symbol: 028 = Routings for
Text Symbol: 027 = Routings for material selected above
Text Symbol: 026 = No routing selection


INCLUDES used within this REPORT RCCBP_MRP_MASTERDATA_DOWNLOAD

INCLUDE RCCLTTOP.
INCLUDE RCCBP_MRP_MDATA_SELECT.
INCLUDE RCCBP_MRP_MDATA_FORM.


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:

No SAP FUNCTION MODULES are executed within this report code!



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