SAP CL_GUI_ECATT_GET_TABLE_FROM_PA OO Class - Hierarchical Display of Table Structures of Parameters









CL_GUI_ECATT_GET_TABLE_FROM_PA 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_GUI_ECATT_GET_TABLE_FROM_PA including details of:

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



Method list of CL_GUI_ECATT_GET_TABLE_FROM_PA 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
ADD_FIELDINFOPrivate
CALL METHOD cl_gui_ecatt_get_table_from_pa=>ADD_FIELDINFO...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cl_gui_ecatt_get_table_from_pa=>CONSTRUCTOR...more details

CONTAINS_ANY_TABLEPrivate
CALL METHOD cl_gui_ecatt_get_table_from_pa=>CONTAINS_ANY_TABLE...more details

EXPAND_ALL_CHILDRENRestore and Expand All ChildrenPrivate
CALL METHOD cl_gui_ecatt_get_table_from_pa=>EXPAND_ALL_CHILDREN...more details

HANDLE_DOUBLE_CLICKDouble Click Handle NodePrivate
CALL METHOD cl_gui_ecatt_get_table_from_pa=>HANDLE_DOUBLE_CLICK...more details

HANDLE_EXPAND_NO_CHILDRENPrivate
CALL METHOD cl_gui_ecatt_get_table_from_pa=>HANDLE_EXPAND_NO_CHILDREN...more details

INIT_DISPLAYPrivate
CALL METHOD cl_gui_ecatt_get_table_from_pa=>INIT_DISPLAY...more details

UI_COLLAPSE_NODEClose NodePublic
CALL METHOD cl_gui_ecatt_get_table_from_pa=>UI_COLLAPSE_NODE...more details

UI_CONFIRMAdoptPublic
CALL METHOD cl_gui_ecatt_get_table_from_pa=>UI_CONFIRM...more details

UI_EXPAND_NODEExpand NodePublic
CALL METHOD cl_gui_ecatt_get_table_from_pa=>UI_EXPAND_NODE...more details

UI_PRINT_TREEPrints the TreePublic
CALL METHOD cl_gui_ecatt_get_table_from_pa=>UI_PRINT_TREE...more details

_ADD_FIELDINFO_OLDPrivate
CALL METHOD cl_gui_ecatt_get_table_from_pa=>_ADD_FIELDINFO_OLD...more details



CL_GUI_ECATT_GET_TABLE_FROM_PA 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
CC_TABLE_TREEInstance AttributeContainer for customer controls in the dynpro areaLIKE
CL_GUI_CUSTOM_CONTAINER
Private
C_LEN_STRUCTUREConstantNatural Number30LIKE
INT4
Private
C_LEN_TEXTConstantNatural Number30LIKE
INT4
Private
C_LEN_TYPEConstantNatural Number05LIKE
INT4
Private
C_POS_DESCConstantTree Control: Column Name / Item Name3LIKE
TV_ITMNAME
Private
C_POS_ICONConstantTree Control: Column Name / Item Name1LIKE
TV_ITMNAME
Private
C_POS_LENGTHConstantNatural Number60LIKE
INT4
Private
C_POS_STRUCTUREConstantTree Control: Column Name / Item Name91LIKE
TV_ITMNAME
Private
C_POS_TEXTConstantTree Control: Column Name / Item Name2LIKE
TV_ITMNAME
Private
C_POS_TYPEConstantTree Control: Column Name / Item Name92LIKE
TV_ITMNAME
Private
GT_PARAMSInstance AttributeTable for Exchanging Parameters: GUI - APLLIKE
ETPAR_GUI_TABTYPE
Private
P_PARAM_TYPEInstance AttributeLIKE
Private
P_SCRIPTInstance AttributeeCATT - ScriptLIKE
CL_APL_ECATT_SCRIPT
Protected
P_TREEInstance AttributeList Tree Control with Data Management at the BackendLIKE
CL_LIST_TREE_MODEL
Private


Links to Related Class(s)

CL_GUI_E...
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!