RCCBP_MRP_MDATA_SELECT is a standard ABAP INCLUDE 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_MDATA_SELECT 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_SUPPORT_SELECTIONS CALL FUNCTION 'RS_SUPPORT_SELECTIONS' EXPORTING REPORT = REPORT_NAME VARIANT = VARIANT_NAME EXCEPTIONS VARIANT_NOT_EXISTENT = 01 VARIANT_OBSOLETE = 02.
CY_GET_TIMEINTERVAL CALL FUNCTION 'CY_GET_TIMEINTERVAL' EXPORTING * CALENDAR_ID = ' ' * FISCAL_YEAR_VARIANT = ' ' PERIOD_TYPE = TIMT SDATEFROM = DATF SDATETO = DATT IMPORTING DATEFROM = DATE_FR * datefrom_string = DATETO = DATE_TO * dateto_string = EXCEPTIONS INTERVAL_CANNOT_BE_COMPUTED = 1 OTHERS = 2.
RS_CREATE_VARIANT CALL FUNCTION 'RS_CREATE_VARIANT' EXPORTING CURR_REPORT = REPORT_NAME CURR_VARIANT = VARIANT_NAME VARI_DESC = CLOI_VARID TABLES VARI_CONTENTS = CLOI_RSPARAMS VARI_TEXT = CLOI_VARIT EXCEPTIONS ILLEGAL_REPORT_OR_VARIANT = 01 ILLEGAL_VARIANTNAME = 02 NOT_AUTHORIZED = 03 NOT_EXECUTED = 04 REPORT_NOT_EXISTENT = 05 REPORT_NOT_SUPPLIED = 06 VARIANT_EXISTS = 07 VARIANT_LOCKED = 08.
CLOI_DOWNLOAD_TRIGGER_MDAT CALL FUNCTION 'CLOI_DOWNLOAD_TRIGGER_MDAT' EXPORTING MODEL_TYPE = MOD_TYP MODEL = MOD_NAME SEND_ONLY_CHANGES = CHAN OPT_SYS = OPT_SYS MOD_MAT = MOD_MAT MOD_BOM = MOD_BOM MOD_ROU = MOD_ROU MOD_WRK = MOD_WRK MOD_HIR = MOD_HIR MOD_NET = MOD_NET MOD_KAL = MOD_KAL MOD_CLS = MOD_CLS MOD_PGR = MOD_PGR SND_MAT = SND_MAT SND_BOM = SND_BOM SND_ROU = SND_ROU SND_WRK = SND_WRK SND_HIR = SND_HIR SND_NET = SND_NET SND_KAL = SND_KAL SND_CLS = SND_CLS SND_PGR = SND_PGR DATE_FR = DATE_FR DATE_TO = DATE_TO LOT_FR = LOT_FR LOT_TO = LOT_TO BOM_PRODVERS = C_BOM_PRODVERS_OFF BOM_EXPLODE = BOM_EXPLODE BOM_EXPL_STOP = C_CBP_MAT_EXPLODE PLANT_CHANGE = C_PLANT_CHANGE_OFF MAT_KUP = C_MAT_KUP_OFF ROU_SEL_RES = PAR_ADD_ROU_SEL_RES * rfcgr = space "parallel * psize = 20 "parallel TABLES KEY_MAT_STD = KEY_MAT_TAB WERKS_MA = WERKS_MA MATNR_BO = MATNR_BO WERKS_BO = WERKS_BO * matnr_ro = matnr_ro mk for 4.0
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCCBP_MRP_MDATA_SELECT - RCCBPMRPMDATASELECT RCCBP_MRP_MDATA_FORM - RCCBPMRPMDATAFORM RCCBP_MRP_MASTERDATA_DOWNLOAD - Transfer Master Data to CBP-MRP planning engine RCCBP_MRP_MASTERDATA_DOWNLOAD - Transfer Master Data to CBP-MRP planning engine RCCBP_MOD_INIT_TOP - Include program RCCBP_MASTERDATA_DOWNLOAD_TOP - RCCBPMASTERDATADOWNLOADTOP