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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
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.
PRG_SRT_SINGLE_CONFIG - Single Configuration PRG_SRT_SINGLE_CONFIG - Single Configuration PRG_PUBLICATION_RESTRICTIONS - Program PRG_PUBLICATION_RESTRICTIONS PRG_PUBLICATION_RESTRICTIONS - Program PRG_PUBLICATION_RESTRICTIONS PRG_LOGICAL_DEST_MAINTAIN - Screen Flow Demo PRG_LOGICAL_DEST_MAINTAIN - Screen Flow Demo