SAP ABAP Class CL_EAMS_NAVO_DOC (Object type class for DIR)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
PM (Application Component) Plant Maintenance
⤷
OBJNAV_MAT_DIR (Package) Content for Object Navigator (Material, DIR)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /PLMB/IF_NAVO | NAV - Object Type Interface | 20100930 |
Properties
| Class | CL_EAMS_NAVO_DOC | |
| Short Description | Object type class for DIR | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | OBJNAV_MAT_DIR | Content for Object Navigator (Material, DIR) |
| Created | 20100930 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_EAMS_NAVO_DOC has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /PLMB/IF_NAVO | NAV - Object Type Interface | 20100930 |
Friends
Class CL_EAMS_NAVO_DOC has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | /PLMB/GOS_OBJECT_TYPE | 'PLM_DIR' | Object Type | 20101007 | ||
| 2 | Instance attribute | Protected | Type reference (TYPE) | TYP_DDIC_NAMES | List of relevant DDIC object names | 20100930 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | NAV - key component : INTID | 20100930 | |||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | NAV - Object Attributes | 20100930 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | /PLMB/T_NAV_IDR | NAV - Attributes to be displayed in IDR | 20100930 | |||
| 6 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | NAV - key component : external key | 20100930 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | /PLMB/NAV_OTYPE_NAME | Object Type | 20100930 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | 20100930 | ||
| 2 | Instance method | Protected | Method | 20100930 | ||
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20101011 | |
| 4 | Instance method | Protected | Method | Create IDR data | 20100930 | |
| 5 | Instance method | Protected | Method | Get HEader Data of DIR | 20100930 | |
| 6 | Instance method | Protected | Method | Get external key | 20100930 | |
| 7 | Instance method | Protected | Method | Get attributes for a list of objects | 20100930 | |
| 8 | Instance method | Protected | Method | 20100930 | ||
| 9 | Instance method | Protected | Method | 20100930 |
Events
Class CL_EAMS_NAVO_DOC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_DDIC_NAMES | Protected | See coding | 20100930 | BEGIN OF typ_ddic_names,
key_s TYPE typename,
intid_key_s TYPE typename,
intid_attr_s TYPE typename,
intid2key_t TYPE typename,
key2intid_t TYPE typename,
intid_attr_t TYPE typename,
END OF typ_ddic_names
|
||
| 2 | TYP_INTID_S | Protected | See coding | 20100930 | BEGIN OF typ_intid_s ,
intid TYPE /plmb/nav_intid,
END OF typ_intid_s
|
Method Signatures
Method CHECK_MULTI_AUTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_KEY | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20100930 | ||||
| 2 | ET_MESSAGE | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_MSG | Message | 20100930 | |||
| 3 | IT_KEY | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20100930 |
Method CHECK_MULTI_AUTH on class CL_EAMS_NAVO_DOC has no exception.
Method CHECK_MULTI_EXISTENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_KEY | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20100930 | ||||
| 2 | ET_MESSAGE | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_MSG | Message | 20100930 | |||
| 3 | IT_KEY | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20100930 |
Method CHECK_MULTI_EXISTENCE on class CL_EAMS_NAVO_DOC has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_EAMS_NAVO_DOC has no parameter.
Method CONSTRUCTOR on class CL_EAMS_NAVO_DOC has no exception.
Method CREATE_IDR_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_OBJECT_KEY | Call by reference | Type reference (TYPE) | DATA | 20100930 | ||||
| 2 | IV_DESCRIPTION | Call by reference | Type reference (TYPE) | /PLMB/NAV_DISPLAY_KEY_DESC | Display Key Description | 20100930 | |||
| 3 | IV_DISPLAY_KEY | Call by reference | Type reference (TYPE) | /PLMB/NAV_DISPLAY_KEY | Concatenated Semantic Key for Display Purposes | 20100930 | |||
| 4 | IV_INTID | Call by reference | Type reference (TYPE) | /PLMB/NAV_INTID | Internal ID | 20100930 |
Method CREATE_IDR_DATA on class CL_EAMS_NAVO_DOC has no exception.
Method GET_DIR_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_OBJECT_DATA | Call by reference | Type reference (TYPE) | EAMS_S_NAV_DOC_ID_ATTR | NAV - DIR attributes | 20100930 | |||
| 2 | ET_MESSAGE | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_MSG | Message | 20100930 | |||
| 3 | IS_OBJECT_KEY | Call by reference | Type reference (TYPE) | EAMS_S_NAV_DOC_ID | DIR - Identification | 20100930 |
Method GET_DIR_HEADER on class CL_EAMS_NAVO_DOC has no exception.
Method GET_EXTERNAL_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DISPLAY_KEY | Value transfer | Type reference (TYPE) | DATA | 20100930 | ||||
| 2 | IS_OBJECT_KEY | Call by reference | Type reference (TYPE) | DATA | 20100930 |
Method GET_EXTERNAL_KEY on class CL_EAMS_NAVO_DOC has no exception.
Method GET_OBJECT_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_OBJECT_KEY | Call by reference | Type reference (TYPE) | INDEX TABLE | 20100930 |
Method GET_OBJECT_ATTRIBUTES on class CL_EAMS_NAVO_DOC has no exception.
Method MAP_EXT2INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_INTID_KEY | Call by reference | Type reference (TYPE) | DATA | 20100930 | ||||
| 2 | IS_KEY | Call by reference | Type reference (TYPE) | DATA | 20100930 |
Method MAP_EXT2INT on class CL_EAMS_NAVO_DOC has no exception.
Method SET_DDIC_NAMES Signature
Method SET_DDIC_NAMES on class CL_EAMS_NAVO_DOC has no parameter.
Method SET_DDIC_NAMES on class CL_EAMS_NAVO_DOC has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 606 |