Sapass

 Simplify SAP R/3 development with Excel VBA/VB RFC  
Home> Bapi>SystemMonitor



Index

SystemMonitor

SystemMonitor


No description is available


11-Dec-2005


Methods

Available Methods


  • GetDetails : Read (display) properties into system monitor [ BAPI_SYSTEM_MON_GETDETAILS ]
  • GetList : Read all monitors in a monitor set [ BAPI_SYSTEM_MON_GETLIST ]
  • GetTemplate : Read system monitor template [ BAPI_SYSTEM_MON_GETTEMPLATE ]
  • GetTree : Reports the monitor tree [ BAPI_SYSTEM_MON_GETTREE ]

11-Dec-2005


GetDetails

GetDetails


This tool reports the display settings that are only valid for a monitor.

If the external view is to be adapted to the R/3 view, the monitor set-specific settings must be taken into account as well as these settings. The monitor set details can be imported using
MonitorSet.GetDetails.

Further Information

XAL documentation


11-Dec-2005


GetList

GetList


This tool reports all monitors that belong to a specific monitor set.

This monitor can be used, for example, to determine the monitor template or the fully-expanded monitor tree.

Further Information

XAL documentation


11-Dec-2005


GetTemplate

GetTemplate


This tool reports the monitor templates belonging to the monitor.

The monitor templates can be used to create the complete monitor tree (for example, using SystemMonitorTree.CreateByTemplate).

Notes

The monitor templates contain the virtual sum nodes as well as the real
top nodes for the (real) subtrees belonging to the monitor tree.


11-Dec-2005


GetTree

GetTree


This tool returns the complete monitor tree for a specific monitor name.

This monitor tree contains all of the virtual and real nodes.

Further Information

XAL documentation


11-Dec-2005