EWUSTAR1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for INCLUDE EWUSTART OBJECT DOKU ID RE ..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 EWUSTAR1 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.
Selection Text: PH_CHECK = Check predecessor phase
Title: EMU Conversion: Start all Postprocessing Programs
Text Symbol: 023 = "Start job for starting EMU programs"
INCLUDE LBTCHDEF.
INCLUDE EWUSTDDD.
INCLUDE EWUSTEGR.
INCLUDE EWUSTECP.
INCLUDE EWUSTEPR.
INCLUDE EWUSTDJ1.
No SAP DATABASE tables are accessed within this REPORT code!
EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING msgty = 'E' msgid = 'MQ' msgno = '009' msgv1 = it_phasencheck-programm msgv2 = prephase EXCEPTIONS OTHERS = 4.
EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING msgty = 'I' msgid = 'MQ' msgno = '008' msgv1 = actphase msgv2 = prephase EXCEPTIONS OTHERS = 4.
EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING msgty = 'E' msgid = 'MQ' msgno = '019' msgv1 = ' ' msgv2 = ' ' EXCEPTIONS OTHERS = 4.
EWU_STATUS_SET CALL FUNCTION 'EWU_STATUS_SET' CHANGING status = status EXCEPTIONS OTHERS = 1.
EWU_STATUS_FINISH CALL FUNCTION 'EWU_STATUS_FINISH' EXCEPTIONS wrong_call = 1 no_program_entry = 2 active_package_not_found = 3 OTHERS = 4.
EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING msgty = 'I' msgid = 'MQ' msgno = '068' msgv1 = par_pakt msgv2 = par_phas EXCEPTIONS OTHERS = 4.
EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING msgty = 'W' msgid = 'MQ' msgno = '069' msgv1 = par_pakt msgv2 = par_phas EXCEPTIONS OTHERS = 4.
EWU_STATUS_UPDATE CALL FUNCTION 'EWU_STATUS_UPDATE' EXPORTING status = status EXCEPTIONS no_paket_entry = 1 foreign_lock = 2 system_failure = 3 no_program_entry = 4 wrong_call = 5 OTHERS = 6.
EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING msgty = 'I' msgid = 'MQ' msgno = '146' msgv1 = jobname EXCEPTIONS OTHERS = 4.
EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING msgty = 'I' msgid = 'MQ' msgno = '070' msgv1 = iprog-programm EXCEPTIONS OTHERS = 4.
EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING msgty = 'E' msgid = 'MQ' msgno = '071' msgv1 = iprog-programm EXCEPTIONS OTHERS = 4.
EWU_STATUS_UPDATE CALL FUNCTION 'EWU_STATUS_UPDATE' EXPORTING status = status EXCEPTIONS no_paket_entry = 1 foreign_lock = 2 system_failure = 3 no_program_entry = 4 wrong_call = 5 OTHERS = 6.
EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING msgty = 'E' msgid = 'MQ' msgno = '050' msgv1 = programm msgv2 = par_phas EXCEPTIONS OTHERS = 4.
EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING msgty = 'E' msgid = 'MQ' msgno = '094' msgv1 = programm msgv2 = vorgaenger EXCEPTIONS OTHERS = 4.
EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING msgty = 'E' msgid = 'MQ' msgno = '096' msgv1 = ewupgstat-status msgv2 = vorgaenger EXCEPTIONS OTHERS = 4.
EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING msgty = 'E' msgid = 'MQ' msgno = '093' msgv1 = report EXCEPTIONS OTHERS = 4.
EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING msgty = 'E' msgid = 'MQ' msgno = '111' msgv1 = report msgv2 = nachricht msgv3 = zeile msgv4 = wort EXCEPTIONS OTHERS = 4.
EWU_PROTOCOL_APPEND CALL FUNCTION 'EWU_PROTOCOL_APPEND' EXPORTING msgty = 'E' msgid = 'MQ' msgno = '171' msgv1 = report msgv2 = variante EXCEPTIONS OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.