SAP ABAP Class CL_EHSS_ESO_SPEC_HITL_EXTRACT (EHS: Hitlist Extraction for Specification)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
EHS-SAF (Application Component) Product Safety
⤷
CBUI (Package) Company Environment Information 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 | 20101027 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20101027 |
Properties
| Class | CL_EHSS_ESO_SPEC_HITL_EXTRACT | |
| Short Description | EHS: Hitlist Extraction for Specification | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CBUI | Company Environment Information System |
| Created | 20101011 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_ESH_IF_OBJECT_DATA | Object data by list of object ids | 20101027 | ||
| 2 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20101027 |
Friends
Class CL_EHSS_ESO_SPEC_HITL_EXTRACT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | ESH_E_OM_NODE_NAME | 'SPEC_IDENT_HITLIST' | 20101027 | |||
| 2 | Static Attribute | Protected | Type reference (TYPE) | CL_ESO_EXTRACTION_TOOLS=>GTY_TS_FIELDNAME | 20101027 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | BAPIRETTAB | 20101027 | ||||
| 4 | Static Attribute | Private | Type reference (TYPE) | GTY_T_T002 | 20101027 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | ESP1_BOOLEAN | 20101027 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20101027 | |
| 2 | Instance method | Private | Method | Collect Error Messages During Node Extraction | 20101027 | |
| 3 | Instance method | Private | Method | Collect Error Messages When Reading Data | 20101027 | |
| 4 | Instance method | Private | Method | Get Specification Keys | 20101027 | |
| 5 | Instance method | Private | Method | Get Specification Data | 20101027 | |
| 6 | Instance method | Private | Method | Get Three Identifiers for Hitlist | 20101027 |
Events
Class CL_EHSS_ESO_SPEC_HITL_EXTRACT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTY_S_SPEC_KEY | Protected | See coding | 20101027 | BEGIN OF gty_s_spec_key.
TYPES: recn TYPE eserecn,
idpos1 TYPE eseidlpos,
idpos2 TYPE eseidlpos,
idpos3 TYPE eseidlpos.
TYPES: END OF gty_s_spec_key
|
||
| 2 | GTY_S_T002 | Protected | Type reference (TYPE) | T002 | 20101027 | |
|
| 3 | GTY_T_SPEC_KEY | Protected | See coding | 20101027 | gty_t_spec_key TYPE TABLE OF gty_s_spec_key
|
||
| 4 | GTY_T_T002 | Protected | See coding | 20101027 | gty_t_t002 TYPE TABLE OF t002
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_EHSS_ESO_SPEC_HITL_EXTRACT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_EHSS_ESO_SPEC_HITL_EXTRACT has no exception.
Method COLLECT_NODE_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FLG_NODE_ERROR | Call by reference | Type reference (TYPE) | ESP1_BOOLEAN | ESP1_FALSE | 20101027 | |||
| 2 | IV_FLG_NODE_NOT_FOUND | Call by reference | Type reference (TYPE) | ESP1_BOOLEAN | ESP1_FALSE | 20101027 | |||
| 3 | IV_NODE | Call by reference | Type reference (TYPE) | ESH_E_OM_NODE_NAME | 20101027 |
Method COLLECT_NODE_ERROR on class CL_EHSS_ESO_SPEC_HITL_EXTRACT has no exception.
Method COLLECT_READ_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ERROR | Call by reference | Type reference (TYPE) | ESPAP_EXTERROR_TAB_TYPE | 20101027 |
Method COLLECT_READ_ERROR on class CL_EHSS_ESO_SPEC_HITL_EXTRACT has no exception.
Method GET_ROOTNODE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ESTRH_TAB | Call by reference | Type reference (TYPE) | GTY_T_SPEC_KEY | 20101027 | ||||
| 2 | IT_OBJECT_ID | Call by reference | Type reference (TYPE) | GTY_T_SPEC_KEY | 20101027 | ||||
| 3 | IV_LAST_OBJECT_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_GENERAL_ID | 20101027 | ||||
| 4 | IV_PACKAGE_SIZE | Call by reference | Type reference (TYPE) | ESH_E_IF_PACKAGE_SIZE | 20101027 |
Method GET_ROOTNODE_DATA on class CL_EHSS_ESO_SPEC_HITL_EXTRACT has no exception.
Method GET_SPEC_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_OBJECT_EXTRACTION | Call by reference | Type reference (TYPE) | ESH_T_IF_EXTRACT_NODES | 20101027 | ||||
| 2 | IT_SPEC_KEY | Call by reference | Type reference (TYPE) | GTY_T_SPEC_KEY | 20101027 | ||||
| 3 | I_FLG_DELTA | Call by reference | Type reference (TYPE) | ESP1_BOOLEAN | ESP1_FALSE | 20101027 |
Method GET_SPEC_DATA on class CL_EHSS_ESO_SPEC_HITL_EXTRACT has no exception.
Method GET_SPEC_IDENT_HITLIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_EXTRACTION_IDENT1 | Call by reference | Object reference (TYPE REF TO) | ESH_S_IF_EXTRACT_NODE | 20101027 | ||||
| 2 | IT_SPEC_HEAD | Call by reference | Type reference (TYPE) | GTY_T_SPEC_KEY | 20101027 |
Method GET_SPEC_IDENT_HITLIST on class CL_EHSS_ESO_SPEC_HITL_EXTRACT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 606 |