SAP ABAP Class CL_ABAP_CC_ATL_UI_DYN (ATL Template Maintenance: UI Dynpro Model)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     S_CODE_COMPLETION_ATL (Package) ABAP Code Completion - ABAP Template Language Processing
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ABAP_CC_ATL_UI ABAP Code Completion: ATL Template Maintenance UI Layer 20060614
Properties
Class CL_ABAP_CC_ATL_UI_DYN  
Short Description ATL Template Maintenance: UI Dynpro Model    
Super Class CL_ABAP_CC_ATL_UI ABAP Code Completion: ATL Template Maintenance UI Layer 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_CODE_COMPLETION_ATL   ABAP Code Completion - ABAP Template Language Processing 
Created 20060614   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SEOD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 SEOK Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SEOU Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 SWBM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 VRM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ABAP_CC_ATL_UI_DYN has no interface implemented.
Friends
Class CL_ABAP_CC_ATL_UI_DYN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ALV Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20060614
2 BOTTOM_DOCK Instance attribute Private Object reference (TYPE REF TO) CL_GUI_DOCKING_CONTAINER Docking Control Container 20060615
3 BOTTOM_SPLITTER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_EASY_SPLITTER_CONTAINER Reduced Version of Splitter Container Control 20060615
4 CUSTOM_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20060615
5 EDITOR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ABAPEDIT ABAP Edit Control 20060615
6 EDITOR_SOURCE Instance attribute Private Type reference (TYPE) RSWSOURCET ABAP Source 20060615
7 ERROR_STRING Instance attribute Private Type reference (TYPE) STRING Error messages from a Template Parse 20060615
8 ERROR_VIEW Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TEXTEDIT SAP TextEdit Control 20060615
9 OUTPUT_EDITOR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ABAPEDIT ABAP Edit Control 20060615
10 OUTPUT_SOURCE Instance attribute Private Type reference (TYPE) RSWSOURCET ABAP Source 20060615
11 PARAMETERS Instance attribute Private Type reference (TYPE) ALV_PARAMS ALV Output Table - Method Parameters 20060615
12 TOP_SPLITTER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_EASY_SPLITTER_CONTAINER Reduced Version of Splitter Container Control 20060615
13 VRM_CLASS Instance attribute Private Type reference (TYPE) VRM_VALUES DDLB Value List for Classes 20060614
14 VRM_METHOD Instance attribute Private Type reference (TYPE) VRM_VALUES DDLB Value List for Methods 20060614
Methods
# Method Level Visibility Method type Description Created on
1 ANALYZE_TYPE Instance method Private Method Analyze the parameter data type 20060616
2 CLEAR_PARAMETERS Instance method Private Method Clear the Parameters ALV 20060615
3 CLEAR_TEST_RESULTS Instance method Private Method Clear the Test Output and Error Controls 20060615
4 CREATE_CONTROLS Instance method Private Method Create Screen Controls 20060615
5 EXECUTE_SAVE Instance method Private Method Save Button (Menu Option) was Pressed 20060615
6 EXECUTE_TEST Instance method Private Method Test Button (Menu Option) was Pressed 20060615
7 FILL_LIST_BOXES Instance method Private Method Fill Screen List Boxes 20060614
8 FREE_CONTROLS Instance method Public Method Free Screen Controls 20060615
9 GET_TYPE_REQUEST Instance method Private Method Get a Workbench Request Object for the selected type 20060616
10 HANDLE_EVT_CTX_MENU_REQ Instance method Private Event handling method Context Menu Requested 20060616
11 HANDLE_NAVIGATION_REQUEST Instance method Private Event handling method User Action: Navigation 20060616
12 NEW_CLASS_SELECTION Instance method Private Method New Class was selected from DDLB 20060615
13 NEW_METHOD_SELECTION Instance method Private Method New Method was selected from DDLB 20060615
14 NEW_OVERRIDE_STATE Instance method Private Method New Override Checkbox State was set 20060615
15 PAI Instance method Public Method Process After Input 20060614
16 PBO Instance method Public Method Process Before Output 20060614
17 POPULATE_PARAMETERS Instance method Private Method Populate the Parameters ALV 20060615
Events
Class CL_ABAP_CC_ATL_UI_DYN has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 ALV_PARAM Public See coding 20060615 BEGIN OF alv_param. TYPES: parameter TYPE seosconame, descript TYPE seodescr, type TYPE rs38l_typ. TYPES END OF alv_param
2 ALV_PARAMS Public See coding 20060615 alv_params TYPE TABLE OF alv_param
Method Signatures

Method ANALYZE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_PARAMETER Call by reference Type reference (TYPE) SEOPARDIS Parameter data for display in the parameter list 20060616
2 Returning P_TYPESRC Value transfer Type reference (TYPE) SEOD_TYPE_SOURCE 20060616

Method ANALYZE_TYPE on class CL_ABAP_CC_ATL_UI_DYN has no exception.

Method CLEAR_PARAMETERS Signature

Method CLEAR_PARAMETERS on class CL_ABAP_CC_ATL_UI_DYN has no parameter.
Method CLEAR_PARAMETERS on class CL_ABAP_CC_ATL_UI_DYN has no exception.

Method CLEAR_TEST_RESULTS Signature

Method CLEAR_TEST_RESULTS on class CL_ABAP_CC_ATL_UI_DYN has no parameter.
Method CLEAR_TEST_RESULTS on class CL_ABAP_CC_ATL_UI_DYN has no exception.

Method CREATE_CONTROLS Signature

Method CREATE_CONTROLS on class CL_ABAP_CC_ATL_UI_DYN has no parameter.
Method CREATE_CONTROLS on class CL_ABAP_CC_ATL_UI_DYN has no exception.

Method EXECUTE_SAVE Signature

Method EXECUTE_SAVE on class CL_ABAP_CC_ATL_UI_DYN has no parameter.
Method EXECUTE_SAVE on class CL_ABAP_CC_ATL_UI_DYN has no exception.

Method EXECUTE_TEST Signature

Method EXECUTE_TEST on class CL_ABAP_CC_ATL_UI_DYN has no parameter.
Method EXECUTE_TEST on class CL_ABAP_CC_ATL_UI_DYN has no exception.

Method FILL_LIST_BOXES Signature

Method FILL_LIST_BOXES on class CL_ABAP_CC_ATL_UI_DYN has no parameter.
Method FILL_LIST_BOXES on class CL_ABAP_CC_ATL_UI_DYN has no exception.

Method FREE_CONTROLS Signature

Method FREE_CONTROLS on class CL_ABAP_CC_ATL_UI_DYN has no parameter.
Method FREE_CONTROLS on class CL_ABAP_CC_ATL_UI_DYN has no exception.

Method GET_TYPE_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_REQUEST Value transfer Object reference (TYPE REF TO) CL_WB_REQUEST Workbench Manager: Request 20060616
2 Importing P_TYPESRC Call by reference Type reference (TYPE) SEOD_TYPE_SOURCE Parameter Type Information 20060616

Method GET_TYPE_REQUEST on class CL_ABAP_CC_ATL_UI_DYN has no exception.

Method HANDLE_EVT_CTX_MENU_REQ 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) 20060616

Method HANDLE_EVT_CTX_MENU_REQ on class CL_ABAP_CC_ATL_UI_DYN has no exception.

Method HANDLE_NAVIGATION_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20060616
2 Importing E_COLUMN Call by reference Attribute reference (LIKE) 20060616
3 Importing E_ROW Call by reference Attribute reference (LIKE) 20060616

Method HANDLE_NAVIGATION_REQUEST on class CL_ABAP_CC_ATL_UI_DYN has no exception.

Method NEW_CLASS_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLASS Call by reference Type reference (TYPE) STRING 20060615

Method NEW_CLASS_SELECTION on class CL_ABAP_CC_ATL_UI_DYN has no exception.

Method NEW_METHOD_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing METHOD Call by reference Type reference (TYPE) STRING 20060615

Method NEW_METHOD_SELECTION on class CL_ABAP_CC_ATL_UI_DYN has no exception.

Method NEW_OVERRIDE_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OVERRIDE Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20060615

Method NEW_OVERRIDE_STATE on class CL_ABAP_CC_ATL_UI_DYN has no exception.

Method PAI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLASS Call by reference Type reference (TYPE) STRING 20060614
2 Importing METHOD Call by reference Type reference (TYPE) STRING 20060614
3 Importing OK_CODE Call by reference Type reference (TYPE) SYUCOMM Function Code that Triggered PAI 20060614
4 Importing OVERRIDE Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20060615

Method PAI on class CL_ABAP_CC_ATL_UI_DYN has no exception.

Method PBO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting METHOD Call by reference Type reference (TYPE) STRING 20060615
2 Exporting OVERRIDE Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20060615
3 Exporting TEMPLATE Call by reference Type reference (TYPE) STRING 20060615

Method PBO on class CL_ABAP_CC_ATL_UI_DYN has no exception.

Method POPULATE_PARAMETERS Signature

Method POPULATE_PARAMETERS on class CL_ABAP_CC_ATL_UI_DYN has no parameter.
Method POPULATE_PARAMETERS on class CL_ABAP_CC_ATL_UI_DYN has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710