SAP Reports / Programs | Sales and Distribution | POS Interface(SD-POS) SAP SD

SAPMWPER SAP ABAP Report - POS Interface Monitor







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WPER - POS interface monitor


ABAP code to call this SAP report using the submit statement

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.






SUBMIT SAPMWPER. "Basic submit
SUBMIT SAPMWPER AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMWPER VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: 070 = Serial doc.no.
Text Symbol: 069 = Last item
Text Symbol: 103 = Creation Time
Text Symbol: 301 = Reverse document
Text Symbol: 300 = Comments to 399
Text Symbol: 252 = selected documents be changed?
Text Symbol: 251 = Should the POS status of all
Text Symbol: 250 = Mass change to POS status
Text Symbol: 221 = Other messages
Text Symbol: 219 = Processed
Text Symbol: 218 = Not fully processed
Text Symbol: 217 = Inbound
Text Symbol: 216 = Outbound
Text Symbol: 215 = Application subtype
Text Symbol: 214 = IDoc
Text Symbol: 213 = Inbound messages communication
Text Symbol: 212 = Partners system messages
Text Symbol: 211 = Communication successful
Text Symbol: 210 = Communication incorrect
Text Symbol: 209 = Outbound messages communication
Text Symbol: 208 = Outbound processing
Text Symbol: 207 = POS Interface Monitor
Text Symbol: 206 = Documents Processed
Text Symbol: 204 = To be processed
Text Symbol: 200 = Inbound Processing
Text Symbol: 106 = Selection Data
Text Symbol: 105 = Dummy Initialization
Text Symbol: 104 = To
Text Symbol: 068 = Range to
Text Symbol: 034 = Plant (receiving)
Text Symbol: 033 = Creation Time
Text Symbol: 032 = Creation Date
Text Symbol: 031 = POS Outbound Log
Text Symbol: 030 = Client
Text Symbol: 028 = Message
Text Symbol: 027 = Intermediate doc. missing
Text Symbol: 026 = Data missing
Text Symbol: 025 = See note
Text Symbol: 024 = Format termination





Text Symbol: 023 = Trs.Time
Text Symbol: 022 = Trs.Dat.
Text Symbol: 021 = App.
Text Symbol: 020 = Plant
Text Symbol: 019 = Comm.
Text Symbol: 018 = Closing
Text Symbol: 017 = Opening
Text Symbol: 016 = SOrg
Text Symbol: 015 = POrg
Text Symbol: 014 = Location
Text Symbol: 013 = Description
Text Symbol: 012 = Plants closed
Text Symbol: 011 = - Total upload errors
Text Symbol: 010 = - Total download errors
Text Symbol: 009 = Plant without electronic data interchange
Text Symbol: 008 = Processing upload
Text Symbol: 007 = Communication upload
Text Symbol: 006 = Messages POS/SRS/SCS
Text Symbol: 005 = Communication download
Text Symbol: 004 = Format download
Text Symbol: 003 = Plants with electronic data interchange
Text Symbol: 002 = Plants opened
Text Symbol: 001 = Total plants
Text Symbol: 067 = Range from
Text Symbol: 066 = Part function 2
Text Symbol: 065 = Part function 1
Text Symbol: 064 = Update status
Text Symbol: 063 = Localization in prog.
Text Symbol: 062 = Function
Text Symbol: 061 = SAP segment number
Text Symbol: 060 = SAP segment name
Text Symbol: 059 = Message
Text Symbol: 058 = Processing OK
Text Symbol: 057 = ---------------------------
Text Symbol: 056 = POS communication overview
Text Symbol: 055 = NOK
Text Symbol: 054 = Plant overview
Text Symbol: 053 = OK
Text Symbol: 052 = Last IDoc key



Text Symbol: 051 = First IDoc key
Text Symbol: 050 = S
Text Symbol: 049 = NoLines
Text Symbol: 048 = SegNo.
Text Symbol: 047 = IDoc cat.
Text Symbol: 046 = IDoc Number
Text Symbol: 045 = ItmNo.
Text Symbol: 044 = Transm. status
Text Symbol: 043 = Format status
Text Symbol: 042 = End IDoc creation
Text Symbol: 041 = No. IDocs
Text Symbol: 040 = Preparation mode
Text Symbol: 039 = Creation time (to)
Text Symbol: 038 = Creation time (from)
Text Symbol: 037 = Creation date (to)
Text Symbol: 036 = Creation date (from)
Text Symbol: 035 = Application


INCLUDES used within this REPORT SAPMWPER

INCLUDE MWPERE01.
INCLUDE MWPERF01.
INCLUDE MWPERF02.
INCLUDE MWPERO01.
INCLUDE MWPERF03.
INCLUDE MWPERF04.
INCLUDE MWPERF05.
INCLUDE MWPERO02.
INCLUDE MWPERF06.
INCLUDE MWPERF07.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

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.