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

SRT_CONFIG_SUPPORT SAP ABAP Report - Extended Display of Service Configurations in Current Client







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


Text pool values


Title: Extended Display of Service Configurations in Current Client
Text Symbol: 043 = Created On
Text Symbol: 044 = Changed by
Text Symbol: 045 = Changed on
Text Symbol: 046 = WSDL URL
Text Symbol: 047 = Error when opening configuration
Text Symbol: 048 = Property Area
Text Symbol: 049 = Name of Property/Area
Text Symbol: 050 = Value of Property
Text Symbol: 051 = Error when calling runtime data
Text Symbol: 052 = Exception when calling runtime data
Text Symbol: 053 = Namespace of Property
Text Symbol: 058 = Message Type
Text Symbol: 059 = Object
Text Symbol: 060 = Class
Text Symbol: 061 = Method
Text Symbol: 062 = Message Text
Text Symbol: 063 = General View
Text Symbol: 064 = Technical View
Text Symbol: 065 = Design Time
Text Symbol: 066 = Design Time Operation
Text Symbol: 067 = Runtime Binding
Text Symbol: 068 = Runtime Operation
Text Symbol: 069 = Node Type
Text Symbol: 070 = Value of Property
Text Symbol: 071 = Name of Property
Text Symbol: 072 = SOAP Configuration Application Name
Text Symbol: 073 = Error when calling design time data
Text Symbol: 074 = Exception when calling design time data
Text Symbol: 075 = Error when calling design time data
Text Symbol: 076 = Exception when calling design time data
Text Symbol: 077 = Error when calling runtime data
Text Symbol: 078 = Exception when calling runtime data
Text Symbol: 102 = Execute Selection
Text Symbol: 042 = Created By
Text Symbol: 001 = Sort by Configuration Name
Text Symbol: 002 = Sort by Service Definition (DT)
Text Symbol: 003 = Sort by Provider/Consumer





Text Symbol: 004 = Configuration Name
Text Symbol: 005 = Service Definition (DT Interface)
Text Symbol: 006 = Provider/Consumer
Text Symbol: 007 = By Name of Configuration
Text Symbol: 008 = By Service Definition (DT Interface, Proxy)
Text Symbol: 009 = By Logical Port Name
Text Symbol: 010 = By Internal Key
Text Symbol: 011 = By "Created By" and Date
Text Symbol: 012 = By "Changed By" and Date
Text Symbol: 013 = By WSDL URL
Text Symbol: 014 = Selecting...
Text Symbol: 015 = Configuration Name (* allowed)
Text Symbol: 016 = Configuration Name
Text Symbol: 017 = Service Definition Name (* allowed)
Text Symbol: 018 = Name of Service Definition/DT Interface/Proxy
Text Symbol: 019 = Logical Port Name (* allowed)
Text Symbol: 020 = Name of Logical Port
Text Symbol: 021 = Configuration Key
Text Symbol: 022 = Configuration GUID
Text Symbol: 023 = Time Created
Text Symbol: 024 = Configuration Created At
Text Symbol: 025 = Changed at
Text Symbol: 026 = Configuration Changed At
Text Symbol: 027 = WSDL URL
Text Symbol: 028 = WSDL URL
Text Symbol: 036 = Configuration Name
Text Symbol: 037 = Description
Text Symbol: 038 = Service Definition Name (DT)
Text Symbol: 039 = Type
Text Symbol: 040 = Status
Text Symbol: 041 = Configuration Key


INCLUDES used within this REPORT SRT_CONFIG_SUPPORT

INCLUDE SRT_CONFIG_SUPPORT_GLOB.
INCLUDE SRT_CONFIG_SUPPORT_LCL_DEF.
INCLUDE SRT_CONFIG_SUPPORT_LCL_DEF_SUB.
INCLUDE SRT_CONFIG_SUPPORT_LCL_IMPL.
INCLUDE SRT_CONFIG_SUPPORT_LCL_IMP_SUB.
INCLUDE SRT_CONFIG_SUPPORT_PBO.
INCLUDE SRT_CONFIG_SUPPORT_PAI.


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