SAP ABAP Interface IF_SWF_WSS_HANDLER_CONTEXT (Context Interface for Web Service Handler)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWF_HTTP (Package) Incorporation of External Services with HTTP into a Workflow
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWF_WSS_HANDLER_CONTEXT Context for Web Service Handler 20010920
Properties
Interface IF_SWF_WSS_HANDLER_CONTEXT  
Short Description Context Interface for Web Service Handler    
General Data
Package SWF_HTTP   Incorporation of External Services with HTTP into a Workflow 
Created 20010920   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_SWF_WSS_HANDLER_CONTEXT has no forward declaration.
Interfaces
Interface IF_SWF_WSS_HANDLER_CONTEXT has no interface.
Friends
Interface IF_SWF_WSS_HANDLER_CONTEXT has no friend.
Attributes
Interface IF_SWF_WSS_HANDLER_CONTEXT has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_ADDRESS Instance method Public Method Delivers Physical Address of Service 20020213
2 GET_ASYNC Instance method Public Method Delivers Async Property of Service 20020213
3 GET_CALLBACK Instance method Public Method Delivers Callback Property 20020213
4 GET_CALLBACK_URL Instance method Public Method Delivers Callback URL 20011123
5 GET_CALLMODE Instance method Public Method Delivers the Call Mode 20020306
6 GET_CLIENT Instance method Public Method Delivers the HTTP Client 20011211
7 GET_CLIENTTYPE Instance method Public Method Delivers Type of Client 20010920
8 GET_DEFRELEASE Instance method Public Method Delivers Definition Release of Task for Work Item 20010920
9 GET_DIALOG Instance method Public Method Delivers the Dialog Property of Service 20020208
10 GET_DIRECT_CALL Instance method Public Method Delivers the "DIRECT_CALL" Indicator of Context 20030212
11 GET_EXCEPTION_HANDLER Instance method Public Method Delivers Exception Handler Object 20010921
12 GET_EXECGUID Instance method Public Method Delivers Execution GUID 20011002
13 GET_IMPLTYPE Instance method Public Method Delivers Type of Service Binding (HTTP, SOAP Using HTTP) 20020208
14 GET_LANGU Instance method Public Method Delivers Language Key 20010924
15 GET_LOCAL Instance method Public Method Delivers the "local" Indicator of Context 20021030
16 GET_LOGSYS Instance method Public Method Delivers Logical System of the Workflow Instance 20011116
17 GET_PARAMETERS Instance method Public Method Delivers the Application Data from Request 20021030
18 GET_REQUEST_TYPE Instance method Public Method Delivers Type of Request 20011116
19 GET_RFCDEST Instance method Public Method Delivers RFC Destination of Workflow System 20010920
20 GET_SERVER Instance method Public Method Delivers Server Object of HTTP Session 20010921
21 GET_SERVICE_DIRECTORY Instance method Public Method Delivers Directory Containing Service Description 20011116
22 GET_SERVICE_IMPL Instance method Public Method Delivers Service Implementation Object 20010920
23 GET_SERVICE_INTF Instance method Public Method Delivers Service Interface Object 20010920
24 GET_TASK Instance method Public Method Delivers Task for the Work Item 20010921
25 GET_UNAME Instance method Public Method Delivers User Names 20010924
26 GET_WORKITEM Instance method Public Method Delivers Work Item Object 20010920
27 SET_CLIENT Instance method Public Method Sets HTTP Client 20011211
Events
Interface IF_SWF_WSS_HANDLER_CONTEXT has no event.
Types
Interface IF_SWF_WSS_HANDLER_CONTEXT has no local type.
Method Signatures

Method GET_ADDRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ADDRESS Value transfer Type reference (TYPE) STRING 20020213

Method GET_ADDRESS on Interface IF_SWF_WSS_HANDLER_CONTEXT has no exception.

Method GET_ASYNC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ASYNC Value transfer Type reference (TYPE) FLAG allgemeines flag 20020213

Method GET_ASYNC on Interface IF_SWF_WSS_HANDLER_CONTEXT has no exception.

Method GET_CALLBACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CALLBACK Value transfer Type reference (TYPE) FLAG allgemeines flag 20020213
2 Exporting E_CBDIALOG Value transfer Type reference (TYPE) SWFWSCBDIALG Art des Callback-Dialogs 20020213

Method GET_CALLBACK on Interface IF_SWF_WSS_HANDLER_CONTEXT has no exception.

Method GET_CALLBACK_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CALLBACK_URL Value transfer Type reference (TYPE) STRING 20011123
2 Importing I_ESCAPE_URL Call by reference Type reference (TYPE) XFELD Feld zum Ankreuzen 20011123

Method GET_CALLBACK_URL on Interface IF_SWF_WSS_HANDLER_CONTEXT has no exception.

Method GET_CALLMODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CALLMODE Value transfer Type reference (TYPE) SWFWSCM Aufruf-Modus eines WebService 20020306

Method GET_CALLMODE on Interface IF_SWF_WSS_HANDLER_CONTEXT has no exception.

Method GET_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CLIENT Call by reference Object reference (TYPE REF TO) IF_HTTP_CLIENT HTTP Client Abstraction 20011211

Method GET_CLIENT on Interface IF_SWF_WSS_HANDLER_CONTEXT has no exception.

Method GET_CLIENTTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CLIENTTYPE Value transfer Type reference (TYPE) SWFWSCLTYP Typ des Clients beim Aufruf eines Webservice 20010920

Method GET_CLIENTTYPE on Interface IF_SWF_WSS_HANDLER_CONTEXT has no exception.

Method GET_DEFRELEASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DEFRELEASE Value transfer Type reference (TYPE) SWFWSDEFRL Defintionsrelease einer Aufgabe 20010920

Method GET_DEFRELEASE on Interface IF_SWF_WSS_HANDLER_CONTEXT has no exception.

Method GET_DIALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DIALOG Value transfer Type reference (TYPE) SWFWSDIALG Kennzeichen: Dialogwebservice 20020208

Method GET_DIALOG on Interface IF_SWF_WSS_HANDLER_CONTEXT has no exception.

Method GET_DIRECT_CALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_DIRECT_CALL Value transfer Type reference (TYPE) FLAG allgemeines flag 20030212

Method GET_DIRECT_CALL on Interface IF_SWF_WSS_HANDLER_CONTEXT has no exception.

Method GET_EXCEPTION_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXCEPTION_HANDLER Call by reference Object reference (TYPE REF TO) IF_SWF_WSS_EXCEPTION_HANDLER Handler für Ausnahmen, die beim Starten von Webservices 20010921

Method GET_EXCEPTION_HANDLER on Interface IF_SWF_WSS_HANDLER_CONTEXT has no exception.

Method GET_EXECGUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXECGUID Value transfer Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20011002

Method GET_EXECGUID on Interface IF_SWF_WSS_HANDLER_CONTEXT has no exception.

Method GET_IMPLTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_IMPLTYPE Value transfer Type reference (TYPE) SWFIMPLTYP Webservices im Workflow: Typ der Implementierung 20020208

Method GET_IMPLTYPE on Interface IF_SWF_WSS_HANDLER_CONTEXT has no exception.

Method GET_LANGU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LANGU Value transfer Type reference (TYPE) SY-LANGU R/3-System, aktuelle Sprache 20010924

Method GET_LANGU on Interface IF_SWF_WSS_HANDLER_CONTEXT has no exception.

Method GET_LOCAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_LOCAL Value transfer Type reference (TYPE) FLAG allgemeines flag 20021030

Method GET_LOCAL on Interface IF_SWF_WSS_HANDLER_CONTEXT has no exception.

Method GET_LOGSYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LOGSYS Value transfer Type reference (TYPE) TBDLS-LOGSYS Logisches System 20011116

Method GET_LOGSYS on Interface IF_SWF_WSS_HANDLER_CONTEXT has no exception.

Method GET_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PARAMETERS Call by reference Type reference (TYPE) TIHTTPNVP HTTP Framework (iHTTP) Tabelle Name/Wert-Paare 20021030

Method GET_PARAMETERS on Interface IF_SWF_WSS_HANDLER_CONTEXT has no exception.

Method GET_REQUEST_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_REQUEST_TYPE Value transfer Type reference (TYPE) SWFWSRQTYP Webservice-Ausführung: Typ eines Requests 20011119

Method GET_REQUEST_TYPE on Interface IF_SWF_WSS_HANDLER_CONTEXT has no exception.

Method GET_RFCDEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RFCDEST Value transfer Type reference (TYPE) RFCDEST logische Destination (Wird bei Funktionsaufruf angegeben) 20010920

Method GET_RFCDEST on Interface IF_SWF_WSS_HANDLER_CONTEXT has no exception.

Method GET_SERVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SERVER Call by reference Object reference (TYPE REF TO) IF_HTTP_SERVER HTTP Framework (iHTTP) HTTP Server 20010921

Method GET_SERVER on Interface IF_SWF_WSS_HANDLER_CONTEXT has no exception.

Method GET_SERVICE_DIRECTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SERVICE_DIRECTORY Value transfer Type reference (TYPE) SWFWSWSDIR Service-Directory 20011116

Method GET_SERVICE_DIRECTORY on Interface IF_SWF_WSS_HANDLER_CONTEXT has no exception.

Method GET_SERVICE_IMPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_IMPLEMENTATION Call by reference Object reference (TYPE REF TO) CL_SWF_WSP_IMPLEMENTATION WebService-Implementation im XML-Cache 20020208

Method GET_SERVICE_IMPL on Interface IF_SWF_WSS_HANDLER_CONTEXT has no exception.

Method GET_SERVICE_INTF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_INTERFACE Call by reference Object reference (TYPE REF TO) CL_SWF_WSP_INTERFACE WebService-Interface im XML-Cache 20020208

Method GET_SERVICE_INTF on Interface IF_SWF_WSS_HANDLER_CONTEXT has no exception.

Method GET_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TASK Value transfer Type reference (TYPE) SWWWIHEAD-WI_RH_TASK Aufgabenkennung 20010921

Method GET_TASK on Interface IF_SWF_WSS_HANDLER_CONTEXT has no exception.

Method GET_UNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_UNAME Value transfer Type reference (TYPE) SY-UNAME R/3-System, Anmeldename des Benutzers 20010924

Method GET_UNAME on Interface IF_SWF_WSS_HANDLER_CONTEXT has no exception.

Method GET_WORKITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_WORKITEM Call by reference Object reference (TYPE REF TO) IF_SWF_WSS_WORKITEM Workitem-Interface für Webservice-Execution 20010924

Method GET_WORKITEM on Interface IF_SWF_WSS_HANDLER_CONTEXT has no exception.

Method SET_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLIENT Call by reference Object reference (TYPE REF TO) IF_HTTP_CLIENT HTTP Client Abstraction 20011211

Method SET_CLIENT on Interface IF_SWF_WSS_HANDLER_CONTEXT has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 620