SAP ABAP Class /PLMB/CL_NAV_SHOW_SETTINGS (Display all available Navigator setting parameters)
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
⤷
⤷
Properties
| Class | /PLMB/CL_NAV_SHOW_SETTINGS | |
| Short Description | Display all available Navigator setting parameters | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /PLMB/BA_NAV | Base: PLM Object Navigator |
| Created | 20080618 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /PLMB/CL_NAV_SHOW_SETTINGS has no forward declaration.
Interfaces
Class /PLMB/CL_NAV_SHOW_SETTINGS has no interface implemented.
Friends
Class /PLMB/CL_NAV_SHOW_SETTINGS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | /PLMB/CL_NAV_SHOW_SETTINGS | Business logic classs instance | 20080619 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | TT_OTYPES_DETAILS | Contain details of all navigator objects | 20080619 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | TT_RELS_DETAILS | Contain details of all navigator relations | 20080619 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Display all available navigator settings parameters | 20080618 | |
| 2 | Static method | Public | Method | Get an instance of the display class | 20080618 | |
| 3 | Instance method | Public | Method | Get all the used navigator settings parameters | 20080618 | |
| 4 | Instance method | Private | Method | Fetch details of all navigator objects | 20080619 | |
| 5 | Instance method | Private | Method | Fetch details of all navigator relations | 20080619 |
Events
Class /PLMB/CL_NAV_SHOW_SETTINGS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_OTYPES_DETAILS | Public | See coding | Table type for object details | 20080619 | TT_OTYPES_DETAILS TYPE SORTED TABLE OF ty_otypes_details
WITH UNIQUE KEY otype_name
|
|
| 2 | TT_RELS_DETAILS | Public | See coding | Table type for relation details | 20080619 | TT_RELS_DETAILS TYPE SORTED TABLE OF ty_rels_details
WITH UNIQUE KEY relation_name
|
|
| 3 | TY_OTYPES_DETAILS | Public | See coding | Structure for the relation details | 20080619 | BEGIN OF ty_otypes_details,
otype_name TYPE /plmb/nav_otype_name,
otype_desc TYPE /plmb/gos_otype_desc,
clname TYPE /plmb/nav_class_name,
END OF ty_otypes_details
|
|
| 4 | TY_RELS_DETAILS | Public | See coding | Structure for object details | 20080619 | BEGIN OF ty_rels_details ,
relation_name TYPE /plmb/nav_relation_name,
relation_desc TYPE /plmb/nav_relation_desc,
clname TYPE /plmb/nav_class_name,
END OF ty_rels_details
|
Method Signatures
Method DISPLAY_NAV_PARAMETERS Signature
Method DISPLAY_NAV_PARAMETERS on class /PLMB/CL_NAV_SHOW_SETTINGS has no parameter.
Method DISPLAY_NAV_PARAMETERS on class /PLMB/CL_NAV_SHOW_SETTINGS has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_DISP | Call by reference | Object reference (TYPE REF TO) | /PLMB/CL_NAV_SHOW_SETTINGS | Display all available Navigator setting parameters | 20080618 |
Method GET_INSTANCE on class /PLMB/CL_NAV_SHOW_SETTINGS has no exception.
Method GET_NAV_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PARAMETER_DATA | Call by reference | Type reference (TYPE) | /PLMB/T_NAV_PARAMETER_DATA | NAV - Parameter data table type | 20080618 | |||
| 2 | ET_PARAMETER_OTYPES | Call by reference | Type reference (TYPE) | /PLMB/T_NAV_PARAMETER_OTYPES | NAV - table type for object types using a parameter | 20080618 | |||
| 3 | ET_PARAMETER_RELATIONS | Call by reference | Type reference (TYPE) | /PLMB/T_NAV_PARAMETER_RELS | NAV - table type for relations using a parameter | 20080618 | |||
| 4 | EV_MISSING_DATA | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20080618 |
Method GET_NAV_PARAMETERS on class /PLMB/CL_NAV_SHOW_SETTINGS has no exception.
Method GET_OTYPES_DETAILS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_OTYPE_NAME | Call by reference | Type reference (TYPE) | /PLMB/T_NAV_OTYPE_NAME | NAV - Object type table | 20080619 |
Method GET_OTYPES_DETAILS on class /PLMB/CL_NAV_SHOW_SETTINGS has no exception.
Method GET_RELATIONS_DETAILS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RELS_NAME | Call by reference | Type reference (TYPE) | /PLMB/T_NAV_RELATION_NAME | NAV - Relation name table | 20080619 |
Method GET_RELATIONS_DETAILS on class /PLMB/CL_NAV_SHOW_SETTINGS has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 701 |