Show TOC

 Printer Determination in Delivery Processing

Purpose

You can use this process in Extended Warehouse Management (EWM) to print various documents on particular printers in the different storage sections, for example, in the goods receipt area or goods issue area.

EWM uses printer determination in the goods receipt process to print unloading instructions and in the goods issue process to print the delivery note and loading instructions.

Prerequisites

  • If appropriate, you have defined a print profile in the default values. To do so, on the SAP Easy Access screen, choose Start of the navigation path Extended Warehouse Management Next navigation step Delivery Processing Next navigation step Outbound Delivery Next navigation step Pickup. End of the navigation path Choose Default Values and enter a print profile.

  • If appropriate, you have implemented your own printer determination in Business Add-In (BAdI) /SCDL/PPF_ADD_DATA in method GET_PRINTER. For more information, see the BAdI documentation.

  • If appropriate, you have implemented your own print profile determination in BAdI /SCWM/EX_DLV_PRINT_PROFILE. For more information, see the BAdI documentation.

  • If appropriate, you have defined one or more print profiles in Customizing for EWM.

    For more information, see the Implementation Guide (IMG) for EWM under Start of the navigation path Extended Warehouse Management Next navigation step Goods Receipt Process Next navigation step Inbound Delivery Next navigation step Print Next navigation step Define Print Profiles for Delivery Processing End of the navigation path and Start of the navigation path Goods Issue Process Next navigation step Outbound Delivery Next navigation step Print Next navigation step Define Print Profiles for Delivery Processing End of the navigation path .

  • If appropriate, you have defined one or more Post Processing Framework (PPF) actions in Customizing for the PPF.

    For more information, see the IMG for EWM under Start of the navigation path Extended Warehouse Management Next navigation step Cross-Process Settings Next navigation step Delivery Processing Next navigation step Actions Next navigation step Change Actions and Conditions Next navigation step Define Action Profiles and Actions End of the navigation path and Define Conditions .

  • You have defined print profile determination for the goods receipt process or goods issue process in Customizing for EWM.

    For more information, see the IMG for EWM under Start of the navigation path Extended Warehouse Management Next navigation step Goods Receipt Process Next navigation step Inbound Delivery Next navigation step Print Next navigation step DefinePrint Profile Determination for Goods Receipt Process End of the navigation path or Start of the navigation path Goods Issue Process Next navigation step Outbound Delivery Next navigation step Print Next navigation step DefinePrint Profile Determination for Goods Issue Process End of the navigation path .

Process

EWM attempts to determine the printer in the following sequence:

  1. EWM checks whether you have specified a print profile in the default values on the user interface for pickup. If so, it uses the name of the printer from this print profile.

  2. If EWM cannot find a printer in step 1, it checks whether you have implemented your own printer determination in BAdI /SCDL/PPF_ADD_DATA. If so, it uses this printer.

  3. If EWM cannot find a printer in step 2, it checks whether you have implemented your own print profile determination in BAdI /SCWM/EX_DLV_PRINT_PROFILE. EWM uses the printer from this print profile.

  4. If EWM cannot find a printer in step 3, it checks whether you have defined a print profile determination for the goods receipt process or the good issue process in Customizing for EWM. EWM uses the printer from this print profile.

    You can define an access sequence for print profile determination. As a result, EWM considers one or more combinations of different parameters for the print profile, for example, goods receipt office, ship-to location, and warehouse number.

  5. If EWM cannot find a printer in step 4, it checks whether you have specified a printer in the user master data. On the SAP Easy Access screen, choose Start of the navigation path System Next navigation step User Profile Next navigation step Own Data End of the navigation path to specify your own output device in the Spool Control group box on the Defaults tab page.

If EWM does not find a printer, it does not schedule the PPF action for printing.

See also:

Print Profile Determination for Invoice Printout

Printing Delivery Notes