SAP BD_LS_MON OO Class - Organizes Monitoring Data For Logical System









BD_LS_MON 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 BD_LS_MON 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 BD_LS_MON 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
APPLY_OBJ_FILTERFilters IDoc Statistics with Object FilterPrivate
CALL METHOD bd_ls_mon=>APPLY_OBJ_FILTER...more details

BUILD_MAPTABMaps Mapping Table for NT, OBJPrivate
CALL METHOD bd_ls_mon=>BUILD_MAPTAB...more details

COLLECT_DATATriggers data collection for LSPublic
CALL METHOD bd_ls_mon=>COLLECT_DATA...more details

CONSTRUCTORConstructor of BD_LS_MONPublic
CALL METHOD bd_ls_mon=>CONSTRUCTOR...more details

FILL_DOCNUM2InternalPrivate
CALL METHOD bd_ls_mon=>FILL_DOCNUM2...more details

GET_DOC_INFOGets IDoc Data from Local SystemPublic
CALL METHOD bd_ls_mon=>GET_DOC_INFO...more details

GET_LONGNAMECreates Lon Name of LSPrivate
CALL METHOD bd_ls_mon=>GET_LONGNAME...more details

GET_OBJ_LISTProvides list of all ALE object typesPublic
CALL METHOD bd_ls_mon=>GET_OBJ_LIST...more details

GET_RFC_INFOProvides details of tRFC queuePublic
CALL METHOD bd_ls_mon=>GET_RFC_INFO...more details

GET_SYSTEMSCollects all LSPublic
CALL METHOD bd_ls_mon=>GET_SYSTEMS...more details

GET_TRACE_INFOGets IDoc data from other systemsPublic
CALL METHOD bd_ls_mon=>GET_TRACE_INFO...more details

MAP_NT2OBJMaps NT->OBJPrivate
CALL METHOD bd_ls_mon=>MAP_NT2OBJ...more details

MAP_OBJ2NTMaps NT<-OBJPrivate
CALL METHOD bd_ls_mon=>MAP_OBJ2NT...more details

OBJ2OBJNAMEProvides long name of object type (and method)Public
CALL METHOD bd_ls_mon=>OBJ2OBJNAME...more details

OBJNAME2OBJProvides object type (and method)Public
CALL METHOD bd_ls_mon=>OBJNAME2OBJ...more details

PREPARE_ST_ERROR_TEXTWrites messages in long formPrivate
CALL METHOD bd_ls_mon=>PREPARE_ST_ERROR_TEXT...more details

PROCESS_IDOCSProcesses IDocsPublic
CALL METHOD bd_ls_mon=>PROCESS_IDOCS...more details

SET_DIV_PARTNERSwitches div_partner on or offPublic
CALL METHOD bd_ls_mon=>SET_DIV_PARTNER...more details

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

SET_OBJ_MODESwitches OBJTYPE mode on or offPublic
CALL METHOD bd_ls_mon=>SET_OBJ_MODE...more details



BD_LS_MON 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
CURRENT_TEMPERATUREStatic AttributeData Filter Value for Data AgingLIKE
DATA_TEMPERATURE
Public
DIVERSE_PARTNERStatic AttributeSplit by PartnerLIKE
FLAG
Private
FILTER_CREDATInstance AttributeDate FilterLIKE
BDRG_DAT_TAB
Private
FILTER_CRETIMInstance AttributeTime FilterLIKE
BDRG_TIM_TAB
Private
FILTER_DOCNUMInstance AttributeFilter for Doc.NumberLIKE
BDRG_DOC_TAB
Private
FILTER_DOCNUM2Instance AttributeFilter for Doc.NumberLIKE
BDRG_DOC_TAB
Private
FILTER_MESTYPInstance AttributeFilter for Message TypeLIKE
BDRG_MES_TAB
Private
FILTER_OBJKEYInstance AttributeFilter for Object KeyLIKE
BDRG_OKY_TAB
Private
FILTER_OBJTYPInstance AttributeFilter for Object TypeLIKE
BDRG_OBJ_TAB
Private
FILTER_PARTNERInstance AttributeFilter for PartnerLIKE
BDRG_PAR_TAB
Private
FILTER_STATUSInstance AttributeFilter for StatusLIKE
BDRG_STA_TAB
Private
FILTER_UPDDATInstance AttributeDate FilterLIKE
BDRG_DAT_TAB
Private
FILTER_UPDTIMInstance AttributeTime FilterLIKE
BDRG_TIM_TAB
Private
GET_OBJTYPStatic AttributeProvides OBJ instead of NTLIKE
FLAG
Private
IDOC_STATInstance AttributeIDoc statistics of LSLIKE
BDMON_STAT_TAB
Public
LS_LONGNAMEInstance AttributeLong name of LSLIKE
TBDLST-STEXT
Public
LS_NAMEInstance AttributeLS of instanceLIKE
TBDLST-LOGSYS
Public
N2O_MAPTABInstance AttributeMapTab NT and OBJLIKE
BDTNT2OBJ
Private
OBJ_INFO_TABInstance Attributefor F4 helpLIKE
BD87TOBJF4
Private
OBJ_LNAM_TABInstance Attributefor displayLIKE
BD87TOBJDP
Private
OWN_LOGICAL_SYSTEMStatic AttributeOwn logical systemLIKE
TBDLST-LOGSYS
Public
PARTNER_TABInstance AttributeLOGSYS->RFCDESTLIKE
BDLMTPAR
Private


Links to Related Class(s)

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