SAP Reports / Programs

PP_PICK_LIST SAP ABAP Report - Pick List







PP_PICK_LIST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Pick List You can use this report to create a see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter PP_PICK_LIST 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

MB26 - Picking list


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 PP_PICK_LIST. "Basic submit
SUBMIT PP_PICK_LIST AND RETURN. "Return to original report after report execution complete
SUBMIT PP_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_PRIO_R = D .
Selection Text: S_WERKS = Plant
Selection Text: S_VORNR = Operation Number
Selection Text: S_UMWRK = Receiving Plant
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_PLNFL = Sequence
Selection Text: S_ORDER = Internal Order
Selection Text: S_NPLNR = Network
Selection Text: S_MATNRA = Material
Selection Text: S_MATNR = Material
Selection Text: S_LGORT = Storage Location
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_AUTYPA = Order Category
Selection Text: S_AUFNRA = Order
Selection Text: S_AUFNR = Order
Selection Text: S_ANLN1 = Asset
Selection Text: S_ADVCOD = Advice Code
Selection Text: P_SER = Without Serialized Materials
Title: Pick List
Text Symbol: 014 = Additional Selection Criteria
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 of Orders
Text Symbol: 001 = Selection from Reservations


INCLUDES used within this REPORT PP_PICK_LIST

INCLUDE PPPLTOP.
INCLUDE PPPLSEL.
INCLUDE PPPLDB1.
INCLUDE PPPLFC1.
INCLUDE PPPLFM1.
INCLUDE PPPLFP1.
INCLUDE PPPLFS1.


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