SAPMWPER 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 SAPMWPER into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WPER - POS interface monitor
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: P_SYSTP = Application
Selection Text: S_VKORG = Sales Organization
Selection Text: S_VTWEG = Distribution Channel
Selection Text: P_DAT_B = D .
Selection Text: P_DAT_V = D .
Selection Text: P_DOCNR = D .
Selection Text: P_TIME_B = D .
Selection Text: P_TIME_V = D .
Selection Text: S_CLASS = D .
Selection Text: S_CLTYPE = D .
Selection Text: S_DOCNUM = D .
Selection Text: S_MESTYP = D .
Selection Text: S_STATUS = D .
Selection Text: S_STORE = D .
Title: POS Interface Monitor
Text Symbol: 097 = Reference Number
Text Symbol: 096 = Restart already executed
Text Symbol: 095 = Error - IDoc does not have to be created
Text Symbol: 094 = Notes logged
Text Symbol: 093 = Warnings logged
Text Symbol: 092 = Errors logged
Text Symbol: 091 = Error, IDoc correctly created
Text Symbol: 090 = No IDoc created
Text Symbol: 086 = No items exist
Text Symbol: 085 = To
Text Symbol: 084 = Segment Number
Text Symbol: 083 = F.cl.
Text Symbol: 082 = No communication confirmation received
Text Symbol: 081 = IDoc description
Text Symbol: 080 = not maintained
Text Symbol: 078 = Long Text
Text Symbol: 077 = Ser doc. no.
Text Symbol: 076 = Last item
Text Symbol: 075 = End range
Text Symbol: 074 = Str range
Text Symbol: 073 = Part fnc 2
Text Symbol: 072 = Part fnc 1
Text Symbol: 071 = Fnc
INCLUDE MWPERE01.
INCLUDE MWPERF01.
INCLUDE MWPERF02.
INCLUDE MWPERO01.
INCLUDE MWPERF03.
INCLUDE MWPERF04.
INCLUDE MWPERF05.
INCLUDE MWPERO02.
INCLUDE MWPERF06.
INCLUDE MWPERF07.
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.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name SAPMWPER or its description.