SAP Reports / Programs

SRT_CREATE_RUNTIME_CONFIG SAP ABAP Report - Restricted Administration of WS Configurations







SRT_CREATE_RUNTIME_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 SRT_CREATE_RUNTIME_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 SRT_CREATE_RUNTIME_CONFIG. "Basic submit
SUBMIT SRT_CREATE_RUNTIME_CONFIG AND RETURN. "Return to original report after report execution complete
SUBMIT SRT_CREATE_RUNTIME_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: PADDR = Use
Selection Text: PBXML = Use
Selection Text: PCFG = Configuration Name
Selection Text: PCLI = Sender
Selection Text: PCRE = Create
Selection Text: PDEL = Delete
Selection Text: PDETAIL = Display Configuration Details
Selection Text: PDIS = Display
Selection Text: PDTO = Name
Selection Text: PDTV = Variant
Selection Text: PESR = ESR Service Interface
Selection Text: PGEN = Suppress "Local Call" Property
Selection Text: PHOST = Target Host
Selection Text: PIIF = Name
Selection Text: PIIFN = Namespace
Selection Text: PLOCAL = Local Call
Selection Text: PUSER = User
Selection Text: PURL = Access URL
Selection Text: PTRC = Scope of Trace
Selection Text: PTBTYPE = Transport Binding Type
Selection Text: PSRV = Recipient
Selection Text: PRMP = RM Protocol Name
Selection Text: PPWD = Password
Selection Text: PPROT = Transport Protocol
Selection Text: PPORT = Port Number
Selection Text: POPTXMLT = Optimized XML Transfer
Selection Text: POIFN = Namespace
Selection Text: POIF = Name
Selection Text: PNESR = RFC, BAPI
Selection Text: PMIDP = Protocol Name
Selection Text: PLPDEF = LP is Default Port
Selection Text: PLP = Logical Port
Title: Restricted Administration of WS Configurations
Text Symbol: OFV = No variants or multiple variants assigned to outbound interface
Text Symbol: OIF = Cannot map outbound interface or cannot map outbound interface uniquely
Text Symbol: PA1 = Designtime object not specified
Text Symbol: RCR = Configuration already existed and was deleted
Text Symbol: S01 = Specify a configuration name





Text Symbol: S02 = Specify a receiver interface
Text Symbol: S03 = Specify a receiver interface namespace
Text Symbol: S04 = Specify a sender interface
Text Symbol: S05 = Specify a sender interface namespace
Text Symbol: S06 = Specify a design time object
Text Symbol: S07 = Specify a protocol
Text Symbol: S08 = Specify a host
Text Symbol: S09 = Specify a port
Text Symbol: S10 = Specify a URL
Text Symbol: SRV = Service
Text Symbol: SUC = Configuration created successfully
Text Symbol: UKN = At least one unknown screen element exists or internal DT name not found.
Text Symbol: USE = Unknown screen element will be ignored.
Text Symbol: 025 = Error
Text Symbol: 024 = Deactivated
Text Symbol: 023 = Performance
Text Symbol: 022 = Complete
Text Symbol: 021 = Details
Text Symbol: 020 = Display
Text Symbol: 019 = Configuration &1 deleted
Text Symbol: 018 = Configuration object &1 does not exist
Text Symbol: 017 = Action
Text Symbol: 016 = Troubleshooting
Text Symbol: 015 = Reliable Messaging
Text Symbol: 014 = SAP Addressing
Text Symbol: 013 = Message ID
Text Symbol: 012 = Logon Data
Text Symbol: 011 = Configuration
Text Symbol: 010 = Designtime Object
Text Symbol: 009 = ESR Sender Service Interface
Text Symbol: 008 = ESR Receiver Service Interface
Text Symbol: 007 = Configuration
Text Symbol: 006 = Web Service Based On
Text Symbol: 005 = Localization
Text Symbol: 004 = Select a line
Text Symbol: 003 = Activity terminated
Text Symbol: 002 = Local
Text Symbol: 001 = SOAP11 Using HTTP
Text Symbol: 026 = Application Data





Text Symbol: NFD = No configuration found for specified search criteria
Text Symbol: NDT = No details found
Text Symbol: IVV = No variants or multiple variants assigned to inbound interface in its service definition
Text Symbol: IIP = Invalid parameter
Text Symbol: IIF = Cannot map inbound interface or cannot map inbound interface uniquely; generic information is not supported
Text Symbol: IFV = No service definitions or multiple service definitions assigned to inbound interface
Text Symbol: ERR = Error when creating configuration
Text Symbol: DVA = [Value]
Text Symbol: DTN = [DT Object]
Text Symbol: DST = [Status]
Text Symbol: DPR = [Properties]
Text Symbol: DNM = [Name]
Text Symbol: DIS = Display
Text Symbol: DEL = Delete
Text Symbol: DCV = [Config. Values]
Text Symbol: DCF = [Configuration]
Text Symbol: DBN = [Binding]
Text Symbol: CRE = Create
Text Symbol: BND = Binding
Text Symbol: 032 = Error when getting WSDL URL
Text Symbol: 031 = WSDL URL
Text Symbol: 030 = Use Binary XML
Text Symbol: 029 = State Management on Provider Side
Text Symbol: 028 = WSA Protocol
Text Symbol: 027 = MSGID Protocol


INCLUDES used within this REPORT SRT_CREATE_RUNTIME_CONFIG

INCLUDE SRT_CREATE_RUNTIME_CONFIG_TOP . " GLOBAL DATA / LCL
INCLUDE SRT_CREATE_RUNTIME_CONFIG_E01 . " SELSCREEN EVENTS
INCLUDE SRT_CREATE_RUNTIME_CONFIG_P01 . " LCL IMPL


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