SAP IPPE_CIF_HANDLING_OBJIDS_PAR Function Module for NOTRANSL: Vergleichen von iPPE-Objeckte









IPPE_CIF_HANDLING_OBJIDS_PAR is a standard ippe cif handling objids par SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for NOTRANSL: Vergleichen von iPPE-Objeckte processing and below is the pattern details for this FM, showing its interface including any import and export parameters, exceptions etc. there is also a full "cut and paste" ABAP pattern code example, along with implementation ABAP coding, documentation and contribution comments specific to this or related objects.


See here to view full function module documentation and code listing for ippe cif handling objids par FM, simply by entering the name IPPE_CIF_HANDLING_OBJIDS_PAR into the relevant SAP transaction such as SE37 or SE38.

Function Group: IPPECIF
Program Name: SAPLIPPECIF
Main Program: SAPLIPPECIF
Appliation area:
Release date: N/A
Mode(Normal, Remote etc): Remote-Enabled
Update:



Function IPPE_CIF_HANDLING_OBJIDS_PAR pattern details

In-order to call this FM within your sap programs, simply using the below ABAP pattern details to trigger the function call...or see the full ABAP code listing at the end of this article. You can simply cut and paste this code into your ABAP progrom as it is, including variable declarations.
CALL FUNCTION 'IPPE_CIF_HANDLING_OBJIDS_PAR'"NOTRANSL: Vergleichen von iPPE-Objeckte
EXPORTING
I_LOGSYS_SRC = "Logical System
I_LOGSYS_DST = "Logical System
* I_DETAIL = "
IT_FIELD_INFO = "Table Type for PPE_IPPE_INFO_TYPE
I_NAME = "Data Element Type CHAR Length 35
I_LOGID = "Internal Description of Comparison Result
IT_OBJECTIDS_SRC = "iPPE: Changed Objects Table
IT_OBJECTIDS_DST = "iPPE: Changed Objects Table
IT_PRODVERS = "Table Type for PPE_CIF_PRODVERSION

IMPORTING
ET_OUTPUT_TAB2 = "Table Type for IPPECIF_DELTA_SHOW
ET_LOGMSG_TAB = "Table Type for PPECIF_LOGMSG
ET_OBJECTIDS_SRC = "iPPE: Changed Objects Table
ET_OBJECTIDS_DST = "iPPE: Changed Objects Table
ET_PRODVERS_DEP = "Table Type for PPE_CIF_PRODVERSION
ET_PRODVERS_DEP_DET = "Table Type for IPPECIF_PRODVER_DETAIL
ET_OUTPUT_TAB3 = "Table Type for IPPECIF_DELTA_SHOW
ET_OUTPUT_TAB4 = "Table Type for IPPECIF_DELTA_SHOW
ET_OUTPUT_TAB5 = "Table Type for IPPECIF_DELTA_SHOW
ET_DETAIL_INHALT2 = "Table Type for IPPECIF_DELTA_SHOW
ET_DETAIL_INHALT3 = "Table Type for IPPECIF_DELTA_SHOW
ET_DETAIL_INHALT4 = "Table Type for IPPECIF_DELTA_SHOW
ET_DETAIL_INHALT5 = "Table Type for IPPECIF_DELTA_SHOW
ET_LOGOBJ_TAB = "Table Type for PPECIF_LOGOBJ
.



IMPORTING Parameters details for IPPE_CIF_HANDLING_OBJIDS_PAR

I_LOGSYS_SRC - Logical System

Data type: LOGSYS
Optional: No
Call by Reference: No ( called with pass by value option)

I_LOGSYS_DST - Logical System

Data type: LOGSYS
Optional: No
Call by Reference: No ( called with pass by value option)

I_DETAIL -

Data type: XFELD
Optional: Yes
Call by Reference: No ( called with pass by value option)

IT_FIELD_INFO - Table Type for PPE_IPPE_INFO_TYPE

Data type: PPE_IPPE_INFO_TYPE_TAB
Optional: No
Call by Reference: No ( called with pass by value option)

I_NAME - Data Element Type CHAR Length 35

Data type: PPECIF_LOGNAME
Optional: No
Call by Reference: No ( called with pass by value option)

I_LOGID - Internal Description of Comparison Result

Data type: PPECIF_LOGID
Optional: No
Call by Reference: No ( called with pass by value option)

IT_OBJECTIDS_SRC - iPPE: Changed Objects Table

Data type: PPE_CHANGED_OBJECTS_TAB
Optional: No
Call by Reference: No ( called with pass by value option)

IT_OBJECTIDS_DST - iPPE: Changed Objects Table

Data type: PPE_CHANGED_OBJECTS_TAB
Optional: No
Call by Reference: No ( called with pass by value option)

IT_PRODVERS - Table Type for PPE_CIF_PRODVERSION

Data type: PPE_CIF_PRODVERSION_TAB
Optional: No
Call by Reference: No ( called with pass by value option)

EXPORTING Parameters details for IPPE_CIF_HANDLING_OBJIDS_PAR

ET_OUTPUT_TAB2 - Table Type for IPPECIF_DELTA_SHOW

Data type: IPPECIF_DELTA_SHOW_TAB
Optional: No
Call by Reference: No ( called with pass by value option)

ET_LOGMSG_TAB - Table Type for PPECIF_LOGMSG

Data type: PPECIF_LOGMSG_TAB
Optional: No
Call by Reference: No ( called with pass by value option)

ET_OBJECTIDS_SRC - iPPE: Changed Objects Table

Data type: PPE_CHANGED_OBJECTS_TAB
Optional: No
Call by Reference: No ( called with pass by value option)

ET_OBJECTIDS_DST - iPPE: Changed Objects Table

Data type: PPE_CHANGED_OBJECTS_TAB
Optional: No
Call by Reference: No ( called with pass by value option)

ET_PRODVERS_DEP - Table Type for PPE_CIF_PRODVERSION

Data type: PPE_CIF_PRODVERSION_TAB
Optional: No
Call by Reference: No ( called with pass by value option)

ET_PRODVERS_DEP_DET - Table Type for IPPECIF_PRODVER_DETAIL

Data type: IPPECIF_PRODVER_DETAIL_TAB
Optional: No
Call by Reference: No ( called with pass by value option)

ET_OUTPUT_TAB3 - Table Type for IPPECIF_DELTA_SHOW

Data type: IPPECIF_DELTA_SHOW_TAB
Optional: No
Call by Reference: No ( called with pass by value option)

ET_OUTPUT_TAB4 - Table Type for IPPECIF_DELTA_SHOW

Data type: IPPECIF_DELTA_SHOW_TAB
Optional: No
Call by Reference: No ( called with pass by value option)

ET_OUTPUT_TAB5 - Table Type for IPPECIF_DELTA_SHOW

Data type: IPPECIF_DELTA_SHOW_TAB
Optional: No
Call by Reference: No ( called with pass by value option)

ET_DETAIL_INHALT2 - Table Type for IPPECIF_DELTA_SHOW

Data type: IPPECIF_DELTA_SHOW_TAB
Optional: No
Call by Reference: No ( called with pass by value option)

ET_DETAIL_INHALT3 - Table Type for IPPECIF_DELTA_SHOW

Data type: IPPECIF_DELTA_SHOW_TAB
Optional: No
Call by Reference: No ( called with pass by value option)

ET_DETAIL_INHALT4 - Table Type for IPPECIF_DELTA_SHOW

Data type: IPPECIF_DELTA_SHOW_TAB
Optional: No
Call by Reference: No ( called with pass by value option)

ET_DETAIL_INHALT5 - Table Type for IPPECIF_DELTA_SHOW

Data type: IPPECIF_DELTA_SHOW_TAB
Optional: No
Call by Reference: No ( called with pass by value option)

ET_LOGOBJ_TAB - Table Type for PPECIF_LOGOBJ

Data type: PPECIF_LOGOBJ_TAB
Optional: No
Call by Reference: No ( called with pass by value option)

Copy and paste ABAP code example for IPPE_CIF_HANDLING_OBJIDS_PAR Function Module

The ABAP code below is a full code listing to execute function module POPUP_TO_CONFIRM including all data declarations. The code uses the original data declarations rather than the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the newer method of declaring data variables on the fly. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8), which i why i have stuck to the origianl for this example.

DATA:
lv_i_logsys_src  TYPE LOGSYS, "   
lv_et_output_tab2  TYPE IPPECIF_DELTA_SHOW_TAB, "   
lv_et_logmsg_tab  TYPE PPECIF_LOGMSG_TAB, "   
lv_et_objectids_src  TYPE PPE_CHANGED_OBJECTS_TAB, "   
lv_et_objectids_dst  TYPE PPE_CHANGED_OBJECTS_TAB, "   
lv_et_prodvers_dep  TYPE PPE_CIF_PRODVERSION_TAB, "   
lv_et_prodvers_dep_det  TYPE IPPECIF_PRODVER_DETAIL_TAB, "   
lv_i_logsys_dst  TYPE LOGSYS, "   
lv_et_output_tab3  TYPE IPPECIF_DELTA_SHOW_TAB, "   
lv_i_detail  TYPE XFELD, "   
lv_et_output_tab4  TYPE IPPECIF_DELTA_SHOW_TAB, "   
lv_it_field_info  TYPE PPE_IPPE_INFO_TYPE_TAB, "   
lv_et_output_tab5  TYPE IPPECIF_DELTA_SHOW_TAB, "   
lv_i_name  TYPE PPECIF_LOGNAME, "   
lv_et_detail_inhalt2  TYPE IPPECIF_DELTA_SHOW_TAB, "   
lv_i_logid  TYPE PPECIF_LOGID, "   
lv_et_detail_inhalt3  TYPE IPPECIF_DELTA_SHOW_TAB, "   
lv_it_objectids_src  TYPE PPE_CHANGED_OBJECTS_TAB, "   
lv_et_detail_inhalt4  TYPE IPPECIF_DELTA_SHOW_TAB, "   
lv_it_objectids_dst  TYPE PPE_CHANGED_OBJECTS_TAB, "   
lv_et_detail_inhalt5  TYPE IPPECIF_DELTA_SHOW_TAB, "   
lv_it_prodvers  TYPE PPE_CIF_PRODVERSION_TAB, "   
lv_et_logobj_tab  TYPE PPECIF_LOGOBJ_TAB. "   

  CALL FUNCTION 'IPPE_CIF_HANDLING_OBJIDS_PAR'  "NOTRANSL: Vergleichen von iPPE-Objeckte
    EXPORTING
         I_LOGSYS_SRC = lv_i_logsys_src
         I_LOGSYS_DST = lv_i_logsys_dst
         I_DETAIL = lv_i_detail
         IT_FIELD_INFO = lv_it_field_info
         I_NAME = lv_i_name
         I_LOGID = lv_i_logid
         IT_OBJECTIDS_SRC = lv_it_objectids_src
         IT_OBJECTIDS_DST = lv_it_objectids_dst
         IT_PRODVERS = lv_it_prodvers
    IMPORTING
         ET_OUTPUT_TAB2 = lv_et_output_tab2
         ET_LOGMSG_TAB = lv_et_logmsg_tab
         ET_OBJECTIDS_SRC = lv_et_objectids_src
         ET_OBJECTIDS_DST = lv_et_objectids_dst
         ET_PRODVERS_DEP = lv_et_prodvers_dep
         ET_PRODVERS_DEP_DET = lv_et_prodvers_dep_det
         ET_OUTPUT_TAB3 = lv_et_output_tab3
         ET_OUTPUT_TAB4 = lv_et_output_tab4
         ET_OUTPUT_TAB5 = lv_et_output_tab5
         ET_DETAIL_INHALT2 = lv_et_detail_inhalt2
         ET_DETAIL_INHALT3 = lv_et_detail_inhalt3
         ET_DETAIL_INHALT4 = lv_et_detail_inhalt4
         ET_DETAIL_INHALT5 = lv_et_detail_inhalt5
         ET_LOGOBJ_TAB = lv_et_logobj_tab
. " IPPE_CIF_HANDLING_OBJIDS_PAR




ABAP code using 7.40 inline data declarations to call FM IPPE_CIF_HANDLING_OBJIDS_PAR

The below ABAP code uses the newer in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. Please note some of the newer syntax below, such as the @DATA is not available until 4.70 EHP 8.

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!