SAP ABAP Class CL_ESO_CLES_CLASSIFICATION (Classification extraction)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-CL (Application Component) Classification
⤷
ESH_CLES (Package) Indexing for Classification System
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BADI_ESH_IF_OBJECT_DATA | Object data by list of object ids | 20080418 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20080418 |
Properties
| Class | CL_ESO_CLES_CLASSIFICATION | |
| Short Description | Classification extraction | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ESH_CLES | Indexing for Classification System |
| Created | 20080418 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ESO_CLES_CLASSIFICATION has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_ESH_IF_OBJECT_DATA | Object data by list of object ids | 20080418 | ||
| 2 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20080418 |
Friends
Class CL_ESO_CLES_CLASSIFICATION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | ESH_E_OM_NODE_NAME | 'CLES_CLASSIFICATION' | Node Name | 20080428 | ||
| 2 | Constant | Private | Type reference (TYPE) | ESH_E_OM_NODE_NAME | 'CLES_CLF_CLASS_ASSIG' | Node Name | 20080428 | ||
| 3 | Constant | Private | Type reference (TYPE) | ESH_E_OM_NODE_NAME | 'CLES_CLF_VALUATION' | Node Name | 20080428 | ||
| 4 | Instance attribute | Private | Type reference (TYPE) | CLES_T_CHARACTERISTIC_SIMPLE | Simple Characteristic | 20080505 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | CLES_T_TCLA | Class Types | 20080428 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | CLES_T_TCLA | Class Types | 20080506 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | CLES_T_VALUATION_VALUE_UUID | Table type for VALUE_UUID | 20090921 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE | Object Type | 20080428 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | TABELLE | Name of database table for object | 20080428 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | SYTFILL | Row Number of Internal Tables | 20080506 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | SYTFILL | Row Number of Internal Tables | 20080506 | |||
| 12 | Static Attribute | Private | Type reference (TYPE) | BAPI_MSG | Message Text | 20080422 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | convert an AUSP record | 20080430 | |
| 2 | Instance method | Private | Method | convert the AUSP records for a single value | 20080430 | |
| 3 | Instance method | Private | Method | convert a KSSK record | 20080428 | |
| 4 | Instance method | Private | Method | convert the KSSK records for a single clint | 20080430 | |
| 5 | Instance method | Private | Method | Fill all non-root nodes | 20080430 | |
| 6 | Instance method | Private | Method | Fill class assignment node | 20080430 | |
| 7 | Instance method | Private | Method | Fill valuation node | 20080430 | |
| 8 | Instance method | Private | Method | get customizing | 20080428 | |
| 9 | Instance method | Private | Method | fill the characteristic buffer | 20080505 |
Events
Class CL_ESO_CLES_CLASSIFICATION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_KSML | Private | See coding | imerk , omerk and data from cawn | 20091009 | BEGIN OF ts_ksml,
atinn TYPE atinn, "original char
imerk TYPE atino, "overwritten char
atzhl TYPE atzhl,
atwrt TYPE atwrt,
END OF ts_ksml
|
|
| 2 | TS_OVERWRITTEN_CHAR | Private | See coding | structure for conatainig the imerk and omerk | 20091009 | BEGIN OF ts_overwritten_char,
omerk TYPE atino, "overwritten char
imerk TYPE atinn, "original char
END OF ts_overwritten_char
|
|
| 3 | TT_AUSP_SINGLE_ATZHL | Private | See coding | AUSP table for a single ATZHL | 20080430 | tt_ausp_single_atzhl TYPE SORTED TABLE OF ausp
WITH UNIQUE KEY datuv lkenz
|
|
| 4 | TT_KSSK_SINGLE_CLINT | Private | See coding | KSSK table for a single CLINT | 20080430 | tt_kssk_single_clint TYPE SORTED TABLE OF kssk
WITH UNIQUE KEY datuv lkenz
|
Method Signatures
Method CONVERT_AUSP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20080430 | |||
| 2 | ES_ESD | Call by reference | Type reference (TYPE) | ESH_S_CL_PROPERTY_VALUATION | Property Valuation | 20080430 | |||
| 3 | IS_AUSP | Call by reference | Type reference (TYPE) | AUSP | Characteristic Values | 20080430 | |||
| 4 | IV_HAS_PARAMETER_EFFECTIVITY | Call by reference | Type reference (TYPE) | TREX_PROP_PARAM_EFF | Valuation has Parameter Effectivity | 20080430 | |||
| 5 | IV_OBJEK | Call by reference | Type reference (TYPE) | OBJNUM | Key of object to be classified | 20080430 | |||
| 6 | IV_VALID_FROM | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20080430 | |||
| 7 | IV_VALID_TO | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20080430 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | conversion error | 20080505 | ||
| 2 | no characteristic data | 20080505 |
Method CONVERT_AUSP_FOR_ATZHL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20080430 | |||
| 2 | ET_ESD | Call by reference | Type reference (TYPE) | CLES_T_ND_PROPERTY_VALUATION | Property Valuation | 20080430 | |||
| 3 | IT_AUSP_SINGLE_ATZHL | Call by reference | Type reference (TYPE) | TT_AUSP_SINGLE_ATZHL | AUSP table for a single ATZHL | 20080430 | |||
| 4 | IV_OBJEK | Call by reference | Type reference (TYPE) | OBJNUM | Key of object to be classified | 20080430 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | General error in provider | 20080430 |
Method CONVERT_KSSK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ESD | Call by reference | Type reference (TYPE) | CLES_S_ND_CLF_CLASS_ASSIGNMENT | Node for the Class Assignment | 20080428 | |||
| 2 | IS_KSSK | Call by reference | Type reference (TYPE) | KSSK | Allocation Table: Object to Class | 20080428 | |||
| 3 | IV_HAS_PARAMETER_EFFECTIVITY | Call by reference | Type reference (TYPE) | TREX_PROP_PARAM_EFF | Valuation has Parameter Effectivity | 20080428 | |||
| 4 | IV_OBJEK | Call by reference | Type reference (TYPE) | OBJNUM | Key of object to be classified | 20080428 | |||
| 5 | IV_VALID_FROM | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20080428 | |||
| 6 | IV_VALID_TO | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20080428 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | General error in provider | 20080428 |
Method CONVERT_KSSK_FOR_CLINT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20080430 | |||
| 2 | ET_ESD | Call by reference | Type reference (TYPE) | CLES_T_ND_CLF_CLASS_ASSIGNMENT | Node for the Class Assignment | 20080430 | |||
| 3 | IT_KSSK_SINGLE_CLINT | Call by reference | Type reference (TYPE) | TT_KSSK_SINGLE_CLINT | KSSK table for a single CLINT | 20080430 | |||
| 4 | IV_OBJEK | Call by reference | Type reference (TYPE) | OBJNUM | Key of object to be classified | 20080430 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | General error in provider | 20080430 |
Method FILL_NODES_NON_ROOT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_INOB | Call by reference | Type reference (TYPE) | TT_INOB | Table Type for INOB | 20080430 | |||
| 2 | CT_KSSK_KSSK | Call by reference | Type reference (TYPE) | CLES_T_KSSK | Fully sorted KSSK (except MAFID) | 20080430 | |||
| 3 | CT_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20080430 | |||
| 4 | IT_KEY_INOB_FOUND | Call by reference | Type reference (TYPE) | CLES_T_CLASSIFICATION_KEY | Key table for classification | 20080430 | |||
| 5 | IT_KEY_KSSK_FOUND | Call by reference | Type reference (TYPE) | CLES_T_CLASSIFICATION_KEY | Key table for classification | 20080430 | |||
| 6 | IT_KLART_INOB | Call by reference | Type reference (TYPE) | CLES_T_KLART | Class Type | 20080430 | |||
| 7 | IT_KLART_KSSK | Call by reference | Type reference (TYPE) | CLES_T_KLART | Class Type | 20080430 | |||
| 8 | IT_OBJECT_EXTRACTION | Call by reference | Type reference (TYPE) | ESH_T_IF_EXTRACT_NODES | Extraction of nodes | 20080430 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | General error in provider | 20080430 |
Method FILL_NODE_CLASS_ASSIGNMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_KSSK_KSSK | Call by reference | Type reference (TYPE) | CLES_T_KSSK | Fully sorted KSSK (except MAFID) | 20080430 | |||
| 2 | CT_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20080430 | |||
| 3 | IS_ESN | Call by reference | Type reference (TYPE) | ESH_S_IF_EXTRACT_NODE | Extraction of one node | 20080430 | |||
| 4 | IT_INOB | Call by reference | Type reference (TYPE) | TT_INOB | Table Type for INOB | 20080430 | |||
| 5 | IT_KLART_INOB | Call by reference | Type reference (TYPE) | CLES_T_KLART | Class Type | 20080430 | |||
| 6 | IT_KLART_KSSK | Call by reference | Type reference (TYPE) | CLES_T_KLART | Class Type | 20080430 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | General error in provider | 20080430 |
Method FILL_NODE_VALUATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20080430 | |||
| 2 | IS_ESN | Call by reference | Type reference (TYPE) | ESH_S_IF_EXTRACT_NODE | Extraction of one node | 20080430 | |||
| 3 | IT_INOB | Call by reference | Type reference (TYPE) | TT_INOB | Table Type for INOB | 20080430 | |||
| 4 | IT_KEY_INOB_FOUND | Call by reference | Type reference (TYPE) | CLES_T_CLASSIFICATION_KEY | Key table for classification | 20080430 | |||
| 5 | IT_KEY_KSSK_FOUND | Call by reference | Type reference (TYPE) | CLES_T_CLASSIFICATION_KEY | Key table for classification | 20080430 | |||
| 6 | IT_KLART_INOB | Call by reference | Type reference (TYPE) | CLES_T_KLART | Class Type | 20080430 | |||
| 7 | IT_KLART_KSSK | Call by reference | Type reference (TYPE) | CLES_T_KLART | Class Type | 20080430 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | General error in provider | 20080430 |
Method GET_CUSTOMIZING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20080428 | |||
| 2 | IV_OBJECT_TYPE_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE | Object Type | 20080428 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | classification object not found | 20080507 | ||
| 2 | class type not found | 20080507 |
Method PREPARE_CHARACTERISTIC_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20080505 | |||
| 2 | IT_ATINN | Call by reference | Type reference (TYPE) | CLES_T_ATINN | Table of Characteristic Numbers | 20080505 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | General error in provider | 20080505 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 701 |