SRT_UTIL_RESTART is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to restart a large number of messages according to different selection criteria...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 SRT_UTIL_RESTART 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: APPERROR = Application Error
Selection Text: DATEFR = From Date
Selection Text: DATETO = To Date
Selection Text: ERRORCAP = Limit of error versions
Selection Text: IBIFNAME = Inbound Interface Name
Selection Text: IBIFNS = Inbound Interface Namespace
Selection Text: IBPARTY = Inbound Party
Selection Text: OBIFNAME = Outbound Interface Name
Selection Text: OBIFNS = Outbound Interface Namespace
Selection Text: OBPARTY = Outbound Party
Selection Text: SYSAPPER = Erroneous
Selection Text: SYSERROR = System Error
Selection Text: TIMEFR = From Time
Selection Text: TIMETO = To Time
Selection Text: UNAME = Username
Title: Web Service Utilities: Message Restart
Text Symbol: 040 = Number of messages matching selection query:
Text Symbol: 041 = Messages with too many error versions:
Text Symbol: 043 = Total number of messages tried to restart:
Text Symbol: 044 = Restarted:
Text Symbol: 045 = Status after restart:
Text Symbol: 046 = Successful:
Text Symbol: 047 = Erroneous:
Text Symbol: 048 = Processing, waiting or erroneous:
Text Symbol: 049 = Cancelled or isolated:
Text Symbol: 050 = Failed to restart:
Text Symbol: 051 = Status of failed messages:
Text Symbol: 052 = Yes
Text Symbol: 053 = Restart failed for
Text Symbol: 054 = % of messages
Text Symbol: 055 = Messages restarted.
Text Symbol: 056 = No
Text Symbol: 057 = Documentation not found
Text Symbol: 100 = Status group of messages
Text Symbol: 101 = Date from
Text Symbol: 102 = Time from
Text Symbol: 103 = Date to
Text Symbol: 104 = Time to
INCLUDE SRT_UTIL_RESTART_TOP.
INCLUDE SRT_UTIL_RESTART_LCL_CLASSES.
INCLUDE SRT_UTIL_RESTART_BATCH_PROCESS.
INCLUDE SRT_UTIL_RESTART_STATUS_010O01.
INCLUDE SRT_UTIL_RESTART_USER_COMMAI01.
INCLUDE SRT_UTIL_RESTART_STATUS_020O01.
INCLUDE SRT_UTIL_RESTART_USER_COMMAI02.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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 SRT_UTIL_RESTART or its description.
SRT_UTIL_RESTART - Web Service Utilities: Message Restart SRT_UTIL_RESTART - Web Service Utilities: Message Restart SRT_UTIL_PLOAD_ROUTIS - Web Service Utilities: Payload Trace - Overview SRT_UTIL_PLOAD_MAIN - Web Service Utilities: Payload Trace - Overview SRT_UTIL_PLOAD_DETAIL_ROUTIS - Web Service Utilities: Payload Trace - Detail SRT_UTIL_PLOAD_DETAIL_MAIN - Web Service Utilities: Payload Trace - Detail