SAP ABAP Class /TDAG/CPCL_REACH_PROD_STRU_EXT (CP: Extends the product structure for REACH)
Hierarchy
☛
TDAGBCA (Software Component) TechniData Basic Components
⤷
EHS (Application Component) Environment, Health and Safety
⤷
/TDAG/CP (Package) Compliance for products
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /TDAG/CPIF_PROD_STRU_EXT | CP: Extension for product structure | 20071120 |
Properties
| Class | /TDAG/CPCL_REACH_PROD_STRU_EXT | |
| Short Description | CP: Extends the product structure for REACH | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /TDAG/CP | Compliance for products |
| Created | 20071120 | SAP |
| Last change | 20141109 | 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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /TDAG/CPIF_PROD_STRU_EXT | CP: Extension for product structure | 20071120 |
Friends
Class /TDAG/CPCL_REACH_PROD_STRU_EXT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Protected | Type reference (TYPE) | TV_ITMNAME | 'TASK' | Column name for task info | 20071120 | ||
| 2 | Constant | Protected | Type reference (TYPE) | I | 21 | Default width of the task column | 20071120 | ||
| 3 | Constant | Protected | Type reference (TYPE) | ICON_L2 | ICON_OUTGOING_TASK | Icon for external tasks | 20071120 | ||
| 4 | Constant | Protected | Type reference (TYPE) | ICON_L2 | ICON_TASK | Icon for internal tasks | 20071120 | ||
| 5 | Constant | Protected | Type reference (TYPE) | ICON_L2 | ICON_CUSTOMS | Icon for supplier/customer from non-REACH area | 20071120 | ||
| 6 | Constant | Protected | Type reference (TYPE) | ICON_L2 | ICON_CUSTOMS | Icon for supplier/customer from non-REACH area (generated) | 20080815 | ||
| 7 | Instance attribute | Protected | Type reference (TYPE) | /TDAG/CPYH_STATDB | Table with information about task status | 20071206 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | STATUS_HTAB_TYPE | Table with possible status of terminated tasks | 20071206 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Method to adjust the context menu | 20071227 | |
| 2 | Instance method | Public | Constructor | Initializes an instance | 20071120 | |
| 3 | Instance method | Protected | Method | Reads the status of open tasks for specifications | 20071206 |
Events
Class /TDAG/CPCL_REACH_PROD_STRU_EXT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | SPEC_ID_STATUS_HTAB_TYPE | Protected | See coding | SPEC_ID_STATUS_HTAB_TYPE | 20071206 | spec_id_status_htab_type TYPE HASHED TABLE
OF spec_id_status_wa_type
WITH UNIQUE KEY spec_id mat_no suppl_no cust_no
|
|
| 2 | SPEC_ID_STATUS_WA_TYPE | Protected | See coding | SPEC_ID_STATUS_WA_TYPE | 20071206 | BEGIN OF spec_id_status_wa_type,
spec_id TYPE esesubid,
mat_no TYPE matnr,
suppl_no TYPE /tdag/cpe_supplier,
cust_no TYPE /tdag/cpe_customer,
flg_external TYPE esp1_boolean,
status_desc TYPE /tdag/cpe_statusd,
END OF spec_id_status_wa_type
|
|
| 3 | STATUS_HTAB_TYPE | Protected | See coding | STATUS_HTAB_TYPE | 20071206 | status_htab_type TYPE HASHED TABLE OF /tdag/cpe_status
WITH UNIQUE KEY table_line
|
Method Signatures
Method ADJUST_CONTEXT_MENU Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SENDER | Call by reference | Object reference (TYPE REF TO) | /TDAG/CPCL_MGR_VIEW_CTRL | The product structure view controller | 20071227 | |||
| 2 | I_NODE_KEY | Call by reference | Type reference (TYPE) | TV_NODEKEY | Node for which the context menu is requested | 20071227 | |||
| 3 | XO_MENU | Call by reference | Object reference (TYPE REF TO) | CL_CTMENU | Context Menu | 20071227 |
Method ADJUST_CONTEXT_MENU on class /TDAG/CPCL_REACH_PROD_STRU_EXT has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class /TDAG/CPCL_REACH_PROD_STRU_EXT has no parameter.
Method CONSTRUCTOR on class /TDAG/CPCL_REACH_PROD_STRU_EXT has no exception.
Method READ_TASK_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETH_SPEC_STATUS | Call by reference | Type reference (TYPE) | SPEC_ID_STATUS_HTAB_TYPE | Table with the task status per specification | 20071206 | |||
| 2 | IT_SPEC_IDS | Call by reference | Type reference (TYPE) | /TDAG/CPY_SUBID | 20071206 | ||||
| 3 | I_CHECK | Call by reference | Type reference (TYPE) | /TDAG/CPE_CHECK | The check for which the tasks should be read | 20071206 |
Method READ_TASK_STATUS on class /TDAG/CPCL_REACH_PROD_STRU_EXT has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 222_46C |