IECE_OBJ_MACROS is a standard ABAP INCLUDE 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 IECE_OBJ_MACROS into the relevant SAP transactions such as SE38 or SE80
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.
Title: Special macro definition for development class EECC_EDI
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = _$ebastruc-tabname2 importing x030l_wa = _$ebanametabhead tables x031l_tab = _$ebanametab exceptions others = 2.
DDIF_NAMETAB_GET * CALL FUNCTION 'DDIF_NAMETAB_GET' * EXPORTING * TABNAME = _$EBASTRUC-TABNAME2 * IMPORTING * X030L_WA = _$EBANAMETABHEAD * TABLES * X031L_TAB = _$EBANAMETAB * EXCEPTIONS * OTHERS = 2.
EWC_OTYPE_GET_INFO * CALL FUNCTION 'EWC_OTYPE_GET_INFO' * EXPORTING * X_OBJTYPE = _$EBAOBJ-BUFOBJTYP * TABLES * YT_KEYFIELDS = _$EBASWOTRK * EXCEPTIONS * OTHERS = 2.
EWC_OTYPE_GET_INFO * CALL FUNCTION 'EWC_OTYPE_GET_INFO' * EXPORTING * X_OBJTYPE = _$EBAOBJ-BUFOBJTYP * TABLES * YT_KEYFIELDS = _$EBASWOTRK * EXCEPTIONS * OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IECE_OBJ_MACROS - Special macro definition for development class EECC_EDI IECE_OBJ_GENERAL - General include for deregulation classes IECE_OBJ_ALL_CLASSES - Definition of all classes to be included IECE_OBJT_INSTALLATION - Categories for the Installation Class IECE_OBJI_SERVICEPROVIDER - Class: Implementation of Service Provider IECE_OBJI_REGISTER_RATE - Class: Implementation of Register Rate Date