SAP Reports / Programs

MB_PICK_LIST SAP ABAP Report - Pick List







MB_PICK_LIST 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 MB_PICK_LIST into the relevant SAP transactions such as SE38 or SE80


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 MB_PICK_LIST. "Basic submit
SUBMIT MB_PICK_LIST AND RETURN. "Return to original report after report execution complete
SUBMIT MB_PICK_LIST 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: S_WERKS = Plant
Selection Text: S_UMWRK = Receiving Plant
Selection Text: S_UMLRES = Stock Transfer Reservns Only
Selection Text: S_UMLGO = Receiving Storage Location
Selection Text: S_RSNUM = Reservation Number
Selection Text: S_PROJNA = WBS Element
Selection Text: S_PROJN = WBS Element
Selection Text: S_NPLNR = Network
Selection Text: S_MATNRA = Material
Selection Text: S_MATNR = Material
Selection Text: S_KOSTL = Cost Center
Selection Text: S_KDAUF = Sales Order
Selection Text: S_FEVORA = Production Scheduler
Selection Text: S_DISPOA = MRP Controller
Selection Text: S_DISPO = MRP Controller
Selection Text: S_BDTER = Requirement Date
Selection Text: S_AUFNRA = Production Order
Selection Text: S_AUFNR = Production Order
Selection Text: S_ANLN1 = Asset
Title: Pick List
Text Symbol: 013 = Warning: Loss of data
Text Symbol: 012 = Goods movements have been entered
Text Symbol: 011 = Are the goods movements to be posted?
Text Symbol: 010 = Pick List: Incorrect Goods Movements
Text Symbol: 009 = Error posting the goods movements
Text Symbol: 008 = Do you want to correct the errors now?
Text Symbol: 006 = Goods movements are incorrect
Text Symbol: 005 = Goods movements being posted
Text Symbol: 004 = Reservations being read
Text Symbol: 003 = Pick List
Text Symbol: 002 = Selection from Production Orders
Text Symbol: 001 = Selection from Reservations


INCLUDES used within this REPORT MB_PICK_LIST

INCLUDE MBPLTOP.
INCLUDE MBPLSEL.
INCLUDE MBPLDB1.
INCLUDE MBPLFC1.
INCLUDE MBPLFM1.
INCLUDE MBPLFP1.




INCLUDE MBPLFS1.


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 MB_PICK_LIST or its description.