SAP ABAP Class CL_NWBC_EXT2INT (Convert data from external to internal format)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-FES-BUS (Application Component) Netweaver Business Client
⤷
SAP_NWBC (Package) NetWeaver Business Client

⤷

⤷

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 | 20110126 |
Properties
Class | 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 | SAP_NWBC | NetWeaver Business Client |
Created | 20110126 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_NWBC_EXT2INT has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_HTTP_EXTENSION | HTTP Framework (iHTTP) HTTP Request Handler | 20110126 |
Friends
Class 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 | 20110126 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR1 | 'I' | Data is in its internal representation | 20110126 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'conversionResult' | Result of conversion | 20110126 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'conversionSource' | XML as source of conversion | 20110126 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Convert data from external to internal format | 20110126 |
Events
Class CL_NWBC_EXT2INT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_LINE | Public | See coding | 20110126 | 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 | 20110126 | 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 | 20110126 |
Method CONVERT_DATA_EXT2INT on class CL_NWBC_EXT2INT has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 731 |