AUTO_RCPTRANS 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 AUTO_RCPTRANS 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_LOGSYS = Logical System
Title: AUTOMOTIVE version of program for transferring changes to master data
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: 210 = Project Plan
Text Symbol: 209 = Item No. of SD Document
Text Symbol: 208 = Sales Doc. 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: 131 = Number
Text Symbol: 130 = Filter Object
Text Symbol: 120 = Save
Text Symbol: 119 = Production Campaigns
Text Symbol: 950 = iPPE
Text Symbol: 903 = Errors Occured in Transfer to:
Text Symbol: 902 = No Transfer Necessary for Target System(s)
Text Symbol: 901 = Transferred Master Data in Detail:
Text Symbol: 802 = No Changes to Master Data for APO Systems
Text Symbol: 801 = Datailed View of Changes to Master Data
Text Symbol: 704 = System:
Text Symbol: 703 = Obj. Types
INCLUDE RIMODGLB.
INCLUDE ICIFASSR.
INCLUDE LCMODF01.
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_BUILD_CPIMODEL_4 CALL FUNCTION 'CIF_CP_BUILD_CPIMODEL_4' TABLES OT_CP_IMOD = LT_CP_IMOD EXCEPTIONS NO_CHANGED_MASTER = 1.
CIF_IPPE_CHANGE_SEND CALL FUNCTION 'CIF_IPPE_CHANGE_SEND' EXCEPTIONS NO_CHANGED_MASTER = 1.
CIF_CP_TRANSMIT_CHANGE_4 CALL FUNCTION 'CIF_CP_TRANSMIT_CHANGE_4' 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 = 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 AUTO_RCPTRANS or its description.
AUTO_RCPTRANS - AUTOMOTIVE version of program for transferring changes to master data AUTO_RCPTRANS - AUTOMOTIVE version of program for transferring changes to master data AUTOFK20F10 - Include AUTOFK20F10 AUTH_SW_GET - AUTHSWGET AUTHORITY_CHECK_RFC===========FT - AUTHORITYCHECKRFC===========FT AUTHORITY_CHECK_PROC - AUTHORITYCHECKPROC