RCPTRAN4 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Evaluate and transfer change recordings of the integration model...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 RCPTRAN4 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: SO_VERID = Production Version
Selection Text: I_LOGSYS = Logical System
Selection Text: I_CIFVEN = Vendors
Selection Text: I_CIFSUS = Supersession
Selection Text: I_CIFSTG = Setup Groups
Selection Text: I_CIFSRC = Sources of Supply
Selection Text: I_CIFPPM = Production Process Models
Selection Text: I_CIFMAT = Material
Selection Text: I_CIFIPP = IPPE
Selection Text: I_CIFFFF = FFF Classes
Selection Text: I_CIFCUS = Customers
Title: Evaluate and Send Change Recordings
Text Symbol: 227 = PlGrp
Text Symbol: 228 = GrpCr
Text Symbol: 229 = BOMAlt.
Text Symbol: 230 = BOM Use
Text Symbol: 231 = Cat
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: 238 = APO Default
Text Symbol: 239 = CDP
Text Symbol: 240 = VC Config
Text Symbol: 300 = Include in Integration Model
Text Symbol: 301 = Activate/Deactivate Version
Text Symbol: 226 = PlType
Text Symbol: 225 = Key Date
Text Symbol: 224 = PVers
Text Symbol: 223 = Plant
Text Symbol: 222 = Material
Text Symbol: 221 = Type
Text Symbol: 220 = Char.
Text Symbol: 219 = Class
Text Symbol: 218 = Class Type
Text Symbol: 217 = Info Structure
INCLUDE RIMODGLB.
INCLUDE ICIFASSR.
INCLUDE CIFUCTLS.
INCLUDE LCMODF01.
INCLUDE CIFIMFRM.
INCLUDE RCPSELOP.
No SAP DATABASE tables are accessed within this REPORT code!
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'CFP1' EXCEPTIONS ok = 0 not_ok = 2 OTHERS = 3.
SET_PRINT_PARAMETERS * CALL FUNCTION 'SET_PRINT_PARAMETERS' * EXPORTING * IMMEDIATELY = 'X' * LINE_COUNT = 65 * LINE_SIZE = 90.
CIF_CP_BUILD_CPIMODEL_4 CALL FUNCTION 'CIF_CP_BUILD_CPIMODEL_4' TABLES it_cifcpinfo = lt_cifcpinfo ot_cp_imod = lt_cp_imod EXCEPTIONS no_changed_master = 1.
CIF_CP_TRANSMIT_CHANGE_4 CALL FUNCTION 'CIF_CP_TRANSMIT_CHANGE_4' EXPORTING iv_ignore_fqentry = ignfqety TABLES it_logsys = lt_logsys it_imtyp = lt_imtyp ot_trans_imod = lt_trans_imod ot_failed_logsys = lt_failed_logsys EXCEPTIONS no_transmit = 1 error_transmit = 2.
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_RES CALL FUNCTION 'CIF_IMOD_MAP_RES' EXPORTING iv_readonly = g_true_con TABLES it_segpos = lt_cif_segpos ot_res = lt_cif_imresk 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.
CIF_IMOD_MAP_GENKEY CALL FUNCTION 'CIF_IMOD_MAP_GENKEY' EXPORTING iv_imtyp = it_cif_imod-imtyp iv_readonly = g_true_con TABLES it_segpos = lt_cif_segpos ot_genkey = lt_key_generic 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 RCPTRAN4 or its description.
RCPTRAN4 - Evaluate and Send Change Recordings RCPTRAN4 - Evaluate and Send Change Recordings RCPTRA02 - Data Transfer of Routings via Direct Input RCPTRA02 - Data Transfer of Routings via Direct Input RCPTRA01 - Data Transfer of Task Lists from External Systems RCPTRA01 - Data Transfer of Task Lists from External Systems