SAP ABAP Class CL_UA_LAYOUT_MAINTAIN_DIALOG (Popup for Column Selection)
Hierarchy
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
   FIN-BA (Application Component) Business Analytics
     UA_ASSIGNMENT_TREE (Package) Default and Abstract Implementations on the Assignment Tree
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_UA_LAYOUT_DIALOG Super Class of Layout Dialogs 20020702
Properties
Class CL_UA_LAYOUT_MAINTAIN_DIALOG  
Short Description Popup for Column Selection    
Super Class CL_UA_LAYOUT_DIALOG Super Class of Layout Dialogs 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class UAMO    
Program status     
Category 0   
Package UA_ASSIGNMENT_TREE   Default and Abstract Implementations on the Assignment Tree 
Created 20020702   SAP 
Last change 20041006   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_UA_LAYOUT_MAINTAIN_DIALOG has no forward declaration.
Interfaces
Class CL_UA_LAYOUT_MAINTAIN_DIALOG has no interface implemented.
Friends
Class CL_UA_LAYOUT_MAINTAIN_DIALOG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CD_CONTAINER_LEFT Constant Private Type reference (TYPE) CHAR14 'D1000-ALV_LEFT' Character field of 9 digits 20020703
2 CD_CONTAINER_RIGHT Constant Private Type reference (TYPE) CHAR15 'D1000-ALV_RIGHT' Character Field, 8 Characters Long 20020703
3 CD_DYNNR Constant Private Type reference (TYPE) SYDYNNR 1000 ABAP Program: Number of Current Screen 20020703
4 CD_STATUS_1000 Constant Public Type reference (TYPE) GUI_STATUS '1000' Menu Painter: Status code 20030417
5 CD_STATUS_1100 Constant Public Type reference (TYPE) GUI_STATUS '1100' Menu Painter: Status code 20030417
6 CD_STATUS_1200 Constant Public Type reference (TYPE) GUI_STATUS '1200' Menu Painter: Status code 20030515
7 MO_ALV_DOUBLE Instance attribute Private Object reference (TYPE REF TO) CL_ALV_DD_DOUBLE_LISTBOX Management Class for two D&D List Boxes 20020702
8 MO_CONTAINER_LEFT Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20020703
9 MO_CONTAINER_RIGHT Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20020703
10 MO_GRID_LEFT Instance attribute Private Object reference (TYPE REF TO) CL_ALV_DD_LISTBOX D&D List Box 20020702
11 MO_GRID_RIGHT Instance attribute Private Object reference (TYPE REF TO) CL_ALV_DD_LISTBOX D&D List Box 20020702
12 MT_LEFT Instance attribute Private Type reference (TYPE) UAB_T_OBJS Object Table for Double ALV Simple Call 20020702
13 MT_LEFT_SAVE Instance attribute Private Type reference (TYPE) UAB_T_OBJS Object Table for Double ALV Simple Call 20020704
14 MT_RIGHT Instance attribute Private Type reference (TYPE) UAB_T_OBJS Object Table for Double ALV Simple Call 20020702
15 MT_RIGHT_SAVE Instance attribute Private Type reference (TYPE) UAB_T_OBJS Object Table for Double ALV Simple Call 20020704
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20020702
2 GET_TABLES Instance method Public Method 20020704
3 NO_OF_VISIBLE_COLUMNS Instance method Private Method 20030313
4 ON_CONTEXT_MENU_REQUEST Instance method Public Event handling method 20030423
5 ON_DATA_CHANGED Instance method Public Event handling method 20030422
6 ON_DATA_CHANGED_FINISHED Instance method Public Event handling method 20030417
7 ON_USER_COMMAND Instance method Public Event handling method 20030422
8 RESET Instance method Private Method 20020704
9 SET_TABLES Instance method Public Method 20020704
Events
Class CL_UA_LAYOUT_MAINTAIN_DIALOG has no event.
Types
Class CL_UA_LAYOUT_MAINTAIN_DIALOG has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_STATUS Value transfer Type reference (TYPE) GUI_STATUS Menu Painter: Statuscode 20030417
2 Importing ID_TITLE Value transfer Type reference (TYPE) GUI_TITLE Menu Painter: Titelcode 20030417
3 Importing ID_VIEWID Value transfer Type reference (TYPE) CHAR10 Characterfeld der Länge 10 20020706
4 Importing IO_MANAGER Call by reference Object reference (TYPE REF TO) CL_UA_LAYOUT_MANAGER Layout Manager 20020706
5 Importing IT_LEFT Call by reference Type reference (TYPE) UAB_T_OBJS Objekttabelle für Double ALV Einfachstaufruf 20020703
6 Importing IT_RIGHT Call by reference Type reference (TYPE) UAB_T_OBJS Objekttabelle für Double ALV Einfachstaufruf 20020703

Method CONSTRUCTOR on class CL_UA_LAYOUT_MAINTAIN_DIALOG has no exception.

Method GET_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LEFT Call by reference Type reference (TYPE) UAB_T_OBJS Objekttabelle für Double ALV Einfachstaufruf 20020704
2 Exporting ET_RIGHT Call by reference Type reference (TYPE) UAB_T_OBJS Objekttabelle für Double ALV Einfachstaufruf 20020704

Method GET_TABLES on class CL_UA_LAYOUT_MAINTAIN_DIALOG has no exception.

Method NO_OF_VISIBLE_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_NUMBER Value transfer Type reference (TYPE) I 20030313

Method NO_OF_VISIBLE_COLUMNS on class CL_UA_LAYOUT_MAINTAIN_DIALOG has no exception.

Method ON_CONTEXT_MENU_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_OBJECT Call by reference Attribute reference (LIKE) 20030423

Method ON_CONTEXT_MENU_REQUEST on class CL_UA_LAYOUT_MAINTAIN_DIALOG has no exception.

Method ON_DATA_CHANGED Signature

Method ON_DATA_CHANGED on class CL_UA_LAYOUT_MAINTAIN_DIALOG has no parameter.
Method ON_DATA_CHANGED on class CL_UA_LAYOUT_MAINTAIN_DIALOG has no exception.

Method ON_DATA_CHANGED_FINISHED Signature

Method ON_DATA_CHANGED_FINISHED on class CL_UA_LAYOUT_MAINTAIN_DIALOG has no parameter.
Method ON_DATA_CHANGED_FINISHED on class CL_UA_LAYOUT_MAINTAIN_DIALOG has no exception.

Method ON_USER_COMMAND Signature

Method ON_USER_COMMAND on class CL_UA_LAYOUT_MAINTAIN_DIALOG has no parameter.
Method ON_USER_COMMAND on class CL_UA_LAYOUT_MAINTAIN_DIALOG has no exception.

Method RESET Signature

Method RESET on class CL_UA_LAYOUT_MAINTAIN_DIALOG has no parameter.
Method RESET on class CL_UA_LAYOUT_MAINTAIN_DIALOG has no exception.

Method SET_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_LEFT Call by reference Type reference (TYPE) UAB_T_OBJS Objekttabelle für Double ALV Einfachstaufruf 20020704
2 Importing IT_RIGHT Call by reference Type reference (TYPE) UAB_T_OBJS Objekttabelle für Double ALV Einfachstaufruf 20020704

Method SET_TABLES on class CL_UA_LAYOUT_MAINTAIN_DIALOG has no exception.
History
Last changed by/on SAP  20041006 
SAP Release Created in 320