SAP ABAP Class /PLMB/CL_GOS_CNV_TOOLS (Conversion tools)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-SPI (Application Component) Service Provider Infrastructure
⤷
/PLMB/BA_GOS (Package) Base: Generic Object type & Services
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /PLMB/IF_RFC_CONNECTOR | RFC Connector | 20080422 |
Properties
| Class | /PLMB/CL_GOS_CNV_TOOLS | |
| Short Description | Conversion tools | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /PLMB/BA_GOS | Base: Generic Object type & Services |
| Created | 20080401 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /PLMB/CL_GOS_CNV_TOOLS has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /PLMB/IF_RFC_CONNECTOR | RFC Connector | 20080422 |
Friends
Class /PLMB/CL_GOS_CNV_TOOLS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | SY-REPID | Remove leading and closing blanks | 20080401 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | CHAR1 | '/' | Separator for conversion to external format | 20080415 | ||
| 3 | Static Attribute | Private | Type reference (TYPE) | CHAR1 | Separator for conversion to internal format | 20080415 | |||
| 4 | Constant | Private | Type reference (TYPE) | MEMORYID | '/PLMB/SPI_CONDENSE' | Set/Get parameter ID | 20080401 | ||
| 5 | Static Attribute | Private | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20080401 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20080401 | |
| 2 | Static method | Public | Method | Concatenate field values to key string | 20080401 | |
| 3 | Static method | Public | Method | Concatenate key structure to external format | 20080415 | |
| 4 | Static method | Public | Method | Concatenate key structure to internal format | 20080415 | |
| 5 | Static method | Public | Method | Concatenate key structure to string | 20080526 | |
| 6 | Static method | Public | Method | Convert internal format to external format | 20090528 | |
| 7 | Static method | Public | Method | Convert several internal formats to external format | 20090528 | |
| 8 | Static method | Public | Method | Convert internal format to key structure | 20080401 | |
| 9 | Static method | Public | Method | Convert several internal formats to key structures | 20080401 | |
| 10 | Static method | Private | Method | Convert key structure to key fields with values | 20080401 | |
| 11 | Static method | Public | Method | Convert several key structures to external format | 20080401 | |
| 12 | Static method | Public | Method | Convert several key structures to internal format | 20080401 | |
| 13 | Static method | Private | Method | Convert key fields with values to key structure | 20080401 | |
| 14 | Static method | Public | Method | Convert key structure to external format | 20080401 | |
| 15 | Static method | Public | Method | Convert key structure to internal format | 20080401 | |
| 16 | Static method | Public | Method | Split internal format to key structure | 20080415 | |
| 17 | Static method | Public | Method | Split string to key structure | 20080528 |
Events
Class /PLMB/CL_GOS_CNV_TOOLS has no event.
Types
Class /PLMB/CL_GOS_CNV_TOOLS has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class /PLMB/CL_GOS_CNV_TOOLS has no parameter.
Method CLASS_CONSTRUCTOR on class /PLMB/CL_GOS_CNV_TOOLS has no exception.
Method CONCATENATE_FIELDS_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | /PLMB/T_GOS_CNVMSG | Messages for key conversion | 20080401 | |||
| 2 | EV_DISPLAY_KEY | Call by reference | Type reference (TYPE) | DATA | Concatenated string for display | 20080401 | |||
| 3 | IT_KEY_FIELDS | Call by reference | Type reference (TYPE) | /PLMB/T_GOS_KEY_FIELDS | Key fields with values | 20080401 |
Method CONCATENATE_FIELDS_VALUE on class /PLMB/CL_GOS_CNV_TOOLS has no exception.
Method CONCATENATE_KEY_TO_EXTERN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_EXTERNAL_KEY | Call by reference | Type reference (TYPE) | /PLMB/GOS_EXTERNAL_KEY | External key format | 20080415 | |||
| 2 | IS_KEY | Call by reference | Type reference (TYPE) | ANY | Key structure | 20080415 |
Method CONCATENATE_KEY_TO_EXTERN on class /PLMB/CL_GOS_CNV_TOOLS has no exception.
Method CONCATENATE_KEY_TO_INTERN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_INTERNAL_KEY | Call by reference | Type reference (TYPE) | /PLMB/GOS_INTERNAL_KEY | Internal key | 20080415 | |||
| 2 | IS_KEY | Call by reference | Type reference (TYPE) | ANY | Key structure | 20080415 |
Method CONCATENATE_KEY_TO_INTERN on class /PLMB/CL_GOS_CNV_TOOLS has no exception.
Method CONCATENATE_KEY_TO_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_STRING | Call by reference | Type reference (TYPE) | /PLMB/GOS_STRING | Key structure concatenated to string | 20080526 | |||
| 2 | IS_KEY | Call by reference | Type reference (TYPE) | ANY | Key structure | 20080526 |
Method CONCATENATE_KEY_TO_STRING on class /PLMB/CL_GOS_CNV_TOOLS has no exception.
Method INTERN_TO_EXTERN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /PLMB/T_GOS_CNVMSG | Messages for key conversion | 20090528 | |||
| 2 | EV_EXTERNAL_KEY | Call by reference | Type reference (TYPE) | /PLMB/GOS_EXTERNAL_KEY | External key format | 20090528 | |||
| 3 | IV_INTERNAL_KEY | Call by reference | Type reference (TYPE) | /PLMB/GOS_INTERNAL_KEY | Internal key | 20090528 | |||
| 4 | IV_OTYPE_NAME | Call by reference | Type reference (TYPE) | /PLMB/GOS_OBJECT_TYPE | Object Type | 20090528 |
Method INTERN_TO_EXTERN on class /PLMB/CL_GOS_CNV_TOOLS has no exception.
Method INTERN_TO_EXTERN_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_EXTERNAL_KEY | Call by reference | Type reference (TYPE) | /PLMB/T_GOS_EXTERNAL_KEY | External key format | 20090528 | |||
| 2 | ET_KEY_REL | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_NODE_REL | Relationship between index of source and target node ID | 20090528 | |||
| 3 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /PLMB/T_GOS_CNVMSG | Messages for key conversion | 20090528 | |||
| 4 | IT_INTERNAL_KEY | Call by reference | Type reference (TYPE) | /PLMB/T_GOS_INTERNAL_KEY | Internal key format | 20090528 | |||
| 5 | IV_OTYPE_NAME | Call by reference | Type reference (TYPE) | /PLMB/GOS_OBJECT_TYPE | Object Type | 20090528 |
Method INTERN_TO_EXTERN_TAB on class /PLMB/CL_GOS_CNV_TOOLS has no exception.
Method INTERN_TO_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_KEY | Call by reference | Type reference (TYPE) | ANY | Key structure | 20080401 | |||
| 2 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /PLMB/T_GOS_CNVMSG | Messages for key conversion | 20080401 | |||
| 3 | IV_INTERNAL_KEY | Call by reference | Type reference (TYPE) | /PLMB/GOS_INTERNAL_KEY | Internal key | 20080401 | |||
| 4 | IV_OTYPE_NAME | Call by reference | Type reference (TYPE) | /PLMB/GOS_OBJECT_TYPE | Object Type | 20080401 |
Method INTERN_TO_KEY on class /PLMB/CL_GOS_CNV_TOOLS has no exception.
Method INTERN_TO_KEYTAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_KEY | Call by reference | Type reference (TYPE) | INDEX TABLE | Key structure | 20080401 | |||
| 2 | ET_KEY_REL | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_NODE_REL | Relationship between index of source and target node ID | 20080401 | |||
| 3 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /PLMB/T_GOS_CNVMSG | Messages for key conversion | 20080401 | |||
| 4 | IT_INTERNAL_KEY | Call by reference | Type reference (TYPE) | /PLMB/T_GOS_INTERNAL_KEY | Internal key format | 20080401 | |||
| 5 | IV_OTYPE_NAME | Call by reference | Type reference (TYPE) | /PLMB/GOS_OBJECT_TYPE | Object Type | 20080401 |
Method INTERN_TO_KEYTAB on class /PLMB/CL_GOS_CNV_TOOLS has no exception.
Method KEYSTR_TO_KEYTAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_KEY_FIELDS | Call by reference | Type reference (TYPE) | /PLMB/T_GOS_KEY_FIELDS | Key fields with values | 20080401 | |||
| 2 | IS_KEY | Call by reference | Type reference (TYPE) | ANY | Key structure | 20080401 |
Method KEYSTR_TO_KEYTAB on class /PLMB/CL_GOS_CNV_TOOLS has no exception.
Method KEYTAB_TO_EXTERN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_EXTERNAL_KEY | Call by reference | Type reference (TYPE) | /PLMB/T_GOS_EXTERNAL_KEY | External key format | 20080401 | |||
| 2 | ET_KEY_REL | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_NODE_REL | Relation between index of key structure and external key | 20080401 | |||
| 3 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /PLMB/T_GOS_CNVMSG | Messages for key conversion | 20080401 | |||
| 4 | IT_KEY | Call by reference | Type reference (TYPE) | INDEX TABLE | Key structure | 20080401 | |||
| 5 | IV_OTYPE_NAME | Call by reference | Type reference (TYPE) | /PLMB/GOS_OBJECT_TYPE | Object Type | 20080401 |
Method KEYTAB_TO_EXTERN on class /PLMB/CL_GOS_CNV_TOOLS has no exception.
Method KEYTAB_TO_INTERN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_INTERNAL_KEY | Call by reference | Type reference (TYPE) | /PLMB/T_GOS_INTERNAL_KEY | Internal key format | 20080401 | |||
| 2 | ET_KEY_REL | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_NODE_REL | Relation between index of key structure and external key | 20080401 | |||
| 3 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /PLMB/T_GOS_CNVMSG | Messages for key conversion | 20080401 | |||
| 4 | IT_KEY | Call by reference | Type reference (TYPE) | INDEX TABLE | Key structure | 20080401 | |||
| 5 | IV_OTYPE_NAME | Call by reference | Type reference (TYPE) | /PLMB/GOS_OBJECT_TYPE | Object Type | 20080401 |
Method KEYTAB_TO_INTERN on class /PLMB/CL_GOS_CNV_TOOLS has no exception.
Method KEYTAB_TO_KEYSTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_KEY | Call by reference | Type reference (TYPE) | ANY | Key structure | 20080401 | |||
| 2 | IT_KEY_FIELDS | Call by reference | Type reference (TYPE) | /PLMB/T_GOS_KEY_FIELDS | Key fields with values | 20080401 |
Method KEYTAB_TO_KEYSTR on class /PLMB/CL_GOS_CNV_TOOLS has no exception.
Method KEY_TO_EXTERN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /PLMB/T_GOS_CNVMSG | Messages for key conversion | 20080401 | |||
| 2 | EV_EXTERNAL_KEY | Call by reference | Type reference (TYPE) | /PLMB/GOS_EXTERNAL_KEY | External key format | 20080401 | |||
| 3 | IS_KEY | Call by reference | Type reference (TYPE) | ANY | Key structure | 20080401 | |||
| 4 | IV_OTYPE_NAME | Call by reference | Type reference (TYPE) | /PLMB/GOS_OBJECT_TYPE | Object Type | 20080401 |
Method KEY_TO_EXTERN on class /PLMB/CL_GOS_CNV_TOOLS has no exception.
Method KEY_TO_INTERN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /PLMB/T_GOS_CNVMSG | Messages for key conversion | 20080401 | |||
| 2 | EV_INTERNAL_KEY | Call by reference | Type reference (TYPE) | /PLMB/GOS_INTERNAL_KEY | Internal key | 20080401 | |||
| 3 | IS_KEY | Call by reference | Type reference (TYPE) | ANY | Key structure | 20080401 | |||
| 4 | IV_OTYPE_NAME | Call by reference | Type reference (TYPE) | /PLMB/GOS_OBJECT_TYPE | Object Type | 20080401 |
Method KEY_TO_INTERN on class /PLMB/CL_GOS_CNV_TOOLS has no exception.
Method SPLIT_INTERN_TO_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_KEY | Call by reference | Type reference (TYPE) | ANY | Key structure | 20080415 | |||
| 2 | IV_INTERNAL_KEY | Call by reference | Type reference (TYPE) | /PLMB/GOS_INTERNAL_KEY | Internal key | 20080415 |
Method SPLIT_INTERN_TO_KEY on class /PLMB/CL_GOS_CNV_TOOLS has no exception.
Method SPLIT_STRING_TO_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_KEY | Call by reference | Type reference (TYPE) | ANY | Key structure | 20080528 | |||
| 2 | IV_STRING | Call by reference | Type reference (TYPE) | /PLMB/GOS_STRING | Key structure concatenated to string | 20080528 |
Method SPLIT_STRING_TO_KEY on class /PLMB/CL_GOS_CNV_TOOLS has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |