SAP ABAP Class CL_THTMLB_FLEX_HTTP_HANDLER (HTTP handler class for Flex data service)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-UI-TAG (Application Component) Tag Library
⤷
BSP_DYN_CONFIG_TAG_LIB (Package) New tag library for CRM IC

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_HTTP_EXTENSION | HTTP Framework (iHTTP) HTTP Request Handler | 20070525 |
Properties
Class | CL_THTMLB_FLEX_HTTP_HANDLER | |
Short Description | HTTP handler class for Flex data service | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | BSP_DYN_CONFIG_TAG_LIB | New tag library for CRM IC |
Created | 20070525 | SAP |
Last change | 20130531 | 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
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_HTTP_EXTENSION | HTTP Framework (iHTTP) HTTP Request Handler | 20070525 |
Friends
Class CL_THTMLB_FLEX_HTTP_HANDLER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'abap_message' | 20070807 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'accessibility' | 20070726 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'config' | 20070622 | ||
4 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'data' | element name | 20070622 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'error' | 20070726 | ||
6 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'functions' | 20070720 | ||
7 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'messages' | 20070726 | ||
8 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'modify' | 20070622 | ||
9 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'msg' | 20070807 | ||
10 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'save' | 20070622 | ||
11 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'silentEvents' | 20090728 | ||
12 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'texts' | 20070622 | ||
13 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | IF_FLEX_DATA_PROVIDER | Data Provider for Flex Table | 20070711 | ||
14 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_HTTP_REQUEST | HTTP Framework (iHTTP) HTTP Request | 20090728 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | adds messages to message area | 20070807 |
2 | ![]() |
Instance method | Private | Method | get instance of requested view controller | 20070611 |
3 | ![]() |
Instance method | Protected | Method | handles requests sent for hCT testing | 20090807 |
4 | ![]() |
Instance method | Protected | Method | handles requests sent by Nexus | 20081024 |
5 | ![]() |
Instance method | Protected | Method | 20090727 | |
6 | ![]() |
Instance method | Protected | Method | handles requests sent by the Flex Planning Table | 20080131 |
7 | ![]() |
Instance method | Protected | Method | handles requests sent by Flex Table Graphics | 20080131 |
8 | ![]() |
Static method | Private | Method | 20090728 | |
9 | ![]() |
Static method | Private | Method | 20090728 | |
10 | ![]() |
Static method | Private | Method | parse request XML | 20070622 |
11 | ![]() |
Instance method | Private | Method | read from message class and wrap into XML | 20070726 |
12 | ![]() |
Static method | Private | Method | read texts required by Flex Planning Table | 20070605 |
13 | ![]() |
Static method | Private | Method | read texts required by Flex Table Graphics | 20080201 |
14 | ![]() |
Static method | Private | Method | read the XML attributes of a specified XML element | 20070622 |
15 | ![]() |
Instance method | Private | Method | checks if message area needs a refresh | 20080124 |
Events
Class CL_THTMLB_FLEX_HTTP_HANDLER has no event.
Types
Class CL_THTMLB_FLEX_HTTP_HANDLER has no local type.
Method Signatures
Method ADD_ABAP_MESSAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_ABAP_MSG | Call by reference | Type reference (TYPE) | STRING | 20070807 | |||
2 | ![]() |
IR_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_ELEMENT | 20070807 |
Method ADD_ABAP_MESSAGES on class CL_THTMLB_FLEX_HTTP_HANDLER has no exception.
Method GET_VIEW_CONTROLLER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CONTROLLER_ID | Call by reference | Type reference (TYPE) | STRING | 20070611 | |||
2 | ![]() |
RV_CONTROLLER | Value transfer | Object reference (TYPE REF TO) | CL_BSP_WD_VIEW_CONTROLLER | Basis Class for WD View Controller | 20070611 |
Method GET_VIEW_CONTROLLER on class CL_THTMLB_FLEX_HTTP_HANDLER has no exception.
Method HANDLE_HCT_TEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_RESULT_STRING | Call by reference | Type reference (TYPE) | STRING | 20090807 | |||
2 | ![]() |
IR_ROOT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_ELEMENT | 20090807 |
Method HANDLE_HCT_TEST on class CL_THTMLB_FLEX_HTTP_HANDLER has no exception.
Method HANDLE_NEXUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_RESULT_STRING | Call by reference | Type reference (TYPE) | STRING | 20081024 | |||
2 | ![]() |
IR_ROOT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_ELEMENT | 20081024 |
Method HANDLE_NEXUS on class CL_THTMLB_FLEX_HTTP_HANDLER has no exception.
Method HANDLE_NEXUS_EVENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ROOT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | name-value pair table for Flex | 20090728 | ||
2 | ![]() |
IR_VIEW_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_VIEW_CONTROLLER | Basis Class for WD View Controller | 20090728 | ||
3 | ![]() |
RV_VALUE | Value transfer | Type reference (TYPE) | STRING | 20090728 |
Method HANDLE_NEXUS_EVENTS on class CL_THTMLB_FLEX_HTTP_HANDLER has no exception.
Method HANDLE_PLANNING_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_RESULT_STRING | Call by reference | Type reference (TYPE) | STRING | 20080131 | |||
2 | ![]() |
IR_ROOT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_ELEMENT | 20080131 |
Method HANDLE_PLANNING_TABLE on class CL_THTMLB_FLEX_HTTP_HANDLER has no exception.
Method HANDLE_TABLE_GRAPHICS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_RESULT_STRING | Call by reference | Type reference (TYPE) | STRING | 20080131 | |||
2 | ![]() |
IR_ROOT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_ELEMENT | 20080131 |
Method HANDLE_TABLE_GRAPHICS on class CL_THTMLB_FLEX_HTTP_HANDLER has no exception.
Method PARSE_NEXUS_XML Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DATA | Call by reference | Type reference (TYPE) | STRING | 20090728 | |||
2 | ![]() |
RR_DOCUMENT | Value transfer | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20090728 |
Method PARSE_NEXUS_XML on class CL_THTMLB_FLEX_HTTP_HANDLER has no exception.
Method PARSE_SILENT_EVENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_EVENTS | Call by reference | Type reference (TYPE) | WCF_GMT_SILENT_EVENTS | WCF GMT Nexus Silent Events | 20090728 | ||
2 | ![]() |
IR_DOCUMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_DOCUMENT | 20090728 |
Method PARSE_SILENT_EVENTS on class CL_THTMLB_FLEX_HTTP_HANDLER has no exception.
Method PARSE_XML Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_XML_STRING | Call by reference | Type reference (TYPE) | STRING | 20070622 | |||
2 | ![]() |
RR_DOCUMENT | Value transfer | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20070622 |
Method PARSE_XML on class CL_THTMLB_FLEX_HTTP_HANDLER has no exception.
Method READ_MESSAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_MESSAGES | Call by reference | Type reference (TYPE) | STRING | 20070726 | |||
2 | ![]() |
IR_MESSAGES_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_ELEMENT | 20070726 |
Method READ_MESSAGES on class CL_THTMLB_FLEX_HTTP_HANDLER has no exception.
Method READ_TEXTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_DATA | Call by reference | Type reference (TYPE) | STRING | 20070605 |
Method READ_TEXTS on class CL_THTMLB_FLEX_HTTP_HANDLER has no exception.
Method READ_TEXTS_FTG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_DATA | Call by reference | Type reference (TYPE) | STRING | 20080201 |
Method READ_TEXTS_FTG on class CL_THTMLB_FLEX_HTTP_HANDLER has no exception.
Method READ_XML_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_ELEMENT | 20070622 | ||
2 | ![]() |
RT_ATTRIBUTES | Value transfer | Type reference (TYPE) | CRMT_FLEX_NVP | name-value pair table for Flex | 20070622 |
Method READ_XML_ATTRIBUTES on class CL_THTMLB_FLEX_HTTP_HANDLER has no exception.
Method REFRESH_MESSAGE_AREA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_ABAP_MSG | Call by reference | Type reference (TYPE) | STRING | 20080124 |
Method REFRESH_MESSAGE_AREA on class CL_THTMLB_FLEX_HTTP_HANDLER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 700 |