SAP Reports / Programs | Logistics - General | Logistics Basic Data | Integrated Product and Process Engineering(LO-MD-PPE) SAP LO

IPPECIF_EKG_COMPARE SAP ABAP Report - IPPECIFEKGCOMPARE







IPPECIF_EKG_COMPARE 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_EKG_COMPARE 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 IPPECIF_EKG_COMPARE. "Basic submit
SUBMIT IPPECIF_EKG_COMPARE AND RETURN. "Return to original report after report execution complete
SUBMIT IPPECIF_EKG_COMPARE 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_WERKS = D .
Selection Text: R_VERID = D .
Selection Text: R_MATNR = D .
Selection Text: R_LOGSYS = D .
Selection Text: R_IMOD = D .
Selection Text: R_APPL = D .
Selection Text: P_LIST = Only Compare Object List
Selection Text: P_CP = Display Change Pointers
Selection Text: P_ADJ = Compare
Selection Text: PRODVER = Production Version
Selection Text: IMOD = Integration Model
Text Symbol: 015 = System error: Check the system log (SM21) in SCM system for more information
Text Symbol: 014 = Communication error has occurred on network level
Text Symbol: 013 = Further Options
Text Symbol: 012 = Target System
Text Symbol: 011 = iPPE
Text Symbol: 010 = Adjusting Data
Text Symbol: 009 = Change Pointers Found:
Text Symbol: 008 = Comparison was canceled
Text Symbol: 007 = Production Version
Text Symbol: 006 = Integration Model
Text Symbol: 005 = Checked Production Versions:
Text Symbol: 004 = Line Balance Relatshp
Text Symbol: 003 = The list of iPPE objects is the same in both systems
Text Symbol: 002 = The following objects exist only in the target system:
Text Symbol: 001 = The following objects exist only in the source system:


INCLUDES used within this REPORT IPPECIF_EKG_COMPARE

INCLUDE: IPPECIF_EKG_COMPARE_F01,


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:

CIF_IMOD_RETRIEVE_GENKEY CALL FUNCTION 'CIF_IMOD_RETRIEVE_GENKEY' EXPORTING IV_MODELNAME = LT_CIF_IMOD-MODELNAME IV_LOGSYS = LT_CIF_IMOD-LOGSYS IV_APOAPP = LT_CIF_IMOD-APOAPP IV_CRDATE = LT_CIF_IMOD-CRDATE IV_CRTIME = LT_CIF_IMOD-CRTIME IV_IMTYP = 'T_IPPE' TABLES OT_GENKEY = LT_KEY_GENERIC EXCEPTIONS ERROR_UNKNOWN_IMTYP = 1 OTHERS = 2.

PPEBAPITOOLS_EKG_GETLIST CALL FUNCTION 'PPEBAPITOOLS_EKG_GETLIST' DESTINATION R_LOGSYS STARTING NEW TASK 'APO' PERFORMING GET_APOLIST ON END OF TASK EXPORTING IM_APO_CIF = PPET_TRUE im_caller = 'R' IM_CHANGENO = PPET_TRUE IM_MSG_HANDLING = 'A' TABLES HEADERID = LT_HEADERIDS[] EXCEPTIONS OTHERS = 1.

PPEBAPITOOLS_EKG_GETLIST CALL FUNCTION 'PPEBAPITOOLS_EKG_GETLIST' EXPORTING IM_APO_CIF = PPET_TRUE im_caller = 'R' IM_CHANGENO = PPET_TRUE IM_MSG_HANDLING = 'A' TABLES HEADERID = LT_HEADERIDS[] OBJECT_IDS = LT_OBJECTIDS_SRC[] RETURN = LT_RETURN[].

PVSHI_INIT CALL FUNCTION 'PVSHI_INIT' EXPORTING I_MSG_HANDLING = 'A' I_MSG_HANDLER = 'A' I_CHECK_LOGSYS = 'X' I_RAISE_EVENTS = ' ' I_PRG_MODE = 'C' EXCEPTIONS ERROR = 1 OTHERS = 2.

PPEBAPITOOLS_READ_OBJECTS CALL FUNCTION 'PPEBAPITOOLS_READ_OBJECTS' EXPORTING I_MODE_ALL = PPET_TRUE I_MSG_HANDLING = 'A' I_DELTA_FLG = PPET_TRUE APO_CIF = PPET_TRUE TABLES CHNG_OBJ = LT_OBJECTIDS_SRC[] ACTIVITYNODEDATA = LT_ACTNODEDATA_SRC[] SUPPLYAREAASSIGNMENT = LT_SUPPLYAREA_SRC[] ACTIVITYALTDATA = LT_ACTALTDATA_SRC[] ACTIVITYALTCAPA = LT_ACTALTCAPA_SRC[] ACTIVITYRELATION = LT_ACTRELDATA_SRC[] RESOURCENODEDATA = LT_RESNODEDATA_SRC[] COMPONENTNODEDATA = LT_CMPNODEDATA_SRC[] COMPONENTALTERNATIVEDATA = LT_CMPALTDATA_SRC[] COMPONENTVARIANTDATA = LT_CMPVARDATA_SRC[] DEPENDENCYDATA = LT_DEPDATA_SRC[] DEPENDENCYSOURCES = LT_DEPSOURCES_SRC[] CONFIGURATIONINSTANCE = LT_CONFIGINST_SRC[] CONFIGURATIONVALUE = LT_CONFIGVAL_SRC[] COMPONENTVARIANTCLASSDIFF = LT_CLASSDIFF_SRC[] COLORNODEDATA = LT_COLNODEDATA_SRC[] COLORVARIANTDATA = LT_COLVARDATA_SRC[] COMPONENTRELATION = LT_CMPRELDATA_SRC[] FACTORYLAYOUTNODEDATA = LT_FLONODEDATA_SRC[] FACTORYLAYOUTALTDATA = LT_FLOALTDATA_SRC[] FACTORYLAYOUTRELATION = LT_FLORELDATA_SRC[] REPORTINGPOINT = LT_FLOREPPNT_SRC[] LINEBALANCINGDATA = LT_BALDATA_SRC[] LINEBALANCINGVALID = LT_BALVALID_SRC[] LINEBALANCINGRELATION = LT_BALREL_SRC[] PPE_HEADER = LT_HEADER_SRC[] RETURN = LT_RETURN[].

PVSHI_CLOSE CALL FUNCTION 'PVSHI_CLOSE' EXPORTING I_UNLOCK = '1' SAVE_PROTOCOL = PPET_FALSE.

PVSHI_INIT CALL FUNCTION 'PVSHI_INIT' DESTINATION R_LOGSYS EXPORTING I_MSG_HANDLING = 'A' I_MSG_HANDLER = 'A' I_CHECK_LOGSYS = 'X' I_RAISE_EVENTS = ' ' I_PRG_MODE = 'C' EXCEPTIONS ERROR = 1 OTHERS = 2.

PPEBAPITOOLS_READ_OBJECTS CALL FUNCTION 'PPEBAPITOOLS_READ_OBJECTS' DESTINATION R_LOGSYS EXPORTING I_MODE_ALL = PPET_TRUE I_MSG_HANDLING = 'A' I_DELTA_FLG = PPET_TRUE APO_CIF = PPET_TRUE I_R3DATA = PPET_TRUE TABLES CHNG_OBJ = LT_OBJECTIDS_DEST[] ACTIVITYNODEDATA = LT_ACTNODEDATA_DST[] SUPPLYAREAASSIGNMENT = LT_SUPPLYAREA_DST[] ACTIVITYALTDATA = LT_ACTALTDATA_DST[] ACTIVITYALTCAPA = LT_ACTALTCAPA_DST[] ACTIVITYRELATION = LT_ACTRELDATA_DST[] RESOURCENODEDATA = LT_RESNODEDATA_DST[] COMPONENTNODEDATA = LT_CMPNODEDATA_DST[] COMPONENTALTERNATIVEDATA = LT_CMPALTDATA_DST[] COMPONENTVARIANTDATA = LT_CMPVARDATA_DST[] DEPENDENCYDATA = LT_DEPDATA_DST[] DEPENDENCYSOURCES = LT_DEPSOURCES_DST[] CONFIGURATIONINSTANCE = LT_CONFIGINST_DST[] CONFIGURATIONVALUE = LT_CONFIGVAL_DST[] COMPONENTVARIANTCLASSDIFF = LT_CLASSDIFF_DST[] COLORNODEDATA = LT_COLNODEDATA_DST[] COLORVARIANTDATA = LT_COLVARDATA_DST[] COMPONENTRELATION = LT_CMPRELDATA_DST[] FACTORYLAYOUTNODEDATA = LT_FLONODEDATA_DST[] FACTORYLAYOUTALTDATA = LT_FLOALTDATA_DST[] FACTORYLAYOUTRELATION = LT_FLORELDATA_DST[] REPORTINGPOINT = LT_FLOREPPNT_DST[] LINEBALANCINGDATA = LT_BALDATA_DST[] LINEBALANCINGVALID = LT_BALVALID_DST[] LINEBALANCINGRELATION = LT_BALREL_DST[] PPE_HEADER = LT_HEADER_DST[] RETURN = LT_RETURN[].

PVSHI_CLOSE CALL FUNCTION 'PVSHI_CLOSE' DESTINATION R_LOGSYS EXPORTING I_UNLOCK = '1' SAVE_PROTOCOL = PPET_FALSE.



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