RCPDELET 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 RCPDELET 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: I_TEST = Test run
Selection Text: I_LOGSYS = Logical target system
Title: Delete Change Transfer Integration Model for Specific APO System
Text Symbol: 219 = Class
Text Symbol: 220 = Char.
Text Symbol: 221 = Type
Text Symbol: 222 = Material
Text Symbol: 223 = Plant
Text Symbol: 224 = PVers
Text Symbol: 225 = Date
Text Symbol: 226 = PlType
Text Symbol: 227 = PlGrp
Text Symbol: 228 = GrpCr
Text Symbol: 229 = BOMAlt.
Text Symbol: 230 = BOM Use
Text Symbol: 231 = PPM Type
Text Symbol: 232 = Cat
Text Symbol: 233 = Pool:
Text Symbol: 234 = WrkCtr
Text Symbol: 235 = Work Center/Pool Cap.
Text Symbol: 236 = Class. System
Text Symbol: 237 = Not Spec.
Text Symbol: 218 = Class type
Text Symbol: 217 = Info structure
Text Symbol: 216 = Procedure
Text Symbol: 215 = Vendor number
Text Symbol: 214 = Customer number
Text Symbol: 213 = Plant
Text Symbol: 212 = Capacity ID
Text Symbol: 211 = Type
Text Symbol: 210 = Project plan
Text Symbol: 209 = Item no. of SD document
Text Symbol: 208 = SD document no.
Text Symbol: 207 = Customer number
Text Symbol: 206 = Vendor number
Text Symbol: 205 = Special stock ind.
Text Symbol: 204 = Batch
Text Symbol: 203 = Stor.Loc
INCLUDE RIMODGLB. "#EC NEEDED
INCLUDE CIFIMFRM.
No SAP DATABASE tables are accessed within this REPORT code!
SET_PRINT_PARAMETERS CALL FUNCTION 'SET_PRINT_PARAMETERS' EXPORTING immediately = 'X' line_count = 65 line_size = 90.
CIF_CP_IMODEL_LOAD CALL FUNCTION 'CIF_CP_IMODEL_LOAD' EXPORTING i_logsys = i_logsys TABLES ot_cif_imod = lt_cif_imod.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = text-805 textline2 = text-806 titel = text-807 cancel_display = ' ' IMPORTING answer = lv_answer.
CIF_CP_UPDATE_CPMODEL CALL FUNCTION 'CIF_CP_UPDATE_CPMODEL' TABLES it_old_cp_imod = lt_cif_imod.
CIF_IMOD_MAP_MAT * CALL FUNCTION 'CIF_IMOD_MAP_MAT' * EXPORTING * iv_readonly = g_true_con * TABLES * it_segpos = lt_cif_segpos * ot_mat = lt_cif_immatk * EXCEPTIONS * OTHERS = 1.
CIF_IMOD_MAP_PPM * CALL FUNCTION 'CIF_IMOD_MAP_PPM' * EXPORTING * iv_readonly = g_true_con * TABLES * it_segpos = lt_cif_segpos * ot_ppm = lt_cif_imppmk * EXCEPTIONS * OTHERS = 1.
CIF_IMOD_MAP_CUS * CALL FUNCTION 'CIF_IMOD_MAP_CUS' * EXPORTING * iv_readonly = g_true_con * TABLES * it_segpos = lt_cif_segpos * ot_cus = lt_cif_imcusk * EXCEPTIONS * OTHERS = 1.
CIF_IMOD_MAP_VEN * CALL FUNCTION 'CIF_IMOD_MAP_VEN' * EXPORTING * iv_readonly = g_true_con * TABLES * it_segpos = lt_cif_segpos * ot_ven = lt_cif_imvenk * EXCEPTIONS * OTHERS = 1.
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 RCPDELET or its description.
RCPDELET - Delete Change Transfer Integration Model for Specific APO System RCPDELET - Delete Change Transfer Integration Model for Specific APO System RCPDATA - Data declaration for rough-cut planning profile IDoc RCPC_CMX_DISPLAY_XS_CLOG_TOP - RCPCCMXDISPLAYXSCLOGTOP RCPC_CMX_DISPLAY_XS_CLOG_O01 - RCPCCMXDISPLAYXSCLOGO01 RCPC_CMX_DISPLAY_XS_CLOG_INO01 - RCPCCMXDISPLAYXSCLOGINO01