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

SRT_WSP_ISOLATION_ADMIN SAP ABAP Report - Program SRT_WSP_ISOLATION_ADMIN







SRT_WSP_ISOLATION_ADMIN 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_WSP_ISOLATION_ADMIN into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WSISOLATE - Isolation of WS Providers / Consumer


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_WSP_ISOLATION_ADMIN. "Basic submit
SUBMIT SRT_WSP_ISOLATION_ADMIN AND RETURN. "Return to original report after report execution complete
SUBMIT SRT_WSP_ISOLATION_ADMIN 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: PS_IND = Individual Provider
Selection Text: PS_DISP = Display isolated provider
Selection Text: PS_DEALL = Deisolate all Providers
Selection Text: PS_ALL = Isolate all Providers
Selection Text: PSRV = Provider
Selection Text: PPISO = Provider isolate
Selection Text: PPDEISO = Provider deisolate
Selection Text: PKEEP = Make isolation permanent
Selection Text: PDSSDN = Design Time Object Name
Selection Text: PDCPXN = Proxy Class of Logical Port
Selection Text: PC_LP = Logical Port
Selection Text: PC_IND = Individual Consumer
Selection Text: PC_DISP = Display isolated consumer
Selection Text: PC_DEALL = Deisolate all Consumers
Selection Text: PC_ALL = Isolate all Consumers
Selection Text: PCLI = Consumer
Selection Text: PCISO = Consumer isolate
Selection Text: PCDEISO = Consumer deisolate
Title: Program SRT_WSP_ISOLATION_ADMIN
Text Symbol: T02 = Consumer
Text Symbol: T01 = Provider
Text Symbol: S00 = Select Design Time Object for Type '&1'
Text Symbol: P03 = Proxy Definition Name
Text Symbol: P02 = Service Definition Name
Text Symbol: P01 = Individual Service Defiinition
Text Symbol: I02 = Deisolate
Text Symbol: I01 = Isolate
Text Symbol: HP2 = Access URL
Text Symbol: HP1 = Service Definition
Text Symbol: HC2 = Logical Port Name
Text Symbol: HC1 = Proxy Class
Text Symbol: HC0 = Counter
Text Symbol: H02 = Binding Key
Text Symbol: H01 = Configuration Key
Text Symbol: FND = Found Isolated configurations:
Text Symbol: C02 = Logical Port Name
Text Symbol: C01 = Individual Proxy Definition
Text Symbol: 003 = Isolation settings





Text Symbol: 002 = Consumer Isolation
Text Symbol: 001 = Provider Isolation
Text Symbol: 000 = Localization


INCLUDES used within this REPORT SRT_WSP_ISOLATION_ADMIN

SRT_AUTH_CHECK,
SRT_WSP_ISOLATION_ADMIN_TOP.
INCLUDE SRT_WSP_ISOLATION_ADMIN_CLASS.


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