SAP ABAP Class CL_WAPI_WEBFLOW_XML_REQUEST (Workflow: API for XML Requests)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWF_XML (Package) Workflow: XML
Properties
Class CL_WAPI_WEBFLOW_XML_REQUEST  
Short Description Workflow: API for XML Requests    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWF_XML   Workflow: XML 
Created 20011207   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_SWF_CNT_FACTORY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_WAPI_CONTEXT_FACTORY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_WAPI_WEBFLOW_XML_REQUEST has no interface implemented.
Friends
Class CL_WAPI_WEBFLOW_XML_REQUEST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_ELEM_WFXML_NAME Constant Public Type reference (TYPE) SWFDNAME 'WfXML_Name' Element: WF-XML Name 20011210
2 MC_ELEM_WFXML_STATUS Constant Public Type reference (TYPE) SWFDNAME 'WfXML_Status' Element: WF-XML Status 20011210
3 MC_ELEM_WFXML_SUBJECT Constant Public Type reference (TYPE) SWFDNAME 'WfXML_Subject' Element: WF-XML Subject 20011210
4 MC_PROP_LOCAL_URL Constant Public Type reference (TYPE) STRING 'LOCAL_URL' Property: Local URL 20011207
5 MC_PROP_SAVE_DOCUMENTS Constant Public Type reference (TYPE) STRING 'SAVE_DOCUMENTS' Property: Save XML Documents 20011210
6 MC_PROP_TARGET_URL Constant Public Type reference (TYPE) STRING 'TARGET_URL' Property: Target URL 20011207
7 MC_PROP_WORKITEM_ID Constant Public Type reference (TYPE) STRING 'WORKITEM_ID' Property: Work Item ID 20011207
8 MC_PROT_WFXML_V0_9 Constant Public Type reference (TYPE) STRING '01' Protocol: WF-XML Version 0.9 20011210
9 MC_PROT_WFXML_V1_0 Constant Public Type reference (TYPE) STRING '03' Protocol: WF-XML Version 1.0 20011210
10 MC_REQTYPE_CHANGE_STATUS Constant Public Type reference (TYPE) STRING 'CPIS' Function: Change Status 20011210
11 MC_REQTYPE_CREATE_PROCESS Constant Public Type reference (TYPE) STRING 'CPI' Function: Start Proces 20011210
12 MC_REQTYPE_GET_PROCESS_DATA Constant Public Type reference (TYPE) STRING 'GPID' Function: Read Process Data 20011210
13 MC_REQTYPE_STATUS_CHANGED Constant Public Type reference (TYPE) STRING 'PISC' Function: Status Changed 20011210
14 M_LOCAL_URL Instance attribute Private Type reference (TYPE) STRING 20011207
15 M_PROTOCOL_CONTAINER Instance attribute Private Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER 20011207
16 M_PROTOCOL_ID Instance attribute Public Type reference (TYPE) STRING Log ID 20011207
17 M_PROT_ID Instance attribute Private Type reference (TYPE) SWD_XMLPRT 20011207
18 M_REFERENCE_CONTAINER Instance attribute Private Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER 20011207
19 M_REQUEST_IMPL Instance attribute Private Object reference (TYPE REF TO) IF_SWF_XML_REQUEST_SEND 20011207
20 M_REQUEST_TYPE Instance attribute Public Type reference (TYPE) STRING Operation 20011207
21 M_SAVE Instance attribute Private Type reference (TYPE) XFELD 20011210
22 M_TARGET_URL Instance attribute Private Type reference (TYPE) STRING 20011207
23 M_WI_ID Instance attribute Private Type reference (TYPE) SWW_WIID 20011207
24 M_XML_REQUEST Instance attribute Public Object reference (TYPE REF TO) CL_XML_DOCUMENT XML Request 20011207
25 M_XML_REQUEST_DATA_NODE Instance attribute Public Object reference (TYPE REF TO) IF_IXML_NODE 20011207
26 M_XML_RESPONSE Instance attribute Public Object reference (TYPE REF TO) CL_XML_DOCUMENT XML Response 20011207
27 M_XML_RESPONSE_DATA_NODE Instance attribute Public Object reference (TYPE REF TO) IF_IXML_NODE 20011207
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20011207
2 CREATE_XML_REQUEST Instance method Public Method Generates XML Request 20011207
3 GET_INSTANCE Static method Public Method Delivers an Instance 20011207
4 GET_PROPERTY Instance method Public Method Gets Values of Property (Context) 20011207
5 GET_PROTOCOL_CONTAINER Instance method Public Method Gets Container for Protocol-Specific Data 20011207
6 GET_REFERENCE_CONTAINER Instance method Public Method Gets (Reference) Container for Application Data 20011207
7 HANDLE_XML_RESPONSE Instance method Public Method Processes XML Response 20011207
8 HTTP_POST_XML_REQUEST Instance method Public Method Sends XML Request Using HTTP POST 20011207
9 SAVE_XML_DOCUMENT Instance method Private Method 20011210
10 SET_PROPERTY Instance method Public Method Sets Value of a Property (Context) 20011207
11 SET_REFERENCE_CONTAINER Instance method Public Method Sets (Reference) Container for Application Data 20011207
12 SET_XML_RESPONSE Instance method Public Method Sets XML Response Document 20011207
Events
Class CL_WAPI_WEBFLOW_XML_REQUEST has no event.
Types
Class CL_WAPI_WEBFLOW_XML_REQUEST has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PROTOCOL_ID Call by reference Type reference (TYPE) STRING 20011207
2 Importing IM_REQUEST_TYPE Call by reference Type reference (TYPE) STRING 20011207
# Exception Resumable Description Created on
1 CX_WAPI_EXCEPTION Workflow-WAPI: Ausnahme 20011207

Method CREATE_XML_REQUEST Signature

Method CREATE_XML_REQUEST on class CL_WAPI_WEBFLOW_XML_REQUEST has no parameter.
# Exception Resumable Description Created on
1 CX_WAPI_EXCEPTION Workflow-WAPI: Ausnahme 20011207

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PROTOCOL_ID Call by reference Type reference (TYPE) STRING Protokoll-ID 20011207
2 Importing IM_REQUEST_TYPE Call by reference Type reference (TYPE) STRING Operation 20011207
3 Returning RE_INSTANCE Value transfer Object reference (TYPE REF TO) CL_WAPI_WEBFLOW_XML_REQUEST Workflow: API für XML-Requests 20011207
# Exception Resumable Description Created on
1 CX_WAPI_EXCEPTION Workflow-WAPI: Ausnahme 20011207

Method GET_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PROPERTY Call by reference Type reference (TYPE) STRING 20011207
2 Returning RE_VALUE Value transfer Type reference (TYPE) STRING 20011207

Method GET_PROPERTY on class CL_WAPI_WEBFLOW_XML_REQUEST has no exception.

Method GET_PROTOCOL_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CONTAINER Value transfer Object reference (TYPE REF TO) IF_SWF_IFS_PARAMETER_CONTAINER Protokoll Container 20011207

Method GET_PROTOCOL_CONTAINER on class CL_WAPI_WEBFLOW_XML_REQUEST has no exception.

Method GET_REFERENCE_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CREATE Call by reference Type reference (TYPE) XFELD SPACE 'X' = Neu erzeugen 20011207
2 Importing IM_TASK Call by reference Type reference (TYPE) SWR_TASK WAPI: Aufgaben 20011207
3 Returning RE_CONTAINER Value transfer Object reference (TYPE REF TO) IF_SWF_IFS_PARAMETER_CONTAINER Container 20011207
# Exception Resumable Description Created on
1 CX_WAPI_EXCEPTION Workflow-WAPI: Ausnahme 20011207

Method HANDLE_XML_RESPONSE Signature

Method HANDLE_XML_RESPONSE on class CL_WAPI_WEBFLOW_XML_REQUEST has no parameter.
# Exception Resumable Description Created on
1 CX_WAPI_EXCEPTION Workflow-WAPI: Ausnahme 20011207

Method HTTP_POST_XML_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PASSWORD Call by reference Type reference (TYPE) STRING 20011207
2 Importing IM_USER Call by reference Type reference (TYPE) STRING 20011207
# Exception Resumable Description Created on
1 CX_WAPI_EXCEPTION Workflow-WAPI: Ausnahme 20011207

Method SAVE_XML_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_XML_DOCUMENT Call by reference Object reference (TYPE REF TO) CL_XML_DOCUMENT 20011210

Method SAVE_XML_DOCUMENT on class CL_WAPI_WEBFLOW_XML_REQUEST has no exception.

Method SET_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PROPERTY Call by reference Type reference (TYPE) STRING 20011207
2 Importing IM_VALUE Call by reference Type reference (TYPE) STRING 20011207
# Exception Resumable Description Created on
1 CX_WAPI_EXCEPTION Workflow-WAPI: Ausnahme 20011207

Method SET_REFERENCE_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTAINER Call by reference Object reference (TYPE REF TO) IF_SWF_IFS_PARAMETER_CONTAINER 20011207

Method SET_REFERENCE_CONTAINER on class CL_WAPI_WEBFLOW_XML_REQUEST has no exception.

Method SET_XML_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DOCUMENT Call by reference Object reference (TYPE REF TO) CL_XML_DOCUMENT 20011207

Method SET_XML_RESPONSE on class CL_WAPI_WEBFLOW_XML_REQUEST has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 620