WSPT_MONITOR_FORMROUTINE 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_FORMROUTINE 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_FORMROUTINE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'WSPT_LIKP' " ty_wspt_likp_main changing ct_fieldcat = it_fcat_main.
REUSE_ALV_VARIANT_F4 call function 'REUSE_ALV_VARIANT_F4' exporting is_variant = g_variant i_save = g_save importing e_exit = g_exit es_variant = gs_variant exceptions not_found = 2.
FM_WSPT_DOC_REQ_RES call function 'FM_WSPT_DOC_REQ_RES' exporting i_vbeln = wa_wspt_likp_main-vbeln i_mjahr = wa_wspt_likp_main-mjahr i_mblnr = wa_wspt_likp_main-mblnr i_doc_catg = wa_wspt_likp_main-doc_catg i_doc_type = wa_wspt_likp_main-doc_type i_doc_level = wa_wspt_likp_main-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' exporting i_vbeln = wa_wspt_likp_main-vbeln i_mjahr = wa_wspt_likp_main-mjahr i_doc_catg = wa_wspt_likp_main-doc_catg i_doc_type = wa_wspt_likp_main-doc_type i_doc_level = wa_wspt_likp_main-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.