SAP Reports / Programs | Basis Components | Enterprise Service Infrastructure | Web Service and SOAP - ABAP(BC-ESI-WS-ABA) SAP BC

PRG_SRT_SINGLE_CONFIG SAP ABAP Report - Single Configuration







PRG_SRT_SINGLE_CONFIG 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 PRG_SRT_SINGLE_CONFIG 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 PRG_SRT_SINGLE_CONFIG. "Basic submit
SUBMIT PRG_SRT_SINGLE_CONFIG AND RETURN. "Return to original report after report execution complete
SUBMIT PRG_SRT_SINGLE_CONFIG 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: ACCURL = Access URL
Selection Text: AUTHMET = Authentication Method
Selection Text: BINDING = Binding Name
Selection Text: BINDKEY = Binding Key
Selection Text: CHANGBY = Changed by
Selection Text: CHANGON = Changed on
Selection Text: CONFIGD = Configured
Selection Text: CONFKEY = Configuration Key
Selection Text: CPROXY = Consumer Proxy
Selection Text: CREATBY = Created by
Selection Text: CREATON = Created on
Selection Text: HOSTNAME = Host Name
Selection Text: ISOLATE = Isolated
Selection Text: LOCALSC = Local Shortcut
Selection Text: LPNAME = Logical Port Name
Selection Text: LPUNAME = Logical Port User Name
Selection Text: OBJNAME = Object Name
Selection Text: OBJTYPE = Object Type
Selection Text: PORT = Port
Selection Text: PROTOCOL = Protocol
Selection Text: P_AMOUNT = Maximal number of hits
Selection Text: SCSREL = SCS related
Selection Text: SERVICE = Service Name
Title: Single Configuration
Text Symbol: 050 = Do you really want to delete the logical port
Text Symbol: 051 = Delete Logical Port
Text Symbol: 052 = Do you really want to deactivate the logical port
Text Symbol: 053 = Deactivate Logical Port
Text Symbol: 054 = Do you really want to activate the logical port
Text Symbol: 055 = Activate Logical Port
Text Symbol: 056 = Do you really want to deactivate the service
Text Symbol: 057 = Deactivate Service
Text Symbol: 058 = Do you really want to activate the service
Text Symbol: 059 = Activate Service
Text Symbol: 060 = Do you really want to delete the service (and its bindings)
Text Symbol: 061 = Delete Service
Text Symbol: 062 = Ping successful for logical port
Text Symbol: 063 = Ping Logical Port





Text Symbol: 064 = Ping failed for logical port
Text Symbol: 065 = Consumer Factory
Text Symbol: 066 = Consumer IBC
Text Symbol: 067 = Provider IBCR
Text Symbol: 068 = Contract Implementation
Text Symbol: 069 = Communication Type
Text Symbol: 070 = Semantic Contract
Text Symbol: 071 = Contract
Text Symbol: 072 = Contract Impl. Name
Text Symbol: 073 = Contract Impl. Namespace
Text Symbol: 049 = Business Appl. ID (Provider IBC Ref.)
Text Symbol: 023 = Attributes for all Objects
Text Symbol: 022 = Attributes for Service Definition
Text Symbol: 021 = Search Attributes
Text Symbol: 020 = Attributes for Consumer Proxy and Service Group
Text Symbol: 019 = Ping
Text Symbol: 018 = Attributes for Service Group only
Text Symbol: 017 = OK
Text Symbol: 016 = No
Text Symbol: 015 = Yes
Text Symbol: 014 = Binding
Text Symbol: 013 = Service
Text Symbol: 012 = Consumer Proxy
Text Symbol: 011 = Service Definition
Text Symbol: 010 = Origin
Text Symbol: 009 = State
Text Symbol: 008 = Logical Port
Text Symbol: 007 = Log.Port
Text Symbol: 006 = Search for Objects
Text Symbol: 005 = Type
Text Symbol: 004 = Description
Text Symbol: 003 = Namespace
Text Symbol: 002 = External Name
Text Symbol: 001 = Object Name
Text Symbol: 024 = Service Group
Text Symbol: 048 = Consumer Proxy
Text Symbol: 047 = Proxy
Text Symbol: 046 = Classification Value
Text Symbol: 045 = Value





Text Symbol: 044 = Classification System
Text Symbol: 043 = Class System
Text Symbol: 042 = Topic Name
Text Symbol: 041 = Topic
Text Symbol: 040 = Feature Name
Text Symbol: 039 = Feature
Text Symbol: 038 = Operation Name
Text Symbol: 037 = OpName
Text Symbol: 036 = Op
Text Symbol: 035 = Value
Text Symbol: 034 = Namespace
Text Symbol: 033 = Name
Text Symbol: 032 = Detail
Text Symbol: 031 = Configurations
Text Symbol: 030 = Overview
Text Symbol: 029 = Act./Deact.
Text Symbol: 028 = Act
Text Symbol: 027 = Display
Text Symbol: 026 = Dis


INCLUDES used within this REPORT PRG_SRT_SINGLE_CONFIG

No INCLUDES are used within this REPORT code!


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:

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'TEXT' dynpprog = sy-repid dynpnr = '1000' dynprofield = 'AUTHMET' value_org = 'S' tables value_tab = gt_auth_method_value_help.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'KEY' dynpprog = sy-repid dynpnr = '1000' dynprofield = 'PROTOCOL' value_org = 'S' tables value_tab = gt_protocol_value_help.



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