SAP Reports / Programs

IPPECIF_EKG_READ SAP ABAP Report - Read the Production Version







IPPECIF_EKG_READ 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_READ 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_READ. "Basic submit
SUBMIT IPPECIF_EKG_READ AND RETURN. "Return to original report after report execution complete
SUBMIT IPPECIF_EKG_READ 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_LOGSYS = D Logical System
Selection Text: R_MATNR = D Material Number
Selection Text: R_VERID = D Production Version
Selection Text: R_WERKS = D Plant
Title: Read the Production Version
Text Symbol: 001 = List of iPPE Objects:
Text Symbol: 002 = iPPE
Text Symbol: 003 = Logical System


INCLUDES used within this REPORT IPPECIF_EKG_READ

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:

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = '&2' TABLES DFIES_TAB = L_DFIES EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

PPEBAPITOOLS_EKG_GETLIST CALL FUNCTION 'PPEBAPITOOLS_EKG_GETLIST' DESTINATION R_LOGSYS EXPORTING IM_APO_CIF = PPET_TRUE IM_MSG_HANDLING = 'A' TABLES HEADERID = LT_HEADERIDS[] OBJECT_IDS = LT_OBJECTIDS[] 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' DESTINATION R_LOGSYS EXPORTING I_MODE_ALL = PPET_TRUE I_MSG_HANDLING = 'A' I_DELTA_FLG = PPET_FALSE APO_CIF = PPET_TRUE TABLES CHNG_OBJ = LT_OBJECTIDS[] ACTIVITYNODEDATA = LT_ACTNODEDATA[] ACTIVITYNODETEXT = LT_ACTNODETXT[] SUPPLYAREA = LT_SUPPLYAREA[] ACTIVITYALTDATA = LT_ACTALTDATA[] ACTIVITYALTCAPA = LT_ACTALTCAPA[] ACTIVITYALTTEXT = LT_ACTALTTXT[] ACTIVITYRELATION = LT_ACTRELDATA[] RESOURCENODEDATA = LT_RESNODEDATA[] RESOURCENODETEXT = LT_RESNODETXT[] COMPONENTNODEDATA = LT_CMPNODEDATA[] COMPONENTNODETEXT = LT_CMPNODETXT[] COMPONENTALTERNATIVEDATA = LT_CMPALTDATA[] COMPONENTALTERNATIVETEXT = LT_CMPALTTXT[] COMPONENTVARIANTDATA = LT_CMPVARDATA[] COMPONENTVARIANTTEXTHEADER = LT_LONGTXT_HD[] COMPONENTVARIANTTEXT = LT_LONGTXT[] DEPENDENCYDATA = LT_DEPDATA[] DEPENDENCYSOURCES = LT_DEPSOURCES[] CONFIGURATIONINSTANCE = LT_CONFIGINST[] CONFIGURATIONVALUE = LT_CONFIGVAL[] COMPONENTVARIANTCLASSDIFF = LT_CLASSDIFF[] COLORNODEDATA = LT_COLNODEDATA[] COLORVARIANTDATA = LT_COLVARDATA[] COLORNODETEXT = LT_COLNODETXT[] COMPONENTRELATION = LT_CMPRELDATA[] FACTORYLAYOUTNODEDATA = LT_FLONODEDATA[] FACTORYLAYOUTNODETEXT = LT_FLONODETXT[] FACTORYLAYOUTALTDATA = LT_FLOALTDATA[] FACTORYLAYOUTALTTEXT = LT_FLOALTTXT[] FACTORYLAYOUTRELATION = LT_FLORELDATA[] REPORTINGPOINT = LT_FLOREPPNT[] REPORTINGPOINTTEXT = LT_FLOREPPNTTXT[] LINEBALANCINGDATA = LT_BALDATA[] LINEBALANCINGTEXT = LT_BALTXT[] LINEBALANCINGVALID = LT_BALVALID[] LINEBALANCINGRELATION = LT_BALREL[] MODELMIXHEADER = LT_MODMIXH[] MODELMIXPOSITIONS = LT_MODMIXP[] EXTENSION = LT_EXTENSION[] NODELONGTEXTHEADER = LT_NODELONGTXTHD[] NODELONGTEXT = LT_NODELONGTXT[] ALTLONGTEXTHEADER = LT_ALTLONGTXTHD[] ALTLONGTEXT = LT_ALTLONGTXT[] PPE_HEADER = LT_HEADER[] RETURN = LT_RETURN[].

PVSHI_CLOSE CALL FUNCTION 'PVSHI_CLOSE' 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_READ or its description.