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

SRT_MAINTAIN_CONFIG SAP ABAP Report - Program SRT_MAINTAIN_CONFIG







SRT_MAINTAIN_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_MAINTAIN_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_MAINTAIN_CONFIG. "Basic submit
SUBMIT SRT_MAINTAIN_CONFIG AND RETURN. "Return to original report after report execution complete
SUBMIT SRT_MAINTAIN_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: RUNC = Create
Selection Text: DIS = Display
Selection Text: DEL = Delete
Selection Text: CUSER = Create for User Name
Selection Text: CUADD = Additional LP Name Part
Title: Program SRT_MAINTAIN_CONFIG
Text Symbol: 113 = SOAP 1.1
Text Symbol: 114 = SOAP x.y
Text Symbol: 115 = Binding
Text Symbol: 117 = User/Password Identification
Text Symbol: 118 = SSO Identification
Text Symbol: 119 = Authentication Method
Text Symbol: 120 = http Protocol
Text Symbol: 121 = Non-Secure http
Text Symbol: 122 = Secure http
Text Symbol: 130 = WSRM Protocol
Text Symbol: 131 = WSRM 02/2005
Text Symbol: 132 = WSRM mm/yyyy
Text Symbol: 140 = Binary XML Transfer
Text Symbol: 141 = (NONE)
Text Symbol: 142 = (MTOM)
Text Symbol: 143 = (SAP)
Text Symbol: 150 = Message ID Transfer Protocol
Text Symbol: 151 = WS Addressing
Text Symbol: 152 = SAP MSGID Protocol
Text Symbol: 160 = Error Environment
Text Symbol: 161 = Use invalid password
Text Symbol: 200 = Provider/Service Configuration
Text Symbol: 001 = Configuration created for consumer:
Text Symbol: 002 = Configuration deleted for consumer:
Text Symbol: 003 = Error when creating/deleting configuration for consumer:
Text Symbol: 004 = Configuration created for provider:
Text Symbol: 005 = Configuration deleted for provider:
Text Symbol: 006 = Error when creating/deleting configuration for provider:
Text Symbol: 007 = Configuration exists for consumer
Text Symbol: 008 = Configuration exists for provider
Text Symbol: 009 = not
Text Symbol: 010 = Function





Text Symbol: 011 = Consumer
Text Symbol: 012 = Provider
Text Symbol: 013 = Configuration Name
Text Symbol: 014 = Logical Port Name
Text Symbol: 015 = Proxy Name (INBOUND)
Text Symbol: 016 = Proxy Name (OUTBOUND)
Text Symbol: 017 = Service Description Name
Text Symbol: 020 = Options
Text Symbol: 021 = User Name
Text Symbol: 022 = User Password
Text Symbol: 023 = User Settings
Text Symbol: 027 = Consumer configuration does not exist
Text Symbol: 028 = Provider configuration does not exist
Text Symbol: 100 = Consumer/Client Configuration
Text Symbol: 101 = User Settings
Text Symbol: 110 = Shortcut
Text Symbol: 111 = No
Text Symbol: 112 = Yes


INCLUDES used within this REPORT SRT_MAINTAIN_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:

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_structure_name = 'SRT_MESSAGE_S' tables t_outtab = t_msg exceptions program_error = 1 others = 2.



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