WSPT_MONITOR_MODULES_PAI 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 WSPT_MONITOR_MODULES_PAI 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: Include WSPT_MONITOR_MODULES_PAI
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FM_WSPT_DOC_REQ_RES call function 'FM_WSPT_DOC_REQ_RES' exporting i_vbeln = wa_wspt_likp_main_sel-vbeln i_mjahr = wa_wspt_likp_main_sel-mjahr i_mblnr = wa_wspt_likp_main_sel-mblnr i_doc_catg = wa_wspt_likp_main_sel-doc_catg i_doc_type = wa_wspt_likp_main_sel-doc_type i_doc_level = wa_wspt_likp_main_sel-doc_level i_from_monitor = abap_true " Note 1910088 importing e_doc_status = lv_status.
FM_WSPT_DOC_REQ_RES * call function 'FM_WSPT_DOC_REQ_RES' CALL FUNCTION FM_DYN_NAME exporting i_vbeln = wa_wspt_likp_main_sel-vbeln i_mjahr = wa_wspt_likp_main_sel-mjahr i_doc_catg = wa_wspt_likp_main_sel-doc_catg i_doc_type = wa_wspt_likp_main_sel-doc_type i_doc_level = wa_wspt_likp_main_sel-doc_level i_from_monitor = abap_true " Note 1910088 importing e_doc_status = lv_status.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
WSPT_MONITOR_MODULES_PAI - Include WSPT_MONITOR_MODULES_PAI WSPT_MONITOR_INIT_PROC - Include WSPT_MONITOR_INIT_PROC WSPT_MONITOR_FORM_LOGS - Include WSPT_MONITOR_FORM_LOGS WSPT_MONITOR_FORMROUTINE - Include WSPT_MONITOR_FORMROUTINE WSPT_MONITOR_CLASS - Include WSPT_MONITOR_CLASS WSPT_MONITOR - Report WSPT_MONITOR