SAP ABAP Class CL_BH_CONV_STRING (Data Conversion test)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
LO-BM (Application Component) Batches
⤷
VBIC (Package) Batch Information Cockpit
⤷
⤷
Properties
| Class | CL_BH_CONV_STRING | |
| Short Description | Data Conversion test | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | VBIC | Batch Information Cockpit |
| Created | 20080529 | SAP |
| Last change | 20100310 | 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_BH_CONV_STRING has no interface implemented.
Friends
Class CL_BH_CONV_STRING has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Type reference (TYPE) | TTHA_NAME_VALUES | 20080529 | ||||
| 2 | Static Attribute | Public | Type reference (TYPE) | TTHA_NAME_VALUES_OUTPUT | 20080529 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add Value Char Like | 20080529 | |
| 2 | Instance method | Public | Method | Delete values from MT_VALUES and MT_VALUES_OUTPUT | 20080529 | |
| 3 | Instance method | Public | Method | Export to Data Buffer | 20080529 | |
| 4 | Instance method | Public | Method | Import from Data Buffer | 20080529 |
Events
Class CL_BH_CONV_STRING has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TSTR_NAME_VALUE | Public | See coding | 20080529 | BEGIN OF tstr_name_value,
name TYPE string,
type_kind TYPE abap_typekind,
type_length type i,
type_decimals type i,
value_output TYPE string,
value_neutral TYPE xstring,
value_unit TYPE msehi,
value_currency TYPE waers,
END OF tstr_name_value
|
||
| 2 | TSTR_NAME_VALUE_OUTPUT | Public | See coding | 20080529 | BEGIN OF tstr_name_value_output,
name TYPE string,
r_src_value TYPE REF TO tstr_name_value,
value TYPE REF TO data,
value_output type string,
END OF tstr_name_value_output
|
||
| 3 | TTHA_NAME_VALUES | Public | See coding | 20080529 | ttha_name_values TYPE HASHED TABLE OF tstr_name_value WITH UNIQUE KEY name
|
||
| 4 | TTHA_NAME_VALUES_OUTPUT | Public | See coding | 20080529 | ttha_name_values_output TYPE HASHED TABLE OF tstr_name_value_output WITH UNIQUE KEY name
|
Method Signatures
Method ADD_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CURRENCY | Value transfer | Type reference (TYPE) | WAERS | Currency Key | 20080529 | |||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20080529 | ||||
| 3 | IV_UNIT | Value transfer | Type reference (TYPE) | MSEHI | Unit of Measurement | 20080529 | |||
| 4 | IV_VALUE | Call by reference | Type reference (TYPE) | SIMPLE | 20080529 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080602 |
Method DELETE_VALUES Signature
Method DELETE_VALUES on class CL_BH_CONV_STRING has no parameter.
Method DELETE_VALUES on class CL_BH_CONV_STRING has no exception.
Method EXPORT_TO_DATA_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_BUFFER | Value transfer | Type reference (TYPE) | XSTRING | 20080529 |
Method EXPORT_TO_DATA_BUFFER on class CL_BH_CONV_STRING has no exception.
Method IMPORT_FROM_DATA_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BUFFER | Call by reference | Type reference (TYPE) | XSTRING | 20080529 |
Method IMPORT_FROM_DATA_BUFFER on class CL_BH_CONV_STRING has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 604 |