SAP /DSD/SL_CL_VIEW_SELECT_RESULT OO Class - GUI Event Display









/DSD/SL_CL_VIEW_SELECT_RESULT 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 /DSD/SL_CL_VIEW_SELECT_RESULT 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 /DSD/SL_CL_VIEW_SELECT_RESULT 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_NODEAdd a Single NodePublic
CALL METHOD /dsd/sl_cl_view_select_result=>ADD_NODE...more details

ADD_NODESAdd Several NodesPublic
CALL METHOD /dsd/sl_cl_view_select_result=>ADD_NODES...more details

BUILD_TOOLBARAdd Buttons to ToolbarPrivate
CALL METHOD /dsd/sl_cl_view_select_result=>BUILD_TOOLBAR...more details

CONSTRUCTORConstructorPublic
CALL METHOD /dsd/sl_cl_view_select_result=>CONSTRUCTOR...more details

EXCLUDE_FROM_TOOLBARRemove Functions from ToolbarPrivate
CALL METHOD /dsd/sl_cl_view_select_result=>EXCLUDE_FROM_TOOLBAR...more details

FREEDestructorPublic
CALL METHOD /dsd/sl_cl_view_select_result=>FREE...more details

GENERATE_NODE_FOR_SETTLEGenerate a Node for a Settlement DocumentPrivate
CALL METHOD /dsd/sl_cl_view_select_result=>GENERATE_NODE_FOR_SETTLE...more details

GENERATE_NODE_FOR_TOURGenerate a Node for a TourPrivate
CALL METHOD /dsd/sl_cl_view_select_result=>GENERATE_NODE_FOR_TOUR...more details

GENERATE_NODE_FOR_VISITGenerate a Node for a VisitPrivate
CALL METHOD /dsd/sl_cl_view_select_result=>GENERATE_NODE_FOR_VISIT...more details

GET_EXPANDED_NODESDetermine the Expanded NodesPublic
CALL METHOD /dsd/sl_cl_view_select_result=>GET_EXPANDED_NODES...more details

GET_LINES_OF_SELECTED_NODESDetermine the Selected LinesPublic
CALL METHOD /dsd/sl_cl_view_select_result=>GET_LINES_OF_SELECTED_NODES...more details

GET_NODE_KEYSDetermine the Node Key for the DB KeyPublic
CALL METHOD /dsd/sl_cl_view_select_result=>GET_NODE_KEYS...more details

INIT_TREEInitialize the TreePrivate
CALL METHOD /dsd/sl_cl_view_select_result=>INIT_TREE...more details

IS_FOLDERIs the Viewed Node a Folder?Public
CALL METHOD /dsd/sl_cl_view_select_result=>IS_FOLDER...more details

REFRESHNew DisplayPublic
CALL METHOD /dsd/sl_cl_view_select_result=>REFRESH...more details

SET_DATASet Data to Be DisplayedPublic
CALL METHOD /dsd/sl_cl_view_select_result=>SET_DATA...more details

SET_EVENT_HANDLERRegister EventsPrivate
CALL METHOD /dsd/sl_cl_view_select_result=>SET_EVENT_HANDLER...more details

SET_EXPANDED_NODESExpand NodePublic
CALL METHOD /dsd/sl_cl_view_select_result=>SET_EXPANDED_NODES...more details

SET_FIELDCATALOGSet the Field Catalog to Be UsedPrivate
CALL METHOD /dsd/sl_cl_view_select_result=>SET_FIELDCATALOG...more details

SET_HIGHLIGHTINGHighlight a NodePublic
CALL METHOD /dsd/sl_cl_view_select_result=>SET_HIGHLIGHTING...more details



/DSD/SL_CL_VIEW_SELECT_RESULT 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
MC_ICON_DISPLAYConstantIcon in text fields (substitute display, alias)ICON_DISPLAYLIKE
ICON_D
Public
MC_ICON_REFRESHConstantIcon for Button 'Refresh Display'ICON_REFRESHLIKE
ICON_D
Private
MC_ICON_SEARCH_VISIBLEConstantIcon for Button 'Toggle Visibility Search area'ICON_SELECTIONLIKE
ICON_D
Private
MC_ICON_SETTLEConstantIcon for a Settlement DocumentICON_DOCUMENTLIKE
ICON_D
Public
MC_ICON_TOURConstantIcon for a TourICON_TRANSPORTLIKE
ICON_D
Public
MC_ICON_VISITConstantIcon for a VisitICON_VISITLIKE
ICON_D
Public
MC_WIDTH_HEADERConstantWidth of the 'Hierarchy Header'50LIKE
I
Private
MF_NODE_NOT_SETTLEDInstance AttributeCheckboxLIKE
/DSD/HH_CHECKBOX
Private
MR_TOOLBARInstance AttributeToolbar of the TreeLIKE
CL_GUI_TOOLBAR
Public
MR_TREEInstance AttributeTree for the Event DisplayLIKE
CL_GUI_ALV_TREE
Public
MT_FCATInstance AttributeField Catalog Event DisplayLIKE
LVC_T_FCAT
Private
MT_KEYSInstance AttributeMapping DB Key <-> Tree KeyLIKE
/DSD/SL_NODE_KEY_S_TT
Private
MT_TREE_DATAInstance AttributeData to Be DisplayedLIKE
/DSD/SL_GUI_RESULT_LIST_S_TT
Private


Links to Related Class(s)

/DSD/SL_...
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!