SAP Reports / Programs

RCPTRAN4 SAP ABAP Report - Evaluate and Send Change Recordings







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


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 RCPTRAN4. "Basic submit
SUBMIT RCPTRAN4 AND RETURN. "Return to original report after report execution complete
SUBMIT RCPTRAN4 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: 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





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: 302 = Only Transfer New Objects
Text Symbol: STG = Setup Groups
Text Symbol: SSD = Simple Discontinuation
Text Symbol: IFQ = Ignore Faulty Queue Entries
Text Symbol: FSR = DFPS Force Elements
Text Symbol: 952 = FFF Classes
Text Symbol: 951 = Supersession
Text Symbol: 950 = IPPE
Text Symbol: 903 = Errors Occurred During the Transfer to
Text Symbol: 902 = No Transfer Required for Target System(s)
Text Symbol: 901 = Transferred Master Data
Text Symbol: 802 = No Master Data Changes for APO Systems
Text Symbol: 801 = Detailed View of Master Data Changes
Text Symbol: 706 = IPPE
Text Symbol: 705 = Transfer Changed Objects to Active Integration Models Immediately
Text Symbol: 704 = System
Text Symbol: 703 = Obj. Types
Text Symbol: 702 = Transfer Changes Later
Text Symbol: 701 = Send Paramtrs
Text Symbol: 610 = Setup Groups
Text Symbol: 600 = Material Master Data for MRP Areas
Text Symbol: 500 = Change Number
Text Symbol: 420 = Approved Manufacturer Parts List
Text Symbol: 410 = Planning Product Assignment
Text Symbol: 400 = Sources of Supply
Text Symbol: 315 = After
Text Symbol: 314 = Before
Text Symbol: 313 = Only Active Models
Text Symbol: 311 = ATP Customizing
Text Symbol: 310 = Availability Check
Text Symbol: 305 = Objects to be Found
Text Symbol: 304 = Mode of Initial Data Supply
Text Symbol: 303 = Transfer All Objects





Text Symbol: 053 = Sales Order Stock
Text Symbol: 052 = Consignment Stock
Text Symbol: 051 = Batch Stock
Text Symbol: 050 = Storage Loc. Stock
Text Symbol: 037 = StockInTransit
Text Symbol: 036 = Product Allocation
Text Symbol: 035 = Product Allocation Procedures
Text Symbol: 034 = Project Stocks
Text Symbol: 033 = Special Stocks with Vendor
Text Symbol: 032 = Special Stocks with Customer
Text Symbol: 031 = Sales Order Stocks
Text Symbol: 030 = Storage Location Stocks
Text Symbol: 027 = Planned Independent Requirements
Text Symbol: 026 = Production Process Model
Text Symbol: 025 = Manual Reservations
Text Symbol: 024 = Vendors
Text Symbol: 023 = Customers
Text Symbol: 022 = Plants
Text Symbol: 021 = Production/Process Orders
Text Symbol: 020 = Sales Orders
Text Symbol: 019 = Planned Orders
Text Symbol: 018 = POs and PReqs
Text Symbol: 017 = Stock
Text Symbol: 016 = Batches
Text Symbol: 015 = Stock Types
Text Symbol: 014 = Classes and Characteristics
Text Symbol: 013 = Work Centers
Text Symbol: 012 = Material Masters
Text Symbol: 011 = Selections
Text Symbol: 010 = Relevant Materials
Text Symbol: 008 = Schedule Horizon
Text Symbol: 007 = Created
Text Symbol: 006 = Active
Text Symbol: 005 = Set to Active
Text Symbol: 004 = User
Text Symbol: 003 = Application
Text Symbol: 002 = Target System
Text Symbol: 001 = Model Name
Text Symbol: 054 = Special Cust. Stock



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
Text Symbol: 202 = Plant
Text Symbol: 201 = Material
Text Symbol: 200 = No.
Text Symbol: 133 = Characteristics
Text Symbol: 132 = Organizational Areas
Text Symbol: 131 = Number
Text Symbol: 130 = Filter Object
Text Symbol: 120 = Save
Text Symbol: 119 = Production Campaigns
Text Symbol: 117 = Material Consumption Data
Text Symbol: 116 = Planned Indep. Requirements
Text Symbol: 115 = Production Process Model
Text Symbol: 114 = Classes and Characteristics
Text Symbol: 113 = Reservation
Text Symbol: 112 = ATP Check
Text Symbol: 111 = Product Allocation Procedure
Text Symbol: 110 = Product Allocation Information
Text Symbol: 109 = Vendor
Text Symbol: 108 = Customer
Text Symbol: 107 = Plant
Text Symbol: 106 = Production/Process Order
Text Symbol: 105 = Sales Order
Text Symbol: 104 = Planned Order
Text Symbol: 103 = Purchase Order
Text Symbol: 102 = Stock
Text Symbol: 101 = Capacity
Text Symbol: 100 = Material
Text Symbol: 057 = Classes and Characteristics
Text Symbol: 056 = Project Stock
Text Symbol: 055 = Special Vendor Stock


INCLUDES used within this REPORT RCPTRAN4

INCLUDE RIMODGLB.
INCLUDE ICIFASSR.
INCLUDE CIFUCTLS.
INCLUDE LCMODF01.
INCLUDE CIFIMFRM.
INCLUDE RCPSELOP.


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:

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.



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