SAP ABAP Interface IF_SRT_LP_CONFIG (SRT Logical Port Configuration)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
     SOAP_LPREG (Package) Logical Port Registry
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SRT_LP_CONFIG SRT Logical Port Configuration 20041220
Properties
Interface IF_SRT_LP_CONFIG  
Short Description SRT Logical Port Configuration    
General Data
Package SOAP_LPREG   Logical Port Registry 
Created 20041220   SAP 
Last changed 20090618   SAP 
Unicode checks active    
Forward declarations
Interface IF_SRT_LP_CONFIG has no forward declaration.
Interfaces
Interface IF_SRT_LP_CONFIG has no interface.
Friends
Interface IF_SRT_LP_CONFIG has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DESCRIPTION Instance attribute Public Type reference (TYPE) SRT_LP_DESCRIPTION Description of Logical Port 20041220
2 EDIT_MODE Instance attribute Public Type reference (TYPE) C 'D' = Display; 'C' = Change 20041230
3 HTTP_DESTINATION Instance attribute Public Type reference (TYPE) STRING HTTP Destination 20041228
4 HTTP_PATHPREFIX Instance attribute Public Type reference (TYPE) STRING HTTP Path Prefix 20041228
5 IS_ACTIVE Instance attribute Public Type reference (TYPE) BOOLEAN Logical Port Active 20041223
6 IS_CHANGED Instance attribute Public Type reference (TYPE) BOOLEAN Logical Port Modified Since Last Saved 20041220
7 IS_DEFAULT_PORT Instance attribute Public Type reference (TYPE) BOOLEAN Logical Port Is Default Port 20041220
8 IS_NEW Instance attribute Public Type reference (TYPE) BOOLEAN Logical Port Is New 20041220
9 LP_NAME Instance attribute Public Type reference (TYPE) SRT_LP_NAME Name of Logical Port 20041220
10 PROXYCLASS Instance attribute Public Type reference (TYPE) SEOCLSNAME ABAP Name of Proxy Class 20041220
11 TERMINATED Instance attribute Public Type reference (TYPE) BOOLEAN Object terminated 20041228
12 URL Instance attribute Public Type reference (TYPE) STRING URL 20041228
13 USES_HTTP_DESTINATION Instance attribute Public Type reference (TYPE) BOOLEAN Logical Port Uses HTTP Destination 20041223
14 USES_URL Instance attribute Public Type reference (TYPE) BOOLEAN Logical Port Uses URL 20041223
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Instance method Public Method Activates LP 20041223
2 CHECK Instance method Public Method Checks LP 20041223
3 CLONE Instance method Public Method Creates Copy of LP 20041223
4 DEACTIVATE Instance method Public Method Deactivates LP 20041223
5 DELETE Instance method Public Method Deletes LP from Database 20041223
6 SAVE Instance method Public Method Saves LP to Database 20041223
7 SET_DEFAULT_PORT Instance method Public Method Sets Port to Default/Regular Logical Port 20041229
8 SET_DESCRIPTION Instance method Public Method Sets Description of LP 20050101
9 SET_EDIT_MODE Instance method Public Method Sets Edit Mode 20041230
10 SET_HTTP_DESTINATION Instance method Public Method Sets HTTP Destination (Deletes URL Implicitly) 20041223
11 SET_URL Instance method Public Method Sets URL (Deletes HTTP Destination Implicitly) 20041223
12 TERMINATE Instance method Public Method Terminates this Instance of Logical Port 20041223
Events
Interface IF_SRT_LP_CONFIG has no event.
Types
Interface IF_SRT_LP_CONFIG has no local type.
Method Signatures

Method ACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN 'X' = ok / ' ' = failure 20041223
# Exception Resumable Description Created on
1 CX_SRT_LP_REGISTRY SRT Error class 20041223

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ERROR_INFO Value transfer Type reference (TYPE) SOAP_ERROR_INFO_LIST Liste von SOAP Framework-Fehlern 20041223
2 Exporting IS_VALID Value transfer Type reference (TYPE) BOOLEAN 'X' = valid / ' ' = invalid 20041223
# Exception Resumable Description Created on
1 CX_SRT_LP_REGISTRY SRT Error class 20041223

Method CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IF_LP Value transfer Object reference (TYPE REF TO) IF_SRT_LP_CONFIG SRT Logical Port Configuration 20041223
2 Importing LP_NAME Value transfer Type reference (TYPE) SRT_LP_NAME Logischer Port Name 20041229
# Exception Resumable Description Created on
1 CX_SRT_LP_REGISTRY SRT Error class 20041223

Method DEACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN 'X' = ok / ' ' = failure 20041223
# Exception Resumable Description Created on
1 CX_SRT_LP_REGISTRY SRT Error class 20041223

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN 'X' = ok / ' ' = failure 20041223
# Exception Resumable Description Created on
1 CX_SRT_LP_REGISTRY SRT Error class 20041223

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RC Value transfer Type reference (TYPE) BOOLEAN 'X' = ok / ' ' = failure 20041223
# Exception Resumable Description Created on
1 CX_SRT_LP_REGISTRY SRT Error class 20041223

Method SET_DEFAULT_PORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEFAULT Value transfer Type reference (TYPE) BOOLEAN 'X' = Default port / ' ' = Normal port 20041229
2 Returning RC Value transfer Type reference (TYPE) BOOLEAN 'X' = ok / ' ' = failure 20041229
3 Importing RESET_OTHER Value transfer Type reference (TYPE) BOOLEAN 'X' = resets another default port to a normal port 20041231
# Exception Resumable Description Created on
1 CX_SRT_LP_REGISTRY SRT Error class 20041229

Method SET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESCRIPTION Value transfer Type reference (TYPE) STRING Description of the LP 20050101
# Exception Resumable Description Created on
1 CX_SRT_LP_REGISTRY SRT Error class 20050101

Method SET_EDIT_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MODE Value transfer Type reference (TYPE) C Display = 'D'; Change = 'C' 20041230
# Exception Resumable Description Created on
1 CX_SRT_LP_REGISTRY SRT Error class 20041230

Method SET_HTTP_DESTINATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Value transfer Type reference (TYPE) STRING target HTTP Destination 20041223
2 Importing PATHPREFIX Value transfer Type reference (TYPE) STRING target path prefix 20041228
# Exception Resumable Description Created on
1 CX_SRT_LP_REGISTRY SRT Error class 20041223

Method SET_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing URL Value transfer Type reference (TYPE) STRING target URL 20041223
# Exception Resumable Description Created on
1 CX_SRT_LP_REGISTRY SRT Error class 20041223

Method TERMINATE Signature

Method TERMINATE on Interface IF_SRT_LP_CONFIG has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_LP_REGISTRY SRT Error class 20041223
History
Last changed by/on SAP  20090618 
SAP Release Created in 700