SAP ABAP Interface IF_WS_LOCAL_CALL_TRANSPORT_CTX (Transport Context for Local Calls)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
⤷
SOAP_WS_LOCAL_CALL (Package) Web Service Runtime for Local Calls (Shortcut)
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WS_LOCAL_CALL_TRANSPORT_CTX | Transport Context for Local Calls (Shortcut) | 20060817 |
Properties
| Interface | IF_WS_LOCAL_CALL_TRANSPORT_CTX | |
| Short Description | Transport Context for Local Calls |
General Data
| Package | SOAP_WS_LOCAL_CALL | Web Service Runtime for Local Calls (Shortcut) |
| Created | 20060817 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_WS_LOCAL_CALL_TRANSPORT_CTX has no forward declaration.
Interfaces
Interface IF_WS_LOCAL_CALL_TRANSPORT_CTX has no interface.
Friends
Interface IF_WS_LOCAL_CALL_TRANSPORT_CTX has no friend.
Attributes
Interface IF_WS_LOCAL_CALL_TRANSPORT_CTX has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get Flag for Synchronous Call | 20060818 | |
| 2 | Instance method | Public | Method | Get Simulated Target Path | 20060904 | |
| 3 | Instance method | Public | Method | Get Simulated HTTP Body for Local Calls | 20060817 | |
| 4 | Instance method | Public | Method | Get Single HTTP Header Field | 20060818 | |
| 5 | Instance method | Public | Method | Get Simulated HTTP Header Fields for Local Calls | 20060817 | |
| 6 | Instance method | Public | Method | 20120808 | ||
| 7 | Instance method | Public | Method | 20120808 | ||
| 8 | Instance method | Public | Method | Get Logical Sequence | 20060822 | |
| 9 | Instance method | Public | Method | Create Initial State | 20080107 | |
| 10 | Instance method | Public | Method | Flag for "Write Synchronous Call" | 20060818 | |
| 11 | Instance method | Public | Method | Set Simulated Target Path | 20060904 | |
| 12 | Instance method | Public | Method | Set Simulated HTTP Body for Local Calls | 20060817 | |
| 13 | Instance method | Public | Method | Set Simulated HTTP Header Fields for Local Calls | 20060817 | |
| 14 | Instance method | Public | Method | 20120808 | ||
| 15 | Instance method | Public | Method | 20120808 | ||
| 16 | Instance method | Public | Method | Set Logical Sequence | 20060822 |
Events
Interface IF_WS_LOCAL_CALL_TRANSPORT_CTX has no event.
Types
Interface IF_WS_LOCAL_CALL_TRANSPORT_CTX has no local type.
Method Signatures
Method GET_BLOCKING_FLAG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BLOCKING_FLAG | Value transfer | Type reference (TYPE) | BOOLEAN | Kennzeichen für synchronen Aufruf | 20060818 |
Method GET_BLOCKING_FLAG on Interface IF_WS_LOCAL_CALL_TRANSPORT_CTX has no exception.
Method GET_DEST_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DEST_PATH | Value transfer | Type reference (TYPE) | STRING | Zielpfad | 20060904 |
Method GET_DEST_PATH on Interface IF_WS_LOCAL_CALL_TRANSPORT_CTX has no exception.
Method GET_HTTP_BODY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HTTP_BODY | Value transfer | Type reference (TYPE) | XSTRING | simulierter HTTP Body | 20060817 |
Method GET_HTTP_BODY on Interface IF_WS_LOCAL_CALL_TRANSPORT_CTX has no exception.
Method GET_HTTP_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | Name des Headerfeldes | 20060818 | |||
| 2 | VALUE | Value transfer | Type reference (TYPE) | STRING | Wert des Headerfeldes | 20060818 |
Method GET_HTTP_HEADER on Interface IF_WS_LOCAL_CALL_TRANSPORT_CTX has no exception.
Method GET_HTTP_HEADERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HTTP_HEADERS | Value transfer | Type reference (TYPE) | TIHTTPNVP | simulierte HTTP Header Felder | 20060817 |
Method GET_HTTP_HEADERS on Interface IF_WS_LOCAL_CALL_TRANSPORT_CTX has no exception.
Method GET_PARENT_MSG_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_PARENT_MSG_ID | Value transfer | Type reference (TYPE) | SRT_MSGID | 20120808 |
Method GET_PARENT_MSG_ID on Interface IF_WS_LOCAL_CALL_TRANSPORT_CTX has no exception.
Method GET_PARENT_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_PARENT_TYPE | Value transfer | Type reference (TYPE) | SRT_PARENT_TYPE | 20120808 |
Method GET_PARENT_TYPE on Interface IF_WS_LOCAL_CALL_TRANSPORT_CTX has no exception.
Method GET_SEQUENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SEQUENCE | Value transfer | Object reference (TYPE REF TO) | CL_SOAP_SEQUENCE | 20060822 |
Method GET_SEQUENCE on Interface IF_WS_LOCAL_CALL_TRANSPORT_CTX has no exception.
Method INIT Signature
Method INIT on Interface IF_WS_LOCAL_CALL_TRANSPORT_CTX has no parameter.
Method INIT on Interface IF_WS_LOCAL_CALL_TRANSPORT_CTX has no exception.
Method SET_BLOCKING_FLAG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BLOCKING_FLAG | Call by reference | Type reference (TYPE) | BOOLEAN | Kennzeichen für synchronen Aufruf | 20060818 |
Method SET_BLOCKING_FLAG on Interface IF_WS_LOCAL_CALL_TRANSPORT_CTX has no exception.
Method SET_DEST_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DEST_PATH | Call by reference | Type reference (TYPE) | STRING | Zielpfad | 20060904 |
Method SET_DEST_PATH on Interface IF_WS_LOCAL_CALL_TRANSPORT_CTX has no exception.
Method SET_HTTP_BODY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HTTP_BODY | Call by reference | Type reference (TYPE) | XSTRING | simulierter HTTP Body | 20060817 |
Method SET_HTTP_BODY on Interface IF_WS_LOCAL_CALL_TRANSPORT_CTX has no exception.
Method SET_HTTP_HEADERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HTTP_HEADERS | Call by reference | Type reference (TYPE) | TIHTTPNVP | simulierte HTTP Header Felder | 20060817 |
Method SET_HTTP_HEADERS on Interface IF_WS_LOCAL_CALL_TRANSPORT_CTX has no exception.
Method SET_PARENT_MSG_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PARENT_MSG_ID | Call by reference | Type reference (TYPE) | SRT_MSGID | 20120808 |
Method SET_PARENT_MSG_ID on Interface IF_WS_LOCAL_CALL_TRANSPORT_CTX has no exception.
Method SET_PARENT_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PARENT_TYPE | Call by reference | Type reference (TYPE) | SRT_PARENT_TYPE | 20120808 |
Method SET_PARENT_TYPE on Interface IF_WS_LOCAL_CALL_TRANSPORT_CTX has no exception.
Method SET_SEQUENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SEQUENCE | Call by reference | Object reference (TYPE REF TO) | CL_SOAP_SEQUENCE | logische Sequenz | 20060822 |
Method SET_SEQUENCE on Interface IF_WS_LOCAL_CALL_TRANSPORT_CTX has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |