RCPDELET_OLD 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_OLD 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 = PPrVer
Text Symbol: 225 = Key Date
Text Symbol: 226 = PlTy.
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 = Type
Text Symbol: 233 = Pool:
Text Symbol: 234 = WrkCtr
Text Symbol: 235 = Work Center/Pool Capacity
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 = SLoc
INCLUDE RIMODGLB.
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 = 0.
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 = 0.
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 = 0.
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 = 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.
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_OLD or its description.
RCPDELET_OLD - Delete Change Transfer Integration Model for Specific APO System RCPDELET_OLD - Delete Change Transfer Integration Model for Specific APO System 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