SAP Reports / Programs

EWUTIME SAP ABAP Report - Number of Table Records and Runtime Forecast







EWUTIME 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 EWUTIME 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 EWUTIME. "Basic submit
SUBMIT EWUTIME AND RETURN. "Return to original report after report execution complete
SUBMIT EWUTIME 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: ABGROSS = From size (in MB)
Selection Text: AUFGABE = Task
Selection Text: PAKET = Package
Title: Number of Table Records and Runtime Forecast
Text Symbol: 001 = Tables larger than
Text Symbol: 002 = No table exists


INCLUDES used within this REPORT EWUTIME

INCLUDE EWUSTDDD.


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:

EWU_STATUS_INITIALIZE CALL FUNCTION 'EWU_STATUS_INITIALIZE' EXPORTING PROGRAMM = 'EWUTIME' EXCEPTIONS OTHERS = 4.

EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING LEVEL = '3' MSGTY = 'S' MSGID = 'AD' MSGNO = '010' EXCEPTIONS OTHERS = 4.

EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING LEVEL = '2' MSGTY = 'S' MSGID = 'MQ' MSGNO = '190' MSGV1 = EWUPAK-PAKETSICH EXCEPTIONS OTHERS = 4.

EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING LEVEL = '2' MSGTY = MSGTY MSGID = 'MQ' MSGNO = '191' MSGV1 = FILL MSGV2 = HOURS MSGV3 = MINUTES EXCEPTIONS OTHERS = 4.

EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING LEVEL = '3' MSGTY = 'W' MSGID = 'MQ' MSGNO = '195' MSGV1 = PGSTAT-PROGRAMM EXCEPTIONS OTHERS = 4.

EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING LEVEL = '2' MSGTY = MSGTY MSGID = 'MQ' MSGNO = '191' MSGV1 = GENERATION MSGV2 = HOURS MSGV3 = MINUTES EXCEPTIONS OTHERS = 4.

EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING LEVEL = '3' MSGTY = 'W' MSGID = 'MQ' MSGNO = '195' MSGV1 = PGSTAT-PROGRAMM EXCEPTIONS OTHERS = 4.

EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING LEVEL = '2' MSGTY = 'S' MSGID = 'MQ' MSGNO = '191' MSGV1 = CONVERSION MSGV2 = HOURS MSGV3 = MINUTES EXCEPTIONS OTHERS = 4.

EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING LEVEL = '3' MSGTY = 'S' MSGID = 'MQ' MSGNO = '192' EXCEPTIONS OTHERS = 4.

EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING LEVEL = '3' MSGTY = 'S' MSGID = 'MQ' MSGNO = '193' MSGV1 = PGTAB-TABNAME MSGV2 = HOURS MSGV3 = MINUTES EXCEPTIONS OTHERS = 4.

EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING LEVEL = LEVEL MSGTY = MSGTY MSGID = 'MQ' MSGNO = '196' MSGV1 = ERROR_PGTAB-TABNAME EXCEPTIONS OTHERS = 4.

EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING LEVEL = '2' MSGTY = MSGTY MSGID = 'MQ' MSGNO = '191' MSGV1 = RECON MSGV2 = HOURS MSGV3 = MINUTES EXCEPTIONS OTHERS = 4.

EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING LEVEL = '3' MSGTY = 'W' MSGID = 'MQ' MSGNO = '195' MSGV1 = PGSTAT-PROGRAMM EXCEPTIONS OTHERS = 4.

EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING LEVEL = '2' MSGTY = 'S' MSGID = 'MQ' MSGNO = '194' EXCEPTIONS OTHERS = 4.

EWU_STATUS_UPDATE CALL FUNCTION 'EWU_STATUS_UPDATE' EXPORTING STATUS = STATUS EXCEPTIONS OTHERS = 4.

FI_EWU_CONVERTED_COMPANYCODES CALL FUNCTION 'FI_EWU_CONVERTED_COMPANYCODES' EXPORTING P_PAKET = EWUPAK-PAKET P_10 = 'X' P_W2 = 'X' P_W3 = 'X' P_11 = 'X' P_LW = 'X' TABLES T_BUKRS = T_BUKRS.



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