SAP BDMT_CONTROL OO Class - Administers Tree Control for Monitoring









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

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

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for BDMT_CONTROL is CL_GUI_COLUMN_TREE

Method list of BDMT_CONTROL 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_M_ITEMInserts ItemPrivate
CALL METHOD bdmt_control=>ADD_M_ITEM...more details

ADD_M_NODEInserts Monitoring NodePrivate
CALL METHOD bdmt_control=>ADD_M_NODE...more details

BUILD_NODECreates Node with Possible SubnodesPrivate
CALL METHOD bdmt_control=>BUILD_NODE...more details

CHANGE_M_ITEMChanges Item TextPrivate
CALL METHOD bdmt_control=>CHANGE_M_ITEM...more details

CHECK_DATA_COLLECTIONObsolete? Checks whether data collector has to runPublic
CALL METHOD bdmt_control=>CHECK_DATA_COLLECTION...more details

COLLECT_INFO_OBJSearches for required info objectsPublic
CALL METHOD bdmt_control=>COLLECT_INFO_OBJ...more details

CONSTRUCTORConstructor of BDMT_CONTROLPublic
CALL METHOD bdmt_control=>CONSTRUCTOR...more details

COUNT_IDOCSCounts how many IDocs there are in the info quantityPrivate
CALL METHOD bdmt_control=>COUNT_IDOCS...more details

GET_FILTER_QUALIFIERFormulates filter crieria as textPrivate
CALL METHOD bdmt_control=>GET_FILTER_QUALIFIER...more details

GET_IDOCS_FROM_NODEReturn of IDocs to NodePublic
CALL METHOD bdmt_control=>GET_IDOCS_FROM_NODE...more details

GET_NEXT_NODE_KEYGets New Node NamePrivate
CALL METHOD bdmt_control=>GET_NEXT_NODE_KEY...more details

GET_NODE_INFOProvides Details of NodePublic
CALL METHOD bdmt_control=>GET_NODE_INFO...more details

GET_SEL_NODEReturns selected node/itemPublic
CALL METHOD bdmt_control=>GET_SEL_NODE...more details

IS_EXPANDABLEChecsk whether node can expanded (folder)Public
CALL METHOD bdmt_control=>IS_EXPANDABLE...more details

PRINT_TREEPrints TreePublic
CALL METHOD bdmt_control=>PRINT_TREE...more details

PRUNE_TREESets Expanded FlagPublic
CALL METHOD bdmt_control=>PRUNE_TREE...more details

PT_PRINTCHILDRENRecursive Printing of NodesPrivate
CALL METHOD bdmt_control=>PT_PRINTCHILDREN...more details

REORGANIZE_TREERestructure Hierarchy by structure changePublic
CALL METHOD bdmt_control=>REORGANIZE_TREE...more details

SET_FILTERSets Filter Criteria for IDocsPublic
CALL METHOD bdmt_control=>SET_FILTER...more details

SORT_LIST_BY_STATUSSorts Info List by Status LightsPrivate
CALL METHOD bdmt_control=>SORT_LIST_BY_STATUS...more details

STAT_2_STGRPAssigns Status to Status GroupPublic
CALL METHOD bdmt_control=>STAT_2_STGRP...more details

STGRP_2_STATAssigns Status to Status GroupPublic
CALL METHOD bdmt_control=>STGRP_2_STAT...more details

STGRP_INFOReturns Icon and Text to Status GroupPublic
CALL METHOD bdmt_control=>STGRP_INFO...more details

UPDATE_TREERefreshes DisplayPublic
CALL METHOD bdmt_control=>UPDATE_TREE...more details



BDMT_CONTROL 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
C_ICON_CLASSMETHODConstantClass Method'@7H@'LIKE
CHAR6
Public
C_ICON_ERRORConstantError Icon'@AG@'LIKE
CHAR6
Public
C_ICON_EXPORTConstantOutbound Error'@49@'LIKE
CHAR6
Public
C_ICON_FILTERConstantFilter Icon'@4G@'LIKE
CHAR6
Public
C_ICON_GREENConstantGreen Light Icon'@5B@'LIKE
CHAR6
Public
C_ICON_HINTConstantIcon for Hint'@AI@'LIKE
CHAR6
Public
C_ICON_IDOCConstantIDoc Icon'@G5@'LIKE
CHAR6
Public
C_ICON_IMPORTConstantInbound Icon'@48@'LIKE
CHAR6
Public
C_ICON_LOGSYSConstantLogical System Icon'@6K@'LIKE
CHAR6
Public
C_ICON_OBJECTConstantBO Icon'@4W@'LIKE
CHAR6
Public
C_ICON_REDConstantRed Light Icon'@5C@'LIKE
CHAR6
Public
C_ICON_WARNINGConstantWarning Icon'@AH@'LIKE
CHAR6
Public
C_ICON_YELLOWConstantIcon Yellow Light'@5D@'LIKE
CHAR6
Public
FILTER_CREDATStatic AttributeDate FilterLIKE
BDRG_DAT_TAB
Private
FILTER_CRETIMStatic AttributeTime FilterLIKE
BDRG_TIM_TAB
Private
FILTER_DOCNUMStatic AttributeFilter for Doc.NumberLIKE
BDRG_DOC_TAB
Private
FILTER_HAS_CHANGEDInstance AttributeFlag for Filter ChangeLIKE
FLAG
Private
FILTER_MESTYPStatic AttributeFilter for Message TypeLIKE
BDRG_MES_TAB
Private
FILTER_OBJKEYStatic AttributeFilter for Object KeyLIKE
BDRG_OKY_TAB
Private
FILTER_OBJTYPStatic AttributeFilter for Object TypeLIKE
BDRG_OBJ_TAB
Private
FILTER_PARTNERStatic AttributeFilter for PartnerLIKE
BDRG_PAR_TAB
Private
FILTER_STATUSStatic AttributeFilter for StatusLIKE
BDRG_STA_TAB
Private
FILTER_UPDDATStatic AttributeDate FilterLIKE
BDRG_DAT_TAB
Private
FILTER_UPDTIMStatic AttributeTime FilterLIKE
BDRG_TIM_TAB
Private
FLAG_NO_COUNTStatic AttributePrevent CountingLIKE
FLAG
Private
INITIAL_FLAGInstance AttributeGeneral Flag'X'LIKE
FLAG
Private
ITEM_TABLEInstance AttributeAdditional Item TableLIKE
BDMT_ITEM_TABLE_TYP
Private
NODE_COUNTERInstance AttributeCounter for Node NamesLIKE
I
Private
NODE_TABLEInstance AttributeAdditional Node TableLIKE
TREEV_NTAB
Private
NODE_TO_DOCNUMInstance AttributeDoc.Numbers NodeLIKE
BDMT_NODE_TO_DOCNUM_TAB
Private
REORGANIZE_FLAGInstance AttributeHierarchy has been restructuredLIKE
FLAG
Private
TNII_TABLEInstance AttributeInfo Structure of HierarchyLIKE
TNII_TABLE_TYPE
Private
TREE_HIERARCHYInstance AttributeHierarchy of TreeLIKE
CHAR6
Private


Links to Related Class(s)

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