SAP WDSD_UI_CL_AS_TREE_CTRL OO Class -









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

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

WDSD_UI_CL_AS_TREE_CTRL SAP OOP ABAP Class - Controller class for supply relationships tree (assignments)

SAP WDSD_UI_CL_AS_TREE_CTRL OO Class - Controller class for supply relationships tree (assignments)









WDSD_UI_CL_AS_TREE_CTRL 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 WDSD_UI_CL_AS_TREE_CTRL 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 WDSD_UI_CL_AS_TREE_CTRL 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_RECORDS_FROM_CSVInsert new records from a csv filePublic
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>ADD_RECORDS_FROM_CSV...more details

CHECK_CHANGED_DATACheck whether there is changed data within the treePublic
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>CHECK_CHANGED_DATA...more details

CHECK_EXISTENT_NODESCheck if new records already exist in the treePrivate
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>CHECK_EXISTENT_NODES...more details

CHECK_FIXED_VENDORCheck whether main vendor exists for every mat./store comb.Private
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>CHECK_FIXED_VENDOR...more details

CHECK_LEVEL_OF_NODESCheck the dragged nodesPrivate
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>CHECK_LEVEL_OF_NODES...more details

CHECK_SOURCELISTCheck the sourcelistPrivate
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>CHECK_SOURCELIST...more details

CLEAN_UP_CHANGE_HISTORYThis method cleans up the change history after an add. sel.Private
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>CLEAN_UP_CHANGE_HISTORY...more details

CONFIGURE_BUTTONConfigures a button in the toolbarPublic
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>CONFIGURE_BUTTON...more details

CONSTRUCTORConstructorPublic
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>CONSTRUCTOR...more details

COPY_ARTICLE_OR_STORECopy an article or a storePrivate
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>COPY_ARTICLE_OR_STORE...more details

CREATE_LOG_MESSAGECreate a message in the application logPublic
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>CREATE_LOG_MESSAGE...more details

DELETE_RELATIONSHIPSDelete the selected nodes from the treePrivate
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>DELETE_RELATIONSHIPS...more details

DISPLAY_OR_HIDE_TEXTDisplay/hide the text of vendor/store/material in the treePublic
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>DISPLAY_OR_HIDE_TEXT...more details

DRAG_DROP_FROM_WB_TREEDrag&Drop from work basket treePrivate
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>DRAG_DROP_FROM_WB_TREE...more details

DRAG_DROP_IN_AS_TREEDrag&Drop within the assignments treePrivate
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>DRAG_DROP_IN_AS_TREE...more details

FIXED_VENDOR_SELECTIONSelection of main vendors for a store/material combinationPrivate
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>FIXED_VENDOR_SELECTION...more details

GET_DATA_OF_NODESGet all available data of the selected nodesPrivate
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>GET_DATA_OF_NODES...more details

GET_EKORGGet the globally stored ekorgPublic
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>GET_EKORG...more details

GET_ESOKZReturns the globally stored key datePublic
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>GET_ESOKZ...more details

GET_KEY_DATEReturns the globally stored key datePublic
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>GET_KEY_DATE...more details

GET_PREFERENCESReturns the application preferencesPublic
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>GET_PREFERENCES...more details

HANDLE_ITEM_CTMENU_REQUESTMethod to handle item context menu requestPrivate
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>HANDLE_ITEM_CTMENU_REQUEST...more details

HANDLE_NODE_CTMENU_REQUESTEH for context menu requestPrivate
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>HANDLE_NODE_CTMENU_REQUEST...more details

MANUAL_DRAGManual drag per buttonPrivate
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>MANUAL_DRAG...more details

MANUAL_DROPManual drop per buttonPrivate
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>MANUAL_DROP...more details

MARK_ARTICLESMark several articles in the treePrivate
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>MARK_ARTICLES...more details

MARK_MAIN_VENDORSelect relationships with main vendorPrivate
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>MARK_MAIN_VENDOR...more details

MARK_STORESMark several stores in the treePrivate
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>MARK_STORES...more details

ON_DRAG_MULTIPLEEH for drag eventPrivate
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>ON_DRAG_MULTIPLE...more details

ON_DROPDrop in assignments treePrivate
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>ON_DROP...more details

ON_FUNCTION_SELECTEDEH for selected toolbar functionsPrivate
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>ON_FUNCTION_SELECTED...more details

ON_ITEM_CTMENU_SELECTEDEH for selected item in context menuPrivate
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>ON_ITEM_CTMENU_SELECTED...more details

ON_ITEM_DOUBLE_CLICKHandle item double clickPrivate
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>ON_ITEM_DOUBLE_CLICK...more details

ON_LINK_CLICKCall main vendor management via click on iconPrivate
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>ON_LINK_CLICK...more details

ON_NODE_CTMENU_SELECTEDEH for selected node in context menuPrivate
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>ON_NODE_CTMENU_SELECTED...more details

ON_NODE_DOUBLE_CLICKHandle node double clickPrivate
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>ON_NODE_DOUBLE_CLICK...more details

PRICE_MAINT_VIA_DROPPrice maintenance via dra&drop from tree to gridPublic
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>PRICE_MAINT_VIA_DROP...more details

REGISTER_EVENTSRegister eventsPrivate
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>REGISTER_EVENTS...more details

SAVE_SOURCELISTUpdate the supply relationshipsPublic
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>SAVE_SOURCELIST...more details

SEND_DATA_TO_GRIDSend the data of the selected combinations to the gridPublic
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>SEND_DATA_TO_GRID...more details

SEND_NODES_TO_GRIDSend the selected nodes to the gridPrivate
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>SEND_NODES_TO_GRID...more details

SET_DATA_TO_BE_DRAGGEDSet the nodes that are draggedPrivate
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>SET_DATA_TO_BE_DRAGGED...more details

SET_SELECTION_DATASet data based on the selectionPublic
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>SET_SELECTION_DATA...more details

SWITCH_DISPLAY_CHANGESwitch from display to change mode and vice versaPublic
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>SWITCH_DISPLAY_CHANGE...more details

UNDO_LAST_CHANGETake back the last change in the treePrivate
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>UNDO_LAST_CHANGE...more details

UPDATE_INFO_RECORDSUpdate the purchasing info records in the treePublic
CALL METHOD wdsd_ui_cl_as_tree_ctrl=>UPDATE_INFO_RECORDS...more details



WDSD_UI_CL_AS_TREE_CTRL 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
MR_GLOBAL_CTRLInstance AttributeGlobal Conroller for the WDSD-WorkbenchLIKE
WDSD_UI_CL_CONTROLLER
Private
MR_MODELInstance AttributeModel class for supply relat.ships tree (assignments)LIKE
WDSD_UI_CL_AS_TREE_MODEL
Private
MR_TOOLBARInstance AttributeToolbar ControlLIKE
CL_GUI_TOOLBAR
Private
MR_TREEInstance AttributeALV Tree ControlLIKE
CL_GUI_ALV_TREE
Private
MR_VIEWInstance AttributeView class for supply relat.ships tree (assignments)LIKE
WDSD_UI_CL_AS_TREE_VIEW
Private
MT_PRICING_KEYSInstance AttributeALV Tree Control: Node TableLIKE
LVC_T_NKEY
Private
M_CHANGEInstance AttributeGeneral FlagLIKE
FLAG
Private
M_DRAG_DROP_SAME_TREEInstance AttributeGeneral FlagLIKE
FLAG
Private
M_DROP_ACTIVATEDInstance AttributeGeneral FlagLIKE
FLAG
Private
M_EKORGInstance AttributePurchasing OrganizationLIKE
EKORG
Private
M_FULL_SCREENInstance AttributeGeneral FlagLIKE
FLAG
Private
M_KEY_DATEInstance AttributeDateLIKE
DATUM
Private
M_NODES_DRAGGEDInstance AttributeGeneral FlagLIKE
FLAG
Private
M_PRICING_DRAG_DROPInstance AttributeGeneral FlagLIKE
FLAG
Private


Links to Related Class(s)

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