SAP Reports / Programs

IPPECIF_RCPTRAN_CHECK SAP ABAP Report - IPPECIFRCPTRANCHECK







IPPECIF_RCPTRAN_CHECK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to check if the variants of the iPPE change transfer (transaction PPECFP1) contain mutually-dependent iPPE objects...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 IPPECIF_RCPTRAN_CHECK 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_CHECK - Check iPPE Transfer Packages


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_CHECK. "Basic submit
SUBMIT IPPECIF_RCPTRAN_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT IPPECIF_RCPTRAN_CHECK 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: P_SRVGRP = D .
Selection Text: R_LOGSYS = D .
Text Symbol: 200 = Dependent Objects Between Packages
Text Symbol: 201 = No Dependent Objects Between Packages
Text Symbol: 202 = and
Text Symbol: 203 = in Object
Text Symbol: 204 = in Production Version


INCLUDES used within this REPORT IPPECIF_RCPTRAN_CHECK

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.

MGV_SELOP_AFTER_START_OF_SEL CALL FUNCTION 'MGV_SELOP_AFTER_START_OF_SEL' EXPORTING selopt_name = mgv_matnr_selopt_tab-name TABLES range = .

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'IPPECIF_VARIANTS' CHANGING ct_fieldcat = lt_fieldcat2.

RS_VARIANT_CONTENTS CALL FUNCTION 'RS_VARIANT_CONTENTS' EXPORTING report = con_repid variant = so_var-low move_or_write = 'W' execute_direct = 'X' TABLES valutab = lt_valutab.

IPPE_CIF_COMPARE_PRODVERS_PAR CALL FUNCTION 'IPPE_CIF_COMPARE_PRODVERS_PAR' EXPORTING it_prodvers = lt_prodvers ir_logsys = r_logsys[] iv_servergrp = p_srvgrp IMPORTING et_rel_objects = lt_rel_obj EXCEPTIONS error_parallel_task = 1 OTHERS = 2.

PVSHI_INIT CALL FUNCTION 'PVSHI_INIT' EXPORTING i_msg_handling = 'A' i_msg_handler = 'A' i_check_logsys = ' ' i_raise_events = ' ' i_prg_mode = 'C' EXCEPTIONS error = 1 OTHERS = 2.

PPEBAPITOOLS_READ_OBJECTS CALL FUNCTION 'PPEBAPITOOLS_READ_OBJECTS' EXPORTING i_mode_all = 'X' i_msg_handling = 'A' i_delta_flg = 'X' apo_cif = 'X' i_desc_only = 'X' TABLES chng_obj = pt_objectlist[] object_description = lt_objectdesc[].

PVSHI_CLOSE CALL FUNCTION 'PVSHI_CLOSE' EXPORTING i_unlock = '1' save_protocol = ' '.



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