SAP ABAP Class BD_LS_MON (Organizes Monitoring Data For Logical System)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-ALE (Application Component) ALE Integration Technology
     SALE (Package) Application Link Enabling
Properties
Class BD_LS_MON  
Short Description Organizes Monitoring Data For Logical System    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package SALE   Application Link Enabling 
Created 19990802   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class BD_LS_MON has no forward declaration.
Interfaces
Class BD_LS_MON has no interface implemented.
Friends
Class BD_LS_MON has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CURRENT_TEMPERATURE Static Attribute Public Type reference (TYPE) DATA_TEMPERATURE Data Filter Value for Data Aging 20131113
2 DIVERSE_PARTNER Static Attribute Private Type reference (TYPE) FLAG Split by Partner 19990830
3 FILTER_CREDAT Instance attribute Private Type reference (TYPE) BDRG_DAT_TAB Date Filter 19990830
4 FILTER_CRETIM Instance attribute Private Type reference (TYPE) BDRG_TIM_TAB Time Filter 19991111
5 FILTER_DOCNUM Instance attribute Private Type reference (TYPE) BDRG_DOC_TAB Filter for Doc.Number 19990830
6 FILTER_DOCNUM2 Instance attribute Private Type reference (TYPE) BDRG_DOC_TAB Filter for Doc.Number 19991202
7 FILTER_MESTYP Instance attribute Private Type reference (TYPE) BDRG_MES_TAB Filter for Message Type 19990830
8 FILTER_OBJKEY Instance attribute Private Type reference (TYPE) BDRG_OKY_TAB Filter for Object Key 19991202
9 FILTER_OBJTYP Instance attribute Private Type reference (TYPE) BDRG_OBJ_TAB Filter for Object Type 19991020
10 FILTER_PARTNER Instance attribute Private Type reference (TYPE) BDRG_PAR_TAB Filter for Partner 19990830
11 FILTER_STATUS Instance attribute Private Type reference (TYPE) BDRG_STA_TAB Filter for Status 19990830
12 FILTER_UPDDAT Instance attribute Private Type reference (TYPE) BDRG_DAT_TAB Date Filter 19991111
13 FILTER_UPDTIM Instance attribute Private Type reference (TYPE) BDRG_TIM_TAB Time Filter 19991111
14 GET_OBJTYP Static Attribute Private Type reference (TYPE) FLAG Provides OBJ instead of NT 19991012
15 IDOC_STAT Instance attribute Public Type reference (TYPE) BDMON_STAT_TAB IDoc statistics of LS 19990803
16 LS_LONGNAME Instance attribute Public Type reference (TYPE) TBDLST-STEXT Long name of LS 19990802
17 LS_NAME Instance attribute Public Type reference (TYPE) TBDLST-LOGSYS LS of instance 19990802
18 N2O_MAPTAB Instance attribute Private Type reference (TYPE) BDTNT2OBJ MapTab NT and OBJ 19991012
19 OBJ_INFO_TAB Instance attribute Private Type reference (TYPE) BD87TOBJF4 for F4 help 19991015
20 OBJ_LNAM_TAB Instance attribute Private Type reference (TYPE) BD87TOBJDP for display 19991020
21 OWN_LOGICAL_SYSTEM Static Attribute Public Type reference (TYPE) TBDLST-LOGSYS Own logical system 19990802
22 PARTNER_TAB Instance attribute Private Type reference (TYPE) BDLMTPAR LOGSYS->RFCDEST 19990923
Methods
# Method Level Visibility Method type Description Created on
1 APPLY_OBJ_FILTER Instance method Private Method Filters IDoc Statistics with Object Filter 19991025
2 BUILD_MAPTAB Instance method Private Method Maps Mapping Table for NT, OBJ 19991011
3 COLLECT_DATA Instance method Public Method Triggers data collection for LS 19990802
4 CONSTRUCTOR Instance method Public Constructor Constructor of BD_LS_MON 19990802
5 FILL_DOCNUM2 Instance method Private Method Internal 19991202
6 GET_DOC_INFO Instance method Public Method Gets IDoc Data from Local System 19990908
7 GET_LONGNAME Instance method Private Method Creates Lon Name of LS 19990802
8 GET_OBJ_LIST Instance method Public Method Provides list of all ALE object types 19991015
9 GET_RFC_INFO Instance method Public Method Provides details of tRFC queue 19990923
10 GET_SYSTEMS Instance method Public Method Collects all LS 19990802
11 GET_TRACE_INFO Instance method Public Method Gets IDoc data from other systems 19991007
12 MAP_NT2OBJ Instance method Private Method Maps NT->OBJ 19991011
13 MAP_OBJ2NT Instance method Private Method Maps NT<-OBJ 19991011
14 OBJ2OBJNAME Instance method Public Method Provides long name of object type (and method) 19991020
15 OBJNAME2OBJ Instance method Public Method Provides object type (and method) 19991025
16 PREPARE_ST_ERROR_TEXT Instance method Private Method Writes messages in long form 19990803
17 PROCESS_IDOCS Instance method Public Method Processes IDocs 19990826
18 SET_DIV_PARTNER Static method Public Method Switches div_partner on or off 19990930
19 SET_FILTER Instance method Public Method Sets Filter Criteria for IDocs 19990830
20 SET_OBJ_MODE Static method Public Method Switches OBJTYPE mode on or off 19991012
Events
Class BD_LS_MON has no event.
Types
Class BD_LS_MON has no local type.
Method Signatures

Method APPLY_OBJ_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IDOC_STAT Call by reference Type reference (TYPE) BDMON_STAT_TAB zu mappende Statistik 19991025

Method APPLY_OBJ_FILTER on class BD_LS_MON has no exception.

Method BUILD_MAPTAB Signature

Method BUILD_MAPTAB on class BD_LS_MON has no parameter.
Method BUILD_MAPTAB on class BD_LS_MON has no exception.

Method COLLECT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TREE_TAB Call by reference Type reference (TYPE) BDMTCO_TAB_TYP anzeigende Trees 19990803
# Exception Resumable Description Created on
1 FAILED failed 19990804

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOGSYS Call by reference Type reference (TYPE) LOGSYS logisches System 19990802
# Exception Resumable Description Created on
1 FAILED failed 19990802

Method FILL_DOCNUM2 Signature

Method FILL_DOCNUM2 on class BD_LS_MON has no parameter.
Method FILL_DOCNUM2 on class BD_LS_MON has no exception.

Method GET_DOC_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DISPLAY_INFO Call by reference Type reference (TYPE) BDMON_DISP1 Infos zur IDoc-Anzeige 19990908
2 Changing IDOC_STAT Call by reference Type reference (TYPE) BDMON_STAT IDoc-Beschreibung 19990908

Method GET_DOC_INFO on class BD_LS_MON has no exception.

Method GET_LONGNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOGSYS Value transfer Type reference (TYPE) LOGSYS Name des LS 19990802
2 Returning LONGNAME Value transfer Type reference (TYPE) TBDLST-STEXT Langname des LS 19990802
# Exception Resumable Description Created on
1 FAILED failed 19990802

Method GET_OBJ_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting OBJ_LIST Call by reference Type reference (TYPE) BD87TOBJF4 Objektliste 19991015

Method GET_OBJ_LIST on class BD_LS_MON has no exception.

Method GET_RFC_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IDOC_NUMBERS Call by reference Type reference (TYPE) BDIDOCNR_TAB Liste von IDoc-Nummern 20100430
2 Exporting QRFC_INFO Call by reference Type reference (TYPE) BDMON_DISP2 Anzeige von RFC-Queue-IDocs 20100430
3 Exporting RFC_INFO Call by reference Type reference (TYPE) BDMON_DISP2 Infos der tRFC-Queue 19990923

Method GET_RFC_INFO on class BD_LS_MON has no exception.

Method GET_SYSTEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing LOGICAL_SYSTEMS Call by reference Type reference (TYPE) BDLSMON_TAB_TYP andere LS 19990802
# Exception Resumable Description Created on
1 FAILED failed 19990802

Method GET_TRACE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing DISPLAY_INFO Call by reference Type reference (TYPE) BDMON_DISP1 Infos zur IDoc-Anzeige 19991007
# Exception Resumable Description Created on
1 SYSTEM_NOT_REACHED Auf Fremdsystem konnte nicht zugegriffen werden 19991007

Method MAP_NT2OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IDOC_STAT Call by reference Type reference (TYPE) BDMON_STAT_TAB zu mappende Statistik 19991012

Method MAP_NT2OBJ on class BD_LS_MON has no exception.

Method MAP_OBJ2NT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing MAP_STAT Call by reference Type reference (TYPE) BDMON_STAT_TAB IDoc-Info-Liste 19991020

Method MAP_OBJ2NT on class BD_LS_MON has no exception.

Method OBJ2OBJNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DESCRIPT Call by reference Type reference (TYPE) OJ_NTEXT Beschreibung des Objekttyps 19991025
2 Importing METHOD Call by reference Type reference (TYPE) SWO_METHOD Methode 19991025
3 Exporting METHODNAME Call by reference Type reference (TYPE) SWC_EDITEL Methodenname 19991025
4 Exporting OBJNAME Call by reference Type reference (TYPE) SWC_OBJEDE Objektname 19991025
5 Importing OBJTYPE Call by reference Type reference (TYPE) SWO_OBJTYP Objekttyp 19991025

Method OBJ2OBJNAME on class BD_LS_MON has no exception.

Method OBJNAME2OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting METHOD Call by reference Type reference (TYPE) SWO_METHOD Methode 19991025
2 Importing METHODNAME Call by reference Type reference (TYPE) SWC_EDITEL Methodenname 19991025
3 Importing OBJNAME Call by reference Type reference (TYPE) SWC_OBJEDE Objektname 19991025
4 Exporting OBJTYPE Call by reference Type reference (TYPE) SWO_OBJTYP Objekttyp 19991025

Method OBJNAME2OBJ on class BD_LS_MON has no exception.

Method PREPARE_ST_ERROR_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing STATUS Call by reference Type reference (TYPE) EDIDS Schreibt Fehlertext 19990803

Method PREPARE_ST_ERROR_TEXT on class BD_LS_MON has no exception.

Method PROCESS_IDOCS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IDOC_FROM_NODE Call by reference Type reference (TYPE) BDMT_NODE_TO_DOCNUM Mappingstruktur Nodekey zur Idocliste 20070131
2 Importing IDOC_STAT Call by reference Type reference (TYPE) BDMON_STAT IDocs 19990901
3 Importing PROCESS_MODE Call by reference Type reference (TYPE) CHAR1 'A' 'S' = Select, 'A' = All 19990901

Method PROCESS_IDOCS on class BD_LS_MON has no exception.

Method SET_DIV_PARTNER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DIVERSE_PARTNER Call by reference Type reference (TYPE) FLAG DIVERSE_PARTNER 19990930

Method SET_DIV_PARTNER on class BD_LS_MON has no exception.

Method SET_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FILTER_CREDAT Call by reference Type reference (TYPE) BDRG_DAT_TAB Filter für Datum 19990830
2 Importing FILTER_CRETIM Call by reference Type reference (TYPE) BDRG_TIM_TAB Filter für Zeit 19991111
3 Importing FILTER_DOCNUM Call by reference Type reference (TYPE) BDRG_DOC_TAB Filter für Docnr. 19990830
4 Importing FILTER_MESTYP Call by reference Type reference (TYPE) BDRG_MES_TAB Filter für Mestyp 19990830
5 Importing FILTER_OBJKEY Call by reference Type reference (TYPE) BDRG_OKY_TAB Filter für Objektkey 19991202
6 Importing FILTER_OBJTYP Call by reference Type reference (TYPE) BDRG_OBJ_TAB Filter für Objekttyp 19991025
7 Importing FILTER_PARTNER Call by reference Type reference (TYPE) BDRG_PAR_TAB Filter für Partner 19990830
8 Importing FILTER_STATUS Call by reference Type reference (TYPE) BDRG_STA_TAB Filter für Status 19991206
9 Importing FILTER_UPDDAT Call by reference Type reference (TYPE) BDRG_DAT_TAB Filter für Datum 19991111
10 Importing FILTER_UPDTIM Call by reference Type reference (TYPE) BDRG_TIM_TAB Filter für Zeit 19991111

Method SET_FILTER on class BD_LS_MON has no exception.

Method SET_OBJ_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GET_OBJTYP Call by reference Type reference (TYPE) FLAG OBJTYP statt NT zeigen 19991012

Method SET_OBJ_MODE on class BD_LS_MON has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in