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
Below is a list of transaction codes which are relevant to this SAP report
WSTASKCHECK - Get/Check WS Configurations
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.
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
INCLUDE SRT_PROCESS_TASKS_TOP.
INCLUDE SRT_PROCESS_TASKS_F01.
INCLUDE SRT_PROCESS_TASKS_F02.
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.