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

SRT_PROCESS_TASKS SAP ABAP Report - Pending SOAP Runtime Configuration Tasks







SRT_PROCESS_TASKS 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 SRT_PROCESS_TASKS into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WSTASKCHECK - Get/Check WS Configurations


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_PROCESS_TASKS. "Basic submit
SUBMIT SRT_PROCESS_TASKS AND RETURN. "Return to original report after report execution complete
SUBMIT SRT_PROCESS_TASKS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Pending SOAP Runtime Configuration Tasks
Text Symbol: WDU = WSDL Access User =
Text Symbol: UKW = Not set
Text Symbol: TID = ID =
Text Symbol: H06 = WSDL
Text Symbol: H05 = Task Information
Text Symbol: H04 = Profile Name
Text Symbol: H03 = ICat
Text Symbol: H02 = Task Name
Text Symbol: H01 = TType
Text Symbol: CRE = Created=
Text Symbol: CHG = Changed=
Text Symbol: 023 = WSDL Document
Text Symbol: 022 = Do you want to display the WSDL document for assignment &1 (type &2, task ID &3)?
Text Symbol: 021 = System error when locking task &1.
Text Symbol: 020 = Task &1 is already locked
Text Symbol: 019 = Do you want to delete assignment &1 (type &2, ID &3)?
Text Symbol: 018 = Delete Assignment
Text Symbol: 017 = Do you want to schedule a job?
Text Symbol: 016 = Do you want to delete the existing job?
Text Symbol: 015 = Job Administration
Text Symbol: 014 = Error in job administration. &1
Text Symbol: 013 = Tasks exist but no job. Do you want to schedule a job?
Text Symbol: 012 = Job Scheduling
Text Symbol: 011 = Exception. &1
Text Symbol: 010 = Missing task information: &1
Text Symbol: 009 = Make Assignment
Text Symbol: 008 = No
Text Symbol: 007 = Yes
Text Symbol: 006 = Do you want to make assignment &1 (type &2, task ID &3)?
Text Symbol: 005 = No pending SOAP RT configuration tasks found
Text Symbol: 004 = Open configurations: Total=&1, XI Client=&2, XI Server=&3, Client=&4, Server=&5
Text Symbol: 003 = Assignment error: &1. &2
Text Symbol: 002 = Error in registry creation. &1
Text Symbol: 001 = Could not schedule job &1 (program &2). &3&4&5


INCLUDES used within this REPORT SRT_PROCESS_TASKS

INCLUDE SRT_PROCESS_TASKS_TOP.
INCLUDE SRT_PROCESS_TASKS_F01.
INCLUDE SRT_PROCESS_TASKS_F02.




INCLUDE SRT_PROCESS_TASKS_SEL.


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