SAP ABAP Class CL_DD_STRUCTURE_BROWSER (Structure Browser)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-DIC-ED (Application Component) Dictionary Maintenance
⤷
SEDD_ANALYSIS (Package) Analysis Program
⤷
⤷
Properties
| Class | CL_DD_STRUCTURE_BROWSER | |
| Short Description | Structure Browser | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SEDD_ANALYSIS | Analysis Program |
| Created | 20070612 | SAP |
| Last change | 20090618 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_DD_STRUCTURE_BROWSER has no interface implemented.
Friends
Class CL_DD_STRUCTURE_BROWSER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_TREE | Tree | 20070612 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_TOOLBAR | Toolbar | 20070612 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Container | 20070612 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | TY_KEY_INDEX | Index | 20070612 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | DDIC_STRUCTURE_BROWSER_LINES | Detais | 20070612 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WB_MANAGER | Manager | 20070612 |
Methods
Events
Class CL_DD_STRUCTURE_BROWSER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_INDEX_ENTRY | Private | See coding | 20070612 | begin of ty_index_entry,
key type lvc_nkey,
tabname type tabname,
ttypname type typename,
viewname type viewname,
fieldname type fieldname,
end of ty_index_entry
|
||
| 2 | TY_KEY_INDEX | Private | See coding | 20070612 | ty_key_index type hashed table of ty_index_entry with unique key key
|
Method Signatures
Method ADD_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_FIELD | Call by reference | Type reference (TYPE) | DD03P | Field | 20070613 | |||
| 2 | IM_PARENT_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | ALV Tree Control: Node Key | 20070613 | |||
| 3 | IM_PREFIX | Call by reference | Type reference (TYPE) | STRING | 20080118 | ||||
| 4 | IM_SUFFIX | Call by reference | Type reference (TYPE) | STRING | 20080118 |
Method ADD_FIELD on class CL_DD_STRUCTURE_BROWSER has no exception.
Method ADD_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_PARENT_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | ALV Tree Control: Node Key | 20080122 | |||
| 2 | IM_PREFIX | Call by reference | Type reference (TYPE) | STRING | 20080122 | ||||
| 3 | IM_REF_FIELD | Call by reference | Type reference (TYPE) | DD03P | Supplied for structures | 20080122 | |||
| 4 | IM_STRUCTURE | Call by reference | Object reference (TYPE REF TO) | CL_DD_STRUCTURE | Table Name | 20080122 | |||
| 5 | IM_SUFFIX | Call by reference | Type reference (TYPE) | STRING | 20080122 | ||||
| 6 | RE_KEY | Value transfer | Type reference (TYPE) | LVC_NKEY | ALV Tree Control: Node Key | 20080122 |
Method ADD_STRUCTURE on class CL_DD_STRUCTURE_BROWSER has no exception.
Method ADD_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_PARENT_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | ALV Tree Control: Node Key | 20070612 | |||
| 2 | IM_PREFIX | Call by reference | Type reference (TYPE) | STRING | 20080121 | ||||
| 3 | IM_REF_FIELD | Call by reference | Type reference (TYPE) | DD03P | Supplied for structures | 20080121 | |||
| 4 | IM_SUFFIX | Call by reference | Type reference (TYPE) | STRING | 20080121 | ||||
| 5 | IM_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_DD_STRUCTURE | Table Name | 20070612 | |||
| 6 | RE_KEY | Value transfer | Type reference (TYPE) | LVC_NKEY | ALV Tree Control: Node Key | 20070615 |
Method ADD_TABLE on class CL_DD_STRUCTURE_BROWSER has no exception.
Method ADD_TTYP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_PARENT_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | ALV Tree Control: Node Key | 20080121 | |||
| 2 | IM_PREFIX | Call by reference | Type reference (TYPE) | STRING | 20080121 | ||||
| 3 | IM_REF_FIELD | Call by reference | Type reference (TYPE) | DD03P | Structure | 20080121 | |||
| 4 | IM_SUFFIX | Call by reference | Type reference (TYPE) | STRING | 20080121 | ||||
| 5 | IM_TTYP | Call by reference | Object reference (TYPE REF TO) | CL_DD_STRUCTURE | Table Name | 20080121 | |||
| 6 | RE_KEY | Value transfer | Type reference (TYPE) | LVC_NKEY | ALV Tree Control: Node Key | 20080121 |
Method ADD_TTYP on class CL_DD_STRUCTURE_BROWSER has no exception.
Method ADD_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_PARENT_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | ALV Tree Control: Node Key | 20080704 | |||
| 2 | IM_PREFIX | Call by reference | Type reference (TYPE) | STRING | 20080704 | ||||
| 3 | IM_REF_FIELD | Call by reference | Type reference (TYPE) | DD03P | Supplied for structures | 20080704 | |||
| 4 | IM_SUFFIX | Call by reference | Type reference (TYPE) | STRING | 20080704 | ||||
| 5 | IM_VIEW | Call by reference | Object reference (TYPE REF TO) | CL_DD_STRUCTURE | Table Name | 20080704 | |||
| 6 | RE_KEY | Value transfer | Type reference (TYPE) | LVC_NKEY | ALV Tree Control: Node Key | 20080704 |
Method ADD_VIEW on class CL_DD_STRUCTURE_BROWSER has no exception.
Method BUILD_TREE_FROM_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_STRUCTURE | Call by reference | Object reference (TYPE REF TO) | CL_DD_STRUCTURE | Table Name | 20080118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | GUI Package-Builder exceptions | 20080118 |
Method BUILD_TREE_FROM_TABNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_SUPPRESS_AUTHORITY_CHECKS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20080128 | |||
| 2 | IM_TABLE | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20080121 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | GUI Package-Builder exceptions | 20080121 | ||
| 2 | User doesn't have sufficient authorizations | 20080128 |
Method BUILD_TREE_FROM_TTYPNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_SUPPRESS_AUTHORITY_CHECKS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20080128 | |||
| 2 | IM_TTYP | Call by reference | Type reference (TYPE) | TTYPENAME | Name | 20080121 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | GUI Package-Builder exceptions | 20080121 | ||
| 2 | User doesn't have sufficient authorizations | 20080128 |
Method CHANGE_ALVTREE_TOOLBAR Signature
Method CHANGE_ALVTREE_TOOLBAR on class CL_DD_STRUCTURE_BROWSER has no parameter.
Method CHANGE_ALVTREE_TOOLBAR on class CL_DD_STRUCTURE_BROWSER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20070612 | |||
| 2 | IM_WB_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_WB_MANAGER | Interface for Workbench Manager | 20070612 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | GUI Package-Builder exceptions | 20070612 |
Method EXCLUDE_TB_FUNCTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PT_EXCLUDE | Call by reference | Type reference (TYPE) | UI_FUNCTIONS | 20070612 |
Method EXCLUDE_TB_FUNCTIONS on class CL_DD_STRUCTURE_BROWSER has no exception.
Method FREE Signature
Method FREE on class CL_DD_STRUCTURE_BROWSER has no parameter.
Method FREE on class CL_DD_STRUCTURE_BROWSER has no exception.
Method GET_FIELD_ICON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_INTTYPE | Call by reference | Type reference (TYPE) | INTTYPE | Table category | 20070615 | |||
| 2 | IM_KEYFLAG | Call by reference | Type reference (TYPE) | KEYFLAG | Identifies a key field of a table | 20070615 | |||
| 3 | RE_ICON | Value transfer | Type reference (TYPE) | TV_IMAGE | Tree Control: Icon / Image | 20070615 |
Method GET_FIELD_ICON on class CL_DD_STRUCTURE_BROWSER has no exception.
Method GET_STATE_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_DD_STRUCTURE | Activation Status of a Repository Object | 20080121 | |||
| 2 | RE_STATE | Value transfer | Type reference (TYPE) | STRING | 20070612 |
Method GET_STATE_TEXT on class CL_DD_STRUCTURE_BROWSER has no exception.
Method GET_SWITCHPOS_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_POS | Call by reference | Type reference (TYPE) | SFW_SWITCHPOS | Switch Position | 20080121 | |||
| 2 | RE_TEXT | Value transfer | Type reference (TYPE) | STRING | 20080121 |
Method GET_SWITCHPOS_TEXT on class CL_DD_STRUCTURE_BROWSER has no exception.
Method GET_TABLE_ICON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_ICON | Call by reference | Type reference (TYPE) | TV_IMAGE | Tree Control: Icon / Image | 20080121 | |||
| 2 | EX_TYPE | Call by reference | Type reference (TYPE) | STRING | 20080121 | ||||
| 3 | IM_GOTSTATE | Call by reference | Type reference (TYPE) | DDGOTSTATE | Activation Status of a Repository Object | 20080121 | |||
| 4 | IM_TABCLASS | Call by reference | Type reference (TYPE) | TABCLASS | Table category | 20080121 |
Method GET_TABLE_ICON on class CL_DD_STRUCTURE_BROWSER has no exception.
Method GET_TTYP_ICON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_ICON | Value transfer | Type reference (TYPE) | TV_IMAGE | Tree Control: Icon / Image | 20080121 |
Method GET_TTYP_ICON on class CL_DD_STRUCTURE_BROWSER has no exception.
Method GET_VIEW_ICON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_ICON | Call by reference | Type reference (TYPE) | TV_IMAGE | Tree Control: Icon / Image | 20080704 | |||
| 2 | EX_TYPE | Call by reference | Type reference (TYPE) | STRING | 20080704 | ||||
| 3 | IM_GOTSTATE | Call by reference | Type reference (TYPE) | DDGOTSTATE | Activation Status of a Repository Object | 20080704 | |||
| 4 | IM_VIEWCLASS | Call by reference | Type reference (TYPE) | VIEWCLASS | Table category | 20080704 |
Method GET_VIEW_ICON on class CL_DD_STRUCTURE_BROWSER has no exception.
Method HANDLE_NODE_DOUBLE_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20070612 |
Method HANDLE_NODE_DOUBLE_CLICK on class CL_DD_STRUCTURE_BROWSER has no exception.
Method HIER_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_HIERARCHY_HEADER | Call by reference | Type reference (TYPE) | TREEV_HHDR | 20070612 |
Method HIER_HEADER on class CL_DD_STRUCTURE_BROWSER has no exception.
Method REGISTER_ALVTREE_EVENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACTIVATION | Call by reference | Type reference (TYPE) | CHAR1 | 'X' | 20070612 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20070612 |
Method SETUP_FIELDLIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_FIELDLIST | Call by reference | Type reference (TYPE) | LVC_T_FCAT | Field catalog for ListViewer control | 20070612 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20070612 |
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 710 |