SAP /DSD/SL_CL_TA_SELECT OO Class - 'Transaction' Selection









/DSD/SL_CL_TA_SELECT 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_TA_SELECT 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_TA_SELECT 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_AND_FOCUSAdding and Focusing a New EntryPublic
CALL METHOD /dsd/sl_cl_ta_select=>ADD_AND_FOCUS...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /dsd/sl_cl_ta_select=>CONSTRUCTOR...more details

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

GET_DEFAULT_LAYOUTDetermine Default LayoutPrivate
CALL METHOD /dsd/sl_cl_ta_select=>GET_DEFAULT_LAYOUT...more details

GET_LAYOUTDetermine LayoutPublic
CALL METHOD /dsd/sl_cl_ta_select=>GET_LAYOUT...more details

GET_SELECTED_NODESGet Selected NodesPublic
CALL METHOD /dsd/sl_cl_ta_select=>GET_SELECTED_NODES...more details

ON_REFRESH_FINISHEDEvent Handler 'REFRESH_FINISHED'Private
CALL METHOD /dsd/sl_cl_ta_select=>ON_REFRESH_FINISHED...more details

ON_REFRESH_PREPAREEvent Handler 'REFRESH_PREPARE'Private
CALL METHOD /dsd/sl_cl_ta_select=>ON_REFRESH_PREPARE...more details

ON_SELECTION_EXECUTEDEvent Handler 'SELECTION_EXECUTED'Private
CALL METHOD /dsd/sl_cl_ta_select=>ON_SELECTION_EXECUTED...more details

ON_START_WORKEvent Handler 'Start Work'Private
CALL METHOD /dsd/sl_cl_ta_select=>ON_START_WORK...more details

ON_TOGGLE_VISIBILITY_SEARCHEvent Handler 'Toggle Visibility Search Area'Private
CALL METHOD /dsd/sl_cl_ta_select=>ON_TOGGLE_VISIBILITY_SEARCH...more details

REFRESHUpdate Display (List and View)Public
CALL METHOD /dsd/sl_cl_ta_select=>REFRESH...more details

SET_EVENT_HANDLERSet Event HandlerPrivate
CALL METHOD /dsd/sl_cl_ta_select=>SET_EVENT_HANDLER...more details

SET_INACTIVE_FCODESSet Inactive FcodesPublic
CALL METHOD /dsd/sl_cl_ta_select=>SET_INACTIVE_FCODES...more details

SET_LAYOUTSet LayoutPublic
CALL METHOD /dsd/sl_cl_ta_select=>SET_LAYOUT...more details

USE_ALL_TOURSWhich Data Will Be Used to Continue Processing?Public
CALL METHOD /dsd/sl_cl_ta_select=>USE_ALL_TOURS...more details

USE_CURRENTWhich Data Will Be Used to Continue Processing?Public
CALL METHOD /dsd/sl_cl_ta_select=>USE_CURRENT...more details

USE_NEXTWhich Data Will Be Used to Continue Processing?Public
CALL METHOD /dsd/sl_cl_ta_select=>USE_NEXT...more details

USE_PREVIOUSWhich Data Will Be Used to Continue Processing?Public
CALL METHOD /dsd/sl_cl_ta_select=>USE_PREVIOUS...more details



/DSD/SL_CL_TA_SELECT 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_FC_REFRESHConstantFunction Code 'Refresh Display''REFRESH'LIKE
UI_FUNC
Public
MC_FC_TOGGLE_VISIBILITY_SEARCHConstantFunction Code 'Toggle Visibility Search Area''TOGVISS'LIKE
UI_FUNC
Public
MC_MSG_CLASSConstantName Message Class'/DSD/SL_SELECT'LIKE
DDOBJNAME
Public
MC_POOL_ADDConstantHighlight Reason2LIKE
I
Public
MC_POOL_DESELECTConstantHighlight Reason4LIKE
I
Public
MC_POOL_REMOVEConstantHighlight Reason1LIKE
I
Public
MC_POOL_SELECTConstantHighlight Reason3LIKE
I
Public
MC_VARHANDLE_RESULTConstantID for Variant Saving Tree Control'REST'LIKE
CHAR4
Public
MC_WA_ID_COMPLETEConstantID Selection Area'COMPLETE'LIKE
/DSD/SL_ID_WA_AREA
Public
MC_WA_ID_SEARCHConstantID Search Area'SEARCH'LIKE
/DSD/SL_ID_WA_AREA
Public
MR_CTRL_RESULTInstance AttributeChecker Event DisplayLIKE
/DSD/SL_CL_CTRL_SELECT_RESULT
Private
MR_CTRL_SEARCHInstance AttributeChecker Search FunctionLIKE
/DSD/SL_CL_CTRL_SELECT_SEARCH
Private
MR_SCREENInstance AttributeGUI Basic Selection AreaLIKE
/DSD/SL_CL_GUI_SELECT_SCREEN
Private


Events of Class /DSD/SL_CL_TA_SELECT

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... DATA_INVALID - Data Invalid
REFRESH_FINISHED - Display refreshed
REFRESH_PREPARE - Prepare Refresh Display
START_WORK - Selection Executed

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!