SAP ABAP Class CL_SQF_DDIC_STRUCTURE_CONVERT (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_SQF_DDIC_STRUCTURE_CONVERT  
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 20081017   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_DD_STRUCTURE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_PAK_INTF_ANALYSIS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SQF_DDIC_STRUCTURE_CONVERT has no interface implemented.
Friends
Class CL_SQF_DDIC_STRUCTURE_CONVERT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_ICONS Instance attribute Private See coding 20081017
2 RESULT Instance attribute Private Object reference (TYPE REF TO) CL_SQF_RESULT_TREE Tree format for results 20081017
Methods
# Method Level Visibility Method type Description Created on
1 ADD_FIELD Instance method Private Method Add a table field 20081017
2 ADD_STRUCTURE Instance method Private Method Add a structure 20081017
3 ADD_TABLE Instance method Private Method Add a table 20081017
4 ADD_TTYP Instance method Private Method Add a table type 20081017
5 ADD_VIEW Instance method Private Method Add a table 20081017
6 BUILD_TREE Instance method Public Method Build Tree from a an instance of cl_dd_structure 20081017
7 CREATE_ICONS Instance method Private Method 20081017
8 GET_FIELD_ICON Instance method Private Method Node type -> Icon 20081017
9 GET_STATE_TEXT Instance method Private Method Active / Inactive / New 20081017
10 GET_SWITCHPOS_TEXT Instance method Private Method On/Off 20081017
11 GET_TABLE_ICON Instance method Private Method Get icon for a table / structure 20081017
12 GET_VIEW_ICON Instance method Private Method Get icon for a table / structure 20081017
Events
Class CL_SQF_DDIC_STRUCTURE_CONVERT has no event.
Types
Class CL_SQF_DDIC_STRUCTURE_CONVERT has no local type.
Method Signatures

Method ADD_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FIELD Call by reference Type reference (TYPE) DD03P Field 20081017
2 Importing IM_PARENT_KEY Call by reference Type reference (TYPE) I ALV Tree Control: Node Key 20081017
3 Importing IM_PREFIX Call by reference Type reference (TYPE) STRING 20081017
4 Importing IM_SUFFIX Call by reference Type reference (TYPE) STRING 20081017
# Exception Resumable Description Created on
1 CX_SQF_QUERY_ERROR Query errors 20081017

Method ADD_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PARENT_KEY Call by reference Type reference (TYPE) I ALV Tree Control: Node Key 20081017
2 Importing IM_PREFIX Call by reference Type reference (TYPE) STRING 20081017
3 Importing IM_REF_FIELD Call by reference Type reference (TYPE) DD03P Supplied for structures 20081017
4 Importing IM_STRUCTURE Call by reference Object reference (TYPE REF TO) CL_DD_STRUCTURE Table Name 20081017
5 Importing IM_SUFFIX Call by reference Type reference (TYPE) STRING 20081017
6 Returning RE_KEY Value transfer Type reference (TYPE) I ALV Tree Control: Node Key 20081017
# Exception Resumable Description Created on
1 CX_SQF_QUERY_ERROR Query errors 20081027

Method ADD_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PARENT_KEY Call by reference Type reference (TYPE) I ALV Tree Control: Node Key 20081017
2 Importing IM_PREFIX Call by reference Type reference (TYPE) STRING 20081017
3 Importing IM_REF_FIELD Call by reference Type reference (TYPE) DD03P Supplied for structures 20081017
4 Importing IM_SUFFIX Call by reference Type reference (TYPE) STRING 20081017
5 Importing IM_TABLE Call by reference Object reference (TYPE REF TO) CL_DD_STRUCTURE Table Name 20081017
6 Returning RE_KEY Value transfer Type reference (TYPE) I ALV Tree Control: Node Key 20081017
# Exception Resumable Description Created on
1 CX_SQF_QUERY_ERROR Query errors 20081017

Method ADD_TTYP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PARENT_KEY Call by reference Type reference (TYPE) I ALV Tree Control: Node Key 20081017
2 Importing IM_PREFIX Call by reference Type reference (TYPE) STRING 20081017
3 Importing IM_REF_FIELD Call by reference Type reference (TYPE) DD03P Structure 20081017
4 Importing IM_SUFFIX Call by reference Type reference (TYPE) STRING 20081017
5 Importing IM_TTYP Call by reference Object reference (TYPE REF TO) CL_DD_STRUCTURE Table Name 20081017
6 Returning RE_KEY Value transfer Type reference (TYPE) I ALV Tree Control: Node Key 20081017
# Exception Resumable Description Created on
1 CX_SQF_QUERY_ERROR Query errors 20081017

Method ADD_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PARENT_KEY Call by reference Type reference (TYPE) I ALV Tree Control: Node Key 20081017
2 Importing IM_PREFIX Call by reference Type reference (TYPE) STRING 20081017
3 Importing IM_REF_FIELD Call by reference Type reference (TYPE) DD03P Supplied for structures 20081017
4 Importing IM_SUFFIX Call by reference Type reference (TYPE) STRING 20081017
5 Importing IM_VIEW Call by reference Object reference (TYPE REF TO) CL_DD_STRUCTURE Table Name 20081017
6 Returning RE_KEY Value transfer Type reference (TYPE) I ALV Tree Control: Node Key 20081017
# Exception Resumable Description Created on
1 CX_SQF_QUERY_ERROR Query errors 20081017

Method BUILD_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_STRUCTURE Call by reference Object reference (TYPE REF TO) CL_DD_STRUCTURE Table Name 20081017
2 Returning RE_RESULT Value transfer Object reference (TYPE REF TO) CL_SQF_RESULT_TREE Tree format for results 20081017
# Exception Resumable Description Created on
1 CX_SQF_QUERY_ERROR Query errors 20081017

Method CREATE_ICONS Signature

Method CREATE_ICONS on class CL_SQF_DDIC_STRUCTURE_CONVERT has no parameter.
Method CREATE_ICONS on class CL_SQF_DDIC_STRUCTURE_CONVERT has no exception.

Method GET_FIELD_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_INTTYPE Call by reference Type reference (TYPE) INTTYPE Table category 20081017
2 Importing IM_KEYFLAG Call by reference Type reference (TYPE) KEYFLAG Identifies a key field of a table 20081017
3 Returning RE_ICON Value transfer Type reference (TYPE) I Tree Control: Icon / Image 20081017

Method GET_FIELD_ICON on class CL_SQF_DDIC_STRUCTURE_CONVERT has no exception.

Method GET_STATE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TABLE Call by reference Object reference (TYPE REF TO) CL_DD_STRUCTURE Activation Status of a Repository Object 20081017
2 Returning RE_STATE Value transfer Type reference (TYPE) STRING 20081017

Method GET_STATE_TEXT on class CL_SQF_DDIC_STRUCTURE_CONVERT has no exception.

Method GET_SWITCHPOS_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_POS Call by reference Type reference (TYPE) SFW_SWITCHPOS Switch Position 20081017
2 Returning RE_TEXT Value transfer Type reference (TYPE) STRING 20081017

Method GET_SWITCHPOS_TEXT on class CL_SQF_DDIC_STRUCTURE_CONVERT has no exception.

Method GET_TABLE_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ICON Call by reference Type reference (TYPE) I Tree Control: Icon / Image 20081017
2 Exporting EX_TYPE Call by reference Type reference (TYPE) STRING 20081017
3 Importing IM_GOTSTATE Call by reference Type reference (TYPE) DDGOTSTATE Activation Status of a Repository Object 20081017
4 Importing IM_TABCLASS Call by reference Type reference (TYPE) TABCLASS Table category 20081017

Method GET_TABLE_ICON on class CL_SQF_DDIC_STRUCTURE_CONVERT has no exception.

Method GET_VIEW_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ICON Call by reference Type reference (TYPE) I Tree Control: Icon / Image 20081017
2 Exporting EX_TYPE Call by reference Type reference (TYPE) STRING 20081017
3 Importing IM_GOTSTATE Call by reference Type reference (TYPE) DDGOTSTATE Activation Status of a Repository Object 20081017
4 Importing IM_VIEWCLASS Call by reference Type reference (TYPE) VIEWCLASS Table category 20081017

Method GET_VIEW_ICON on class CL_SQF_DDIC_STRUCTURE_CONVERT has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 720