REG_EGER_XPRA_01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Conversion report: Copy ETYP Data to EGERS/EGERH This report enters device data stored in the device category (table ETYP) into tables EGERS and EGERH and modifies other fields in these tables...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 REG_EGER_XPRA_01 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: Conversion report: copy ETYP data to EGERS/EGERH
Text Symbol: 006 = devices
Text Symbol: 005 = The system has converted
Text Symbol: 003 = Conversion of dev. dat ended.
Text Symbol: 001 = Conversion of dev. data started...
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_EIEQUI call function 'ENQUEUE_EIEQUI' exporting mandt = t_egers-mandt equnr = t_egers-equnr _collect = 'X'.
FLUSH_ENQUEUE call function 'FLUSH_ENQUEUE' exceptions others = 1.
DEQUEUE_EIEQUI call function 'DEQUEUE_EIEQUI' exporting mandt = t_veger-mandt equnr = t_veger-equnr _collect = 'X'.
FLUSH_ENQUEUE call function 'FLUSH_ENQUEUE'.
TR_APPEND_LOG call function 'TR_APPEND_LOG' * EXPORTING * OPEN_FILE = 'X' * CLOSE_FILE = 'X' * CONDENSE = 'X' * MASTER_LANGU = 'E' * ACCEPT_NOT_INIT = ' ' * IV_SUPPRESS_STATISTICS = ' ' tables xmsg = xmsg.
TR_APPEND_LOG call function 'TR_APPEND_LOG' * EXPORTING * OPEN_FILE = 'X' * CLOSE_FILE = 'X' * CONDENSE = 'X' * MASTER_LANGU = 'E' * ACCEPT_NOT_INIT = ' ' * IV_SUPPRESS_STATISTICS = ' ' tables xmsg = xmsg.
TR_FLUSH_LOG call function 'TR_FLUSH_LOG'.
TR_APPEND_LOG call function 'TR_APPEND_LOG' * EXPORTING * OPEN_FILE = 'X' * CLOSE_FILE = 'X' * CONDENSE = 'X' * MASTER_LANGU = 'E' * ACCEPT_NOT_INIT = ' ' * IV_SUPPRESS_STATISTICS = ' ' tables xmsg = xmsg.
TR_FLUSH_LOG call function 'TR_FLUSH_LOG'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REG_EGER_XPRA_01 - Conversion report: copy ETYP data to EGERS/EGERH REG_EGER_XPRA_01 - Conversion report: copy ETYP data to EGERS/EGERH REG_EASTIH_XPRA_01 - Conversion report: Generate EASTIH data records REG_EASTIH_XPRA_01 - Conversion report: Generate EASTIH data records REGZWGVW - INTERNAL: Output of Where-Used List for Register Groups REGZWGVW - INTERNAL: Output of Where-Used List for Register Groups