WCB_AG_VIEWCLUSTER_EVENTS is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter WCB_AG_VIEWCLUSTER_EVENTS into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Program WCB_AG_VIEWCLUSTER_EVENTS
INCLUDE LSVCMCOD.
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_EWUF_LOCK_APPL * CALL FUNCTION 'ENQUEUE_EWUF_LOCK_APPL' * EXPORTING * application = l_application * EXCEPTIONS * foreign_lock = 1 * system_failure = 2 * OTHERS = 3.
DEQUEUE_EWUF_LOCK_APPL * CALL FUNCTION 'DEQUEUE_EWUF_LOCK_APPL' * EXPORTING * application = l_application.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
WCB_AG_VIEWCLUSTER_EVENTS - Program WCB_AG_VIEWCLUSTER_EVENTS WCB_AG_VIEWCLUSTER_EVENTS - Program WCB_AG_VIEWCLUSTER_EVENTS WCBRETRO03TOP - documentation and ABAP source code WCBRETRO03E1 - documentation and ABAP source code WCBRETR01TOP - documentation and ABAP source code WCBRETR01E01 - documentation and ABAP source code