SAP ABAP Class CL_FDT_WD_WHERE_USED_MODEL (FDT WD: Model for Where Used Component)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_WD_CORE_OBJECTS (Package) BRFplus: Core Objects for Web Dynpro UI
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_WD_MODEL | FDT WD: Model for Web Dynpro (abstract) | 20070117 |
Properties
| Class | CL_FDT_WD_WHERE_USED_MODEL | |
| Short Description | FDT WD: Model for Where Used Component | |
| Super Class | CL_FDT_WD_MODEL | FDT WD: Model for Web Dynpro (abstract) |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_WD_CORE_OBJECTS | BRFplus: Core Objects for Web Dynpro UI |
| Created | 20070117 | SAP |
| Last change | 20110908 | 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 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FDT_WD_WHERE_USED_MODEL has no interface implemented.
Friends
Class CL_FDT_WD_WHERE_USED_MODEL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'GDT_DDIC_USAGE' | Model node for ddic and gdt where-used | 20070130 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'OBJECT_DATA' | 20070122 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'SIMPLE_OBJ_LIST' | Node for simple object list | 20070118 | ||
| 4 | Instance attribute | Public | Type reference (TYPE) | STRING | 'TREE_OBJ_LIST' | Node for usage tree object list | 20070131 | ||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_FDT_ADMIN_DATA | FDT: Administrative Data | 20070118 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | FDTS_WD_WHERE_USED_MODEL | FDT WD: Structure for where used component | 20070122 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | FDTT_WD_WHERE_USED_DO_MODEL | FDT WD: Table Type for where-used component (GDT/DDIC)s | 20070130 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | T_OTHER_CLIENT | Usages in other clients | 20080128 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | FDTT_WD_WHERE_USED_MODEL | FDT WD: Table type for where used Component | 20070118 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | FDTT_WD_WHERE_USED_TREE_MODEL | Table type for where-used tree | 20070131 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20070125 | ||
| 2 | Instance method | Private | Method | Method fills object list that use specific gdt/ddic-type | 20070130 | |
| 3 | Instance method | Public | Method | 20070125 | ||
| 4 | Instance method | Public | Method | Simple search for where-used objects | 20070118 | |
| 5 | Instance method | Public | Method | Where-used list as tree | 20070124 |
Events
Class CL_FDT_WD_WHERE_USED_MODEL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_OTHER_CLIENT | Public | See coding | 20080128 | BEGIN OF s_other_client,
client TYPE mandt,
usages TYPE i,
END OF s_other_client
|
||
| 2 | T_OTHER_CLIENT | Public | See coding | 20080128 | t_other_client TYPE STANDARD TABLE OF s_other_client
|
Method Signatures
Method DDIC_WHERE_USED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DDIC_TYPE | Call by reference | Type reference (TYPE) | TYPENAME | Name of Dictionary Type | 20070130 |
Method DDIC_WHERE_USED on class CL_FDT_WD_WHERE_USED_MODEL has no exception.
Method FILL_MT_GDT_DDIC_OBJ_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITS_OBJECT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | 20070130 |
Method FILL_MT_GDT_DDIC_OBJ_LIST on class CL_FDT_WD_WHERE_USED_MODEL has no exception.
Method GDT_WHERE_USED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_GDT_PATH | Call by reference | Type reference (TYPE) | STRING | 20070130 |
Method GDT_WHERE_USED on class CL_FDT_WD_WHERE_USED_MODEL has no exception.
Method SIMPLE_WHERE_USED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | ID of object | 20070118 | |||
| 2 | IV_INCL_MEMORY | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070118 | ||
| 3 | IV_ONLY_REUSABLE_OBJECTS | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | True: only reusable objects | 20090812 |
Method SIMPLE_WHERE_USED on class CL_FDT_WD_WHERE_USED_MODEL has no exception.
Method TREE_WHERE_USED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | FDT: Universal Unique Identifier | 20070124 | |||
| 2 | IV_INCL_MEMORY | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070131 |
Method TREE_WHERE_USED on class CL_FDT_WD_WHERE_USED_MODEL has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |