SAP IF_SALV_WD_COMP_TABLE_UI OO Class - View Table - UI Rendering









IF_SALV_WD_COMP_TABLE_UI 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 IF_SALV_WD_COMP_TABLE_UI 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 IF_SALV_WD_COMP_TABLE_UI 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_CHILD_TO_CONTAINERAdd Child to ContainerPublic
CALL METHOD if_salv_wd_comp_table_ui=>ADD_CHILD_TO_CONTAINER...more details

CREATE_CELL_EDITORCreate Cell EditorPublic
CALL METHOD if_salv_wd_comp_table_ui=>CREATE_CELL_EDITOR...more details

CREATE_CELL_VARIANTSCreate Cell VariantsPublic
CALL METHOD if_salv_wd_comp_table_ui=>CREATE_CELL_VARIANTS...more details

CREATE_CRCreate CRPublic
CALL METHOD if_salv_wd_comp_table_ui=>CREATE_CR...more details

CREATE_EDITORCreate EditorPublic
CALL METHOD if_salv_wd_comp_table_ui=>CREATE_EDITOR...more details

CREATE_GROUP_CONTAINERCreate Group ContainerPublic
CALL METHOD if_salv_wd_comp_table_ui=>CREATE_GROUP_CONTAINER...more details

CREATE_SUM_CELL_VARIANTSCreate Sum Cell VariantsPublic
CALL METHOD if_salv_wd_comp_table_ui=>CREATE_SUM_CELL_VARIANTS...more details

CREATE_SUM_EDITORCreate Sum EditorPublic
CALL METHOD if_salv_wd_comp_table_ui=>CREATE_SUM_EDITOR...more details

CREATE_TABLECreate TablePublic
CALL METHOD if_salv_wd_comp_table_ui=>CREATE_TABLE...more details

GET_FIRST_VISIBLE_ROWGet First Visible RowPublic
CALL METHOD if_salv_wd_comp_table_ui=>GET_FIRST_VISIBLE_ROW...more details

GET_FIRST_VISIBLE_SCROLL_COLGet First Visible Scroll ColumnPublic
CALL METHOD if_salv_wd_comp_table_ui=>GET_FIRST_VISIBLE_SCROLL_COL...more details

GET_WD_COLUMNGet WD ColumnPublic
CALL METHOD if_salv_wd_comp_table_ui=>GET_WD_COLUMN...more details

GET_WD_COLUMNS_SELECTED_STATEGet WD Columns SelectedPublic
CALL METHOD if_salv_wd_comp_table_ui=>GET_WD_COLUMNS_SELECTED_STATE...more details

GET_WD_COLUMN_CELL_VARIANTGet WD Column Cell VariantsPublic
CALL METHOD if_salv_wd_comp_table_ui=>GET_WD_COLUMN_CELL_VARIANT...more details

GET_WD_COLUMN_EDITORGet WD Column EditorPublic
CALL METHOD if_salv_wd_comp_table_ui=>GET_WD_COLUMN_EDITOR...more details

GET_WD_TABLE_CELL_EDITORGet WD Table Cell EditorPublic
CALL METHOD if_salv_wd_comp_table_ui=>GET_WD_TABLE_CELL_EDITOR...more details

GET_WD_TABLE_CELL_VALUEGet WD Table Cell ValuePublic
CALL METHOD if_salv_wd_comp_table_ui=>GET_WD_TABLE_CELL_VALUE...more details

SET_FIRST_VISIBLE_ROWSet First Visible RowPublic
CALL METHOD if_salv_wd_comp_table_ui=>SET_FIRST_VISIBLE_ROW...more details

SET_FIRST_VISIBLE_SCROLL_COLSet First Visible Scroll ColumnPublic
CALL METHOD if_salv_wd_comp_table_ui=>SET_FIRST_VISIBLE_SCROLL_COL...more details

SET_FOCUS_ON_VIEW_ELEMENTSet Focus on View ElementPublic
CALL METHOD if_salv_wd_comp_table_ui=>SET_FOCUS_ON_VIEW_ELEMENT...more details

SET_P13N_VIEW_MODIFIEDMarks current personalization View as modifiedPublic
CALL METHOD if_salv_wd_comp_table_ui=>SET_P13N_VIEW_MODIFIED...more details

SET_WD_TABLE_CELL_VALUESet WD Table Cell ValuePublic
CALL METHOD if_salv_wd_comp_table_ui=>SET_WD_TABLE_CELL_VALUE...more details

UPDATEUpdatePublic
CALL METHOD if_salv_wd_comp_table_ui=>UPDATE...more details

UPDATE_COLUMNUpdate ColumnPublic
CALL METHOD if_salv_wd_comp_table_ui=>UPDATE_COLUMN...more details

UPDATE_COLUMNSUpdate ColumnsPublic
CALL METHOD if_salv_wd_comp_table_ui=>UPDATE_COLUMNS...more details

UPDATE_COLUMN_FILTERUpdate Column FilterPublic
CALL METHOD if_salv_wd_comp_table_ui=>UPDATE_COLUMN_FILTER...more details

UPDATE_COLUMN_HEADERUpdate Column HeaderPublic
CALL METHOD if_salv_wd_comp_table_ui=>UPDATE_COLUMN_HEADER...more details

UPDATE_COLUMN_MERGEUpdate Column MergePublic
CALL METHOD if_salv_wd_comp_table_ui=>UPDATE_COLUMN_MERGE...more details

UPDATE_COLUMN_SORTUpdate Column SortPublic
CALL METHOD if_salv_wd_comp_table_ui=>UPDATE_COLUMN_SORT...more details

UPDATE_CRUpdate CRPublic
CALL METHOD if_salv_wd_comp_table_ui=>UPDATE_CR...more details

UPDATE_GRAPHICUpdate GraphicPublic
CALL METHOD if_salv_wd_comp_table_ui=>UPDATE_GRAPHIC...more details

UPDATE_HEADERUpdate HeaderPublic
CALL METHOD if_salv_wd_comp_table_ui=>UPDATE_HEADER...more details

UPDATE_MASTER_COLUMNUpdate Master Column (Hierarchy)Public
CALL METHOD if_salv_wd_comp_table_ui=>UPDATE_MASTER_COLUMN...more details

UPDATE_OFFICEUpdate OfficePublic
CALL METHOD if_salv_wd_comp_table_ui=>UPDATE_OFFICE...more details

UPDATE_TABLEUpdate TablePublic
CALL METHOD if_salv_wd_comp_table_ui=>UPDATE_TABLE...more details

UPDATE_TABLE_DRAG_AND_DROPUpdate Table Drag and DropPublic
CALL METHOD if_salv_wd_comp_table_ui=>UPDATE_TABLE_DRAG_AND_DROP...more details

UPDATE_TABLE_FILTERUpdate Table FilterPublic
CALL METHOD if_salv_wd_comp_table_ui=>UPDATE_TABLE_FILTER...more details

UPDATE_TABLE_SORTUpdate Table SortPublic
CALL METHOD if_salv_wd_comp_table_ui=>UPDATE_TABLE_SORT...more details

UPDATE_TITEM_STD_DISPLAY_ASUpdate Toolbar Item Standard 'DisplayAs'Public
CALL METHOD if_salv_wd_comp_table_ui=>UPDATE_TITEM_STD_DISPLAY_AS...more details

UPDATE_TITEM_STD_FILTERUpdate Toolbar Item Standard 'Filter'Public
CALL METHOD if_salv_wd_comp_table_ui=>UPDATE_TITEM_STD_FILTER...more details

UPDATE_TITEM_STD_UNDOUpdate Toolbar Item Standard 'Undo'Public
CALL METHOD if_salv_wd_comp_table_ui=>UPDATE_TITEM_STD_UNDO...more details

UPDATE_TITEM_STD_VIEW_QCK_SAVEUpdate Toolbar Item Standard 'View Quick Save'Public
CALL METHOD if_salv_wd_comp_table_ui=>UPDATE_TITEM_STD_VIEW_QCK_SAVE...more details

UPDATE_TOOLBARUpdate ToolbarPublic
CALL METHOD if_salv_wd_comp_table_ui=>UPDATE_TOOLBAR...more details

UPDATE_TOOLBAR_ITEMUpdate Toolbar ItemPublic
CALL METHOD if_salv_wd_comp_table_ui=>UPDATE_TOOLBAR_ITEM...more details

UPDATE_TOOLBAR_ITEMSUpdate Toolbar ItemsPublic
CALL METHOD if_salv_wd_comp_table_ui=>UPDATE_TOOLBAR_ITEMS...more details

UPDATE_TOOLBAR_ITEM_STDUpdate Toolbar Item StandardPublic
CALL METHOD if_salv_wd_comp_table_ui=>UPDATE_TOOLBAR_ITEM_STD...more details

UPDATE_TOOLBAR_ITEM_STD_ENBLDUpdate Toolbar Item Standard Enabled PropertyPublic
CALL METHOD if_salv_wd_comp_table_ui=>UPDATE_TOOLBAR_ITEM_STD_ENBLD...more details

UPDATE_TOOLBAR_ITEM_STD_VSBLEUpdate Toolbar Item Standard Visible PropertyPublic
CALL METHOD if_salv_wd_comp_table_ui=>UPDATE_TOOLBAR_ITEM_STD_VSBLE...more details



IF_SALV_WD_COMP_TABLE_UI 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
CS_ACTIONConstantActionsLIKE
Public
CS_CELL_ACTIONConstantCell ActionsLIKE
Public
CS_MAPConstantMap InformationLIKE
Public
CS_UIEConstantUI ElementsLIKE
Public
C_DESTINATION_IGSConstantLogical destination (specified in function call)'IGS_RFC_DEST'LIKE
RFCDEST
Public
C_DROP_TARGET_IDInstance AttributeLIKE
Private
FILTER_ONInstance AttributeFilter StatusLIKE
ABAP_BOOL
Public
R_DOCUMENTInstance AttributeLIKE
Private
R_FACTORYInstance AttributeFactoryLIKE
IF_IOS_FACTORY
Public
SETTINGS_ONInstance AttributeSettings StatusLIKE
ABAP_BOOL
Public
STABLE_UIInstance AttributeStable UILIKE
ABAP_BOOL
Public
T_REGISTERED_UIELEMENTSInstance AttributeTable of StringsLIKE
STRING_TABLE
Public




IF_SALV_WD_COMP_TABLE_UI types

YS_COLUMN_SELECTED_STATE - Column Selection State
YS_MULTI_CELL_EDITOR_MAPPING -
YT_COLUMN_SELECTED_STATE - Columns Selection State
YT_MULTI_CELL_EDITOR_MAPPING -
Y_ACTION - Action

Links to Related Class(s)

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