SAP Reports / Programs

IPPECIF_RCPTRAN SAP ABAP Report - CIF Change Transfer in iPPE







IPPECIF_RCPTRAN 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 IPPECIF_RCPTRAN into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PPECFP1 - Transfer iPPE Changes


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 IPPECIF_RCPTRAN. "Basic submit
SUBMIT IPPECIF_RCPTRAN AND RETURN. "Return to original report after report execution complete
SUBMIT IPPECIF_RCPTRAN 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: R_IMOD = D .
Selection Text: R_APPL = D .
Selection Text: P_PNUM = D .
Selection Text: I_LOGSYS = D .
Selection Text: IP_WERKS = D .
Selection Text: IP_VERID = D .
Selection Text: IP_MATNR = D .
Selection Text: P_IMD = Selection by Integration Model
Selection Text: P_FVT = Selection by Production Vers.
Selection Text: OLDCP = Processed Change Pointers
Selection Text: DATEL = From Date
Selection Text: DATEH = To Date
Title: CIF Change Transfer in iPPE
Text Symbol: 020 = Compare
Text Symbol: 015 = APO Application
Text Symbol: 014 = Model Name
Text Symbol: 013 = Plant
Text Symbol: 012 = Production Version
Text Symbol: 011 = Material
Text Symbol: 010 = Production Versions
Text Symbol: 009 = Integration Models
Text Symbol: 008 = CIF QueueName
Text Symbol: 004 = Enter the From and To date
Text Symbol: 003 = Further Settings
Text Symbol: 002 = Ignore Faulty Queue Entries
Text Symbol: 001 = iPPE


INCLUDES used within this REPORT IPPECIF_RCPTRAN

No INCLUDES are used within this REPORT code!


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:

MGV_SELOP_AFTER_INITIALIZATION call function 'MGV_SELOP_AFTER_INITIALIZATION' exporting program = mgv_matnr_prog tables selop = mgv_matnr_selopt_tab exceptions no_programname = 1 others = 2.

MGV_SELOP_AFTER_START_OF_SEL call function 'MGV_SELOP_AFTER_START_OF_SEL' exporting selopt_name = mgv_matnr_selopt_tab-name tables range = .

CIF_IMOD_RETRIEVE_GENKEY call function 'CIF_IMOD_RETRIEVE_GENKEY' exporting iv_modelname = ls_cif_imod-modelname iv_logsys = ls_cif_imod-logsys iv_apoapp = ls_cif_imod-apoapp iv_crdate = ls_cif_imod-crdate iv_crtime = ls_cif_imod-crtime iv_imtyp = 'T_IPPE' tables ot_genkey = lt_key_generic exceptions error_unknown_imtyp = 1 others = 2.

CIF_IPPE_CHANGE_SEND call function 'CIF_IPPE_CHANGE_SEND' exporting iv_imtyp = 'T_IPPE' iv_oldcp = oldcp iv_date_low = datel iv_date_high = dateh iv_ignfqety = ignfqety iv_packnum = p_pnum tables it_logsys = lt_logsys it_material = ip_matnr it_location = ip_werks it_version = ip_verid it_prodversion = lt_prodvers exceptions no_changed_master = 1 others = 2.



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