SAP ABAP Class /UI2/CL_NWBC_EXT2INT (Convert data from external to internal format)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2-INT-BE (Application Component) Backend Enablement
⤷
/UI2/NWBC_CORE (Package) NetWeaver Business Client - Core Functionality
⤷
⤷
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 | 20120822 |
Properties
| Class | /UI2/CL_NWBC_EXT2INT | |
| Short Description | Convert data from external to internal format | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /UI2/NWBC_CORE | NetWeaver Business Client - Core Functionality |
| Created | 20120820 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /UI2/CL_NWBC_EXT2INT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_HTTP_EXTENSION | HTTP Framework (iHTTP) HTTP Request Handler | 20120822 |
Friends
Class /UI2/CL_NWBC_EXT2INT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | CHAR1 | 'E' | Data is in its external representation | 20120822 | ||
| 2 | Constant | Public | Type reference (TYPE) | CHAR1 | 'I' | Data is in its internal representation | 20120822 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'conversionResult' | Result of conversion | 20120822 | ||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'conversionSource' | XML as source of conversion | 20120822 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Convert data from external to internal format | 20120822 |
Events
Class /UI2/CL_NWBC_EXT2INT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_LINE | Public | See coding | 20120822 | begin of ty_line.
types program_name type syrepid. " name of the main program
types screen_number type sydynnr. " dynpro number, which directly contains the field
types field_name type scrfname. " field name in the dynpro
types field_value type string.
types data_element type rollname. " data element according to tag table NWBC_CFG_GUI_TAG or NWBC_C_GUI_TAG
types conversion_state type c length 1.
types end of ty_line
|
||
| 2 | TY_TABLE | Public | See coding | 20120822 | ty_table type standard table of ty_line
|
Method Signatures
Method CONVERT_DATA_EXT2INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CONV_DATA | Call by reference | Type reference (TYPE) | TY_TABLE | conversion data | 20120822 |
Method CONVERT_DATA_EXT2INT on class /UI2/CL_NWBC_EXT2INT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 100 |