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

SRT_CONFIG_MIGRATE SAP ABAP Report - Migration of Web Service Runtime Configurations







SRT_CONFIG_MIGRATE 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_CONFIG_MIGRATE 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

WSMIGRATE - Web Service Migration


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_CONFIG_MIGRATE. "Basic submit
SUBMIT SRT_CONFIG_MIGRATE AND RETURN. "Return to original report after report execution complete
SUBMIT SRT_CONFIG_MIGRATE 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: P_TEST = Simulation Only
Selection Text: PSRV = Web Service Provider
Selection Text: PCLI = Web Service Consumer
Title: Migration of Web Service Runtime Configurations
Text Symbol: E12 = No migration possible. LP is already in use for the given proxy.
Text Symbol: FLP = Couldn't read Logical Port '&1' for Proxy Class '&2' .
Text Symbol: FTT = Fast Track
Text Symbol: I01 = No Web Service Provider history entries found
Text Symbol: I02 = No Web Service Consumer history entries found
Text Symbol: L01 = Web Service Definition Name
Text Symbol: L02 = SOAP Application Name
Text Symbol: L03 = Stateful Processing
Text Symbol: L04 = Authentication Level
Text Symbol: L05 = Transport Guarantee
Text Symbol: L06 = Authentication Description
Text Symbol: L07 = Virtual Host
Text Symbol: L08 = Access-URL
Text Symbol: L09 = Call ICF Administration
Text Symbol: L10 = Proxy Definition Name
Text Symbol: L11 = Authentication Level
Text Symbol: LH0 = Used Symbols
Text Symbol: LH1 = Success
Text Symbol: LH2 = Failure
Text Symbol: LH3 = Warning
Text Symbol: LH4 = Idle
Text Symbol: LPN = Logical Port
Text Symbol: NAC = Logical Port is not active. Only delete is possible.
Text Symbol: NOA = No
Text Symbol: PRX = Proxy Name
Text Symbol: Q01 = Do you really want to delete the provider history information? [Application Log entry gets generated!]
Text Symbol: Q02 = Do you really want to delete the consumer history information? [Application Log entry gets generated!]
Text Symbol: SCS = Proxy Definition Pattern
Text Symbol: SPV = Service Definition Pattern
Text Symbol: STA = Status
Text Symbol: WSD = Web Service Definition
Text Symbol: WSK = Web Service Key
Text Symbol: YES = Yes
Text Symbol: E11 = Initialization failure





Text Symbol: 000 = Migration Context
Text Symbol: 001 = Exception occurred.
Text Symbol: 002 = Information
Text Symbol: 003 = Error in new configuration. &1
Text Symbol: 004 = Web service release is inconsistent. It can not be converted.
Text Symbol: 005 = New configuration '&1' created. Old configuration deleted.
Text Symbol: 006 = Configuration deleted by administrator
Text Symbol: 007 = Successfully migrated. New configuration:&1
Text Symbol: 008 = PI based configuration [no explicit configuration created]
Text Symbol: 009 = History of provider configurations removed
Text Symbol: 010 = History of consumer configurations removed
Text Symbol: 011 = History of provider and consumer configurations removed
Text Symbol: 012 = Test migration successfully performed
Text Symbol: 013 = Migration Mode Settings
Text Symbol: 014 = Test deletion triggered
Text Symbol: A01 = No settings exist
Text Symbol: ACC = Action Message
Text Symbol: ACT = Active
Text Symbol: C01 = Logical Port Name
Text Symbol: C02 = LP is default
Text Symbol: C03 = LP is 'PI' related
Text Symbol: C04 = Access URL
Text Symbol: C05 = HTTP Destination
Text Symbol: C06 = Destination Path
Text Symbol: C07 = System Local Path
Text Symbol: DCP = Web Service Description
Text Symbol: DFT = Default
Text Symbol: E01 = Can not be migrated. Binding information is missing.
Text Symbol: E02 = Can not be migrated. Neither ICF alias nor service URL can be read.
Text Symbol: E03 = Can not be migrated. New configuration is invalid.
Text Symbol: E04 = Do not know how this LP was ever created for. No migration possible.
Text Symbol: E05 = Referenced destination '&1' does not exist. Validate using transaction SM59.
Text Symbol: E06 = URL is initial or invalid. &1&2&3&4
Text Symbol: E07 = Local URL is intial or invalid. &1&2&3&4
Text Symbol: E08 = No migration possible. External ICF alias is already existing ( VH=0). &1&2&3&4
Text Symbol: E09 = No migration possible. Access URL is already used by an external alias (VH=0). &1&2&3&4
Text Symbol: E10 = Internal error occurred


INCLUDES used within this REPORT SRT_CONFIG_MIGRATE

SRT_CONFIG_MIGRATE_TOP,
SRT_CONFIG_MIGRATE_C01,





SRT_CONFIG_MIGRATE_C03,
SRT_CONFIG_MIGRATE_C04,
SRT_CONFIG_MIGRATE_C02.


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