SAP CL_ABAP_CC_ATL_UI_DYN OO Class - ATL Template Maintenance: UI Dynpro Model









CL_ABAP_CC_ATL_UI_DYN is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_ABAP_CC_ATL_UI_DYN including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_ABAP_CC_ATL_UI_DYN is CL_ABAP_CC_ATL_UI

Method list of CL_ABAP_CC_ATL_UI_DYN SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ANALYZE_TYPEAnalyze the parameter data typePrivate
CALL METHOD cl_abap_cc_atl_ui_dyn=>ANALYZE_TYPE...more details

CLEAR_PARAMETERSClear the Parameters ALVPrivate
CALL METHOD cl_abap_cc_atl_ui_dyn=>CLEAR_PARAMETERS...more details

CLEAR_TEST_RESULTSClear the Test Output and Error ControlsPrivate
CALL METHOD cl_abap_cc_atl_ui_dyn=>CLEAR_TEST_RESULTS...more details

CREATE_CONTROLSCreate Screen ControlsPrivate
CALL METHOD cl_abap_cc_atl_ui_dyn=>CREATE_CONTROLS...more details

EXECUTE_SAVESave Button (Menu Option) was PressedPrivate
CALL METHOD cl_abap_cc_atl_ui_dyn=>EXECUTE_SAVE...more details

EXECUTE_TESTTest Button (Menu Option) was PressedPrivate
CALL METHOD cl_abap_cc_atl_ui_dyn=>EXECUTE_TEST...more details

FILL_LIST_BOXESFill Screen List BoxesPrivate
CALL METHOD cl_abap_cc_atl_ui_dyn=>FILL_LIST_BOXES...more details

FREE_CONTROLSFree Screen ControlsPublic
CALL METHOD cl_abap_cc_atl_ui_dyn=>FREE_CONTROLS...more details

GET_TYPE_REQUESTGet a Workbench Request Object for the selected typePrivate
CALL METHOD cl_abap_cc_atl_ui_dyn=>GET_TYPE_REQUEST...more details

HANDLE_EVT_CTX_MENU_REQContext Menu RequestedPrivate
CALL METHOD cl_abap_cc_atl_ui_dyn=>HANDLE_EVT_CTX_MENU_REQ...more details

HANDLE_NAVIGATION_REQUESTUser Action: NavigationPrivate
CALL METHOD cl_abap_cc_atl_ui_dyn=>HANDLE_NAVIGATION_REQUEST...more details

NEW_CLASS_SELECTIONNew Class was selected from DDLBPrivate
CALL METHOD cl_abap_cc_atl_ui_dyn=>NEW_CLASS_SELECTION...more details

NEW_METHOD_SELECTIONNew Method was selected from DDLBPrivate
CALL METHOD cl_abap_cc_atl_ui_dyn=>NEW_METHOD_SELECTION...more details

NEW_OVERRIDE_STATENew Override Checkbox State was setPrivate
CALL METHOD cl_abap_cc_atl_ui_dyn=>NEW_OVERRIDE_STATE...more details

PAIProcess After InputPublic
CALL METHOD cl_abap_cc_atl_ui_dyn=>PAI...more details

PBOProcess Before OutputPublic
CALL METHOD cl_abap_cc_atl_ui_dyn=>PBO...more details

POPULATE_PARAMETERSPopulate the Parameters ALVPrivate
CALL METHOD cl_abap_cc_atl_ui_dyn=>POPULATE_PARAMETERS...more details



CL_ABAP_CC_ATL_UI_DYN attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
ALVInstance AttributeALV List ViewerLIKE
CL_GUI_ALV_GRID
Private
BOTTOM_DOCKInstance AttributeDocking Control ContainerLIKE
CL_GUI_DOCKING_CONTAINER
Private
BOTTOM_SPLITTERInstance AttributeReduced Version of Splitter Container ControlLIKE
CL_GUI_EASY_SPLITTER_CONTAINER
Private
CUSTOM_CONTAINERInstance AttributeContainer for Custom Controls in the Screen AreaLIKE
CL_GUI_CUSTOM_CONTAINER
Private
EDITORInstance AttributeABAP Edit ControlLIKE
CL_GUI_ABAPEDIT
Private
EDITOR_SOURCEInstance AttributeABAP SourceLIKE
RSWSOURCET
Private
ERROR_STRINGInstance AttributeError messages from a Template ParseLIKE
STRING
Private
ERROR_VIEWInstance AttributeSAP TextEdit ControlLIKE
CL_GUI_TEXTEDIT
Private
OUTPUT_EDITORInstance AttributeABAP Edit ControlLIKE
CL_GUI_ABAPEDIT
Private
OUTPUT_SOURCEInstance AttributeABAP SourceLIKE
RSWSOURCET
Private
PARAMETERSInstance AttributeALV Output Table - Method ParametersLIKE
ALV_PARAMS
Private
TOP_SPLITTERInstance AttributeReduced Version of Splitter Container ControlLIKE
CL_GUI_EASY_SPLITTER_CONTAINER
Private
VRM_CLASSInstance AttributeDDLB Value List for ClassesLIKE
VRM_VALUES
Private
VRM_METHODInstance AttributeDDLB Value List for MethodsLIKE
VRM_VALUES
Private




CL_ABAP_CC_ATL_UI_DYN types

ALV_PARAM -
ALV_PARAMS -

Links to Related Class(s)

CL_ABAP_...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!