WSPT_MONITOR is a standard Executable ABAP Report 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 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WSPT_MONI - Monitoring Tool for Webservice PT
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.
Selection Text: WERKS = D .
Selection Text: WADAT = D .
Selection Text: VBELN1 = Shipping Document Number
Selection Text: VBELN = Delivery Document Number
Selection Text: STATUS = Document Status
Selection Text: SEL_SHP = Shipping Documents
Selection Text: SEL_LIKP = Deliveries
Selection Text: R_BG = Execute in background
Selection Text: R_ALV = Display ALV
Selection Text: RESP_DT = Response Date
Selection Text: REJ_CODE = Rejection Code
Selection Text: P_VARI = D .
Selection Text: LGORT = D .
Selection Text: DOC_CATG = D .
Selection Text: CREATED = Created By
Selection Text: BUKRS = Company Code
Selection Text: APPR_ID = Approval ID
Title: Report WSPT_MONITOR
Text Symbol: TVW = Type of View
Text Symbol: 018 = Cannot be Processed.
Text Symbol: 017 = With Status
Text Symbol: 016 = Cannot be processed.
Text Symbol: 015 = @F1\Q Rejected @
Text Symbol: 014 = @DF\Q Approved@
Text Symbol: 013 = @5C\Q Error@
Text Symbol: 012 = " . Check the log for details.
Text Symbol: 011 = Response Updated with status "
Text Symbol: 010 = Document No.
Text Symbol: 009 = Log Details
Text Symbol: 008 = Message Text
Text Symbol: 007 = Type
Text Symbol: 006 = Log
Text Symbol: 005 = STATUS
Text Symbol: 004 = Additional Parameters
Text Symbol: 003 = Selection Criteria for Shipping Documents
Text Symbol: 002 = Selection Criteria for Delivery Documents
Text Symbol: 001 = General Selection Criteria
INCLUDE WSPT_MONITOR_TOP.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.