SAP ABAP Class CL_SD_TRANSPORT (Service Addr.)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-XI-IBC-SRV (Application Component) Services
⤷
SERVDIR (Package) AI XMB Service Directory
⤷
⤷
Properties
| Class | CL_SD_TRANSPORT | |
| Short Description | Service Addr. | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SERVDIR | AI XMB Service Directory |
| Created | 20010720 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_SD_TRANSPORT has no interface implemented.
Friends
Class CL_SD_TRANSPORT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | SDPROT | 'DEST' | Describes "Protocol", that Links to Destination | 20020115 | ||
| 2 | Constant | Public | Type reference (TYPE) | SDPROT | 'HTTP' | Describes HTTP Protocol | 20010720 | ||
| 3 | Constant | Public | Type reference (TYPE) | SDPROT | 'HTTPS' | Describes HTTPS Protocol | 20010720 | ||
| 4 | Constant | Public | Type reference (TYPE) | SDPROT | 'IDOC' | Describes IDOC Protocol | 20010720 | ||
| 5 | Constant | Public | Type reference (TYPE) | SDPROT | 'RFC' | Describes RFC Protocol | 20010720 | ||
| 6 | Static Attribute | Protected | Type reference (TYPE) | PROT_TABLE | 20010720 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20010720 | |
| 2 | Static method | Public | Method | true <==> Protocol Names Are the Same | 20010911 | |
| 3 | Static method | Public | Method | true <==> Protocol Is Valid | 20010720 | |
| 4 | Static method | Public | Method | true <==> URL String Contains Specified Protocol | 20010911 |
Events
Class CL_SD_TRANSPORT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | PROT_TABLE | Protected | See coding | 20010720 | |
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_SD_TRANSPORT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SD_TRANSPORT has no exception.
Method IS_EQUAL_PROTOCOL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | --- | 20010911 | |||
| 2 | THE_PROTOCOL_1 | Call by reference | Type reference (TYPE) | SDPROT | --- | 20010911 | |||
| 3 | THE_PROTOCOL_2 | Call by reference | Type reference (TYPE) | SDPROT | --- | 20010911 |
Method IS_EQUAL_PROTOCOL on class CL_SD_TRANSPORT has no exception.
Method IS_VALID_PROTOCOL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | --- | 20010720 | |||
| 2 | THE_PROTOCOL | Call by reference | Type reference (TYPE) | SDPROT | --- | 20010720 |
Method IS_VALID_PROTOCOL on class CL_SD_TRANSPORT has no exception.
Method URL_CONTAINS_PROTOCOL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | --- | 20010911 | |||
| 2 | THE_PROTOCOL | Call by reference | Type reference (TYPE) | SDPROT | --- | 20010911 | |||
| 3 | THE_URL | Call by reference | Type reference (TYPE) | STRING | --- | 20010911 |
Method URL_CONTAINS_PROTOCOL on class CL_SD_TRANSPORT has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 620 |