SAP Reports / Programs | Basis Components | Enterprise Service Infrastructure | WebServices ABAP Runtime(BC-ESI-WS-ABA-RT) SAP BC

SRT_UTIL_RESTART SAP ABAP Report - Web Service Utilities: Message Restart







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


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 SRT_UTIL_RESTART. "Basic submit
SUBMIT SRT_UTIL_RESTART AND RETURN. "Return to original report after report execution complete
SUBMIT SRT_UTIL_RESTART 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: 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





Text Symbol: 105 = Name of user who created the message
Text Symbol: 106 = Value of error version up to which messages will be restarted
Text Symbol: 001 = Restart messages - Message view
Text Symbol: 002 = Number
Text Symbol: 003 = Processing status
Text Symbol: 004 = Error information
Text Symbol: 005 = Created by
Text Symbol: 006 = Changed Date
Text Symbol: 007 = Changed time
Text Symbol: 008 = Adapter type
Text Symbol: 009 = Location
Text Symbol: 010 = Message ID
Text Symbol: 011 = Creation date
Text Symbol: 012 = Creation time
Text Symbol: 013 = Message status
Text Symbol: 014 = Error version
Text Symbol: 015 = OB party
Text Symbol: 016 = OB interface
Text Symbol: 017 = OB namespace
Text Symbol: 018 = IB party
Text Symbol: 019 = IB interface
Text Symbol: 020 = IB namespace
Text Symbol: 021 = Display job overview after background restart?
Text Symbol: 022 = Limit of error versions:
Text Symbol: 023 = Background job successfully created.
Text Symbol: 024 = Erroneous
Text Symbol: 025 = Application error
Text Symbol: 026 = System error
Text Symbol: 027 = No messages selected
Text Symbol: 028 = Used selection query:
Text Symbol: 029 = Processing state:
Text Symbol: 030 = From: Date:
Text Symbol: 031 = Time:
Text Symbol: 032 = To: Date:
Text Symbol: 033 = Username:
Text Symbol: 034 = Outbound interface name:
Text Symbol: 035 = Outbound interface namespace:
Text Symbol: 036 = Outbound party:
Text Symbol: 037 = Inbound interface name:





Text Symbol: 038 = Inbound interface namespace:
Text Symbol: 039 = Inbound party:


INCLUDES used within this REPORT SRT_UTIL_RESTART

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.


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:

No SAP FUNCTION MODULES are executed within this report code!



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