SAP ABAP Data Element /PLMB/NAV_CLASS_NAME (Class)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-NAV (Application Component) Object Navigator
⤷
/PLMB/BA_NAV (Package) Base: PLM Object Navigator
⤷
⤷
Basic Data
| Data Element | /PLMB/NAV_CLASS_NAME |
| Short Description | Class |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | SEOCLSNAME | |
| Data Type | CHAR | Character String |
| Length | 30 | |
| Decimal Places | 0 | |
| Output Length | 30 | |
| Value Table |
Further Characteristics
| Search Help: Name | ||
| Search Help: Parameters | ||
| Parameter ID | ||
| Default Component name | ||
| Change document | ||
| No Input History | ||
| Basic direction is set to LTR | ||
| No BIDI Filtering |
Field Label
| Length | Field Label | |
| Short | 10 | Class |
| Medium | 15 | Class Name |
| Long | 20 | Class Name |
| Heading | 30 | Class Name |
Documentation
Definition
Implementing class of an interface.
Use
In the Object Navigator's enhancement concept you use the following interfaces:
- For implementing classes of an object type, you have to implement the interface
/PLMB/IF_NAVO.The implementing class provides object data, such as attributes or keys, for a particular object type.
- If you use object types that are provided by SAP, the corresponding implementing classes are delivered and referred to in the Object Navigator's customizing, so that these object types are available.
- If you use your own object types within the Object Navigator, you have to create a corresponding implemenatation class for these object types that implements the interface
/PLMB/IF_NAVO. - For implementing classes of a relation you have to implement the interface
/PLMB/IF_NAVR.The implementing classes provide child objects for one or several parents of one specific object type.
- If you use relations that are provided by SAP, the corresponding implementing classes are delivered and referred to in the Object Navigator's customizing, so that these relations are available.
- If you use your own relations within the Object Navigator, you have to create a corresponding implemenatation class for these relations that implements the interface
/PLMB/IF_NAVR.
Dependencies
Example
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 100 |