Mass Printing of Delivery Notes

Hello SCN,
Is there a way to reprint all delivery notes printed for a specific period? Transaction or Report? Let's say for example all DN printed last month by a specific user?
Please help me solve this problem.
Thank you in advance.
Jayson.

Hi,
First you can get the list of all deliveries which were printed for a given selection criteria. If you know the output type and the time during which the list of outputs to be reprinted, your job is half done. Just go to NAST table, give the output name and the created on date. The object key in the result represents the delivery document number.
Now there is a catch there. If the despatch time is 1 (Send by periodical job), then you have to use the program RSNAST00 in the transaction code SE38 and give the delivery numbers(in object key field) with trailing zeros for 10digits and give the output type , click the "Send again" checkbox and execute the program. Now all the outputs for the object keys will be reprinted.
If the despatch time is 3, then you have to use the tcode VL71 give the dleivery number, output type and processing mode as 2. Now the output will be reprinted.
If the despatch time is 4, you can use RSNAST00 itself.
Hope this helps

Similar Messages

  • How to prevent  a printing of Delivery Note for Spcecific Material Type

    Hi,
    I had a requirement wherein it was required to "Prevent Mask Delivery notes from printing to Shipping dept"
      addition info:  All delivery notes are currently set to print in shipping. We can put in a logic to prevent the printing of
      delivery note for a specific material type (like mask)
      for this i used copy control routine 'RV61B902' in the include  for tcode vl02n or vl01n..
      my logic is fine..
    include 'RV61B902'.
    sy-subrc = 0.
    DATA : w_matnr LIKE lips-MATNR.
    IF T683S-KSCHL = 'LD00'.
      IF sy-tcode = 'VL01N' OR SY-TCODE = 'VL02N'.
        select  matnr into w_matnr  from lips where vbeln eq komkbv2-vbeln.
          condense w_matnr.
          if W_matnr cs '*MASK'.
              SY-SUBRC = 4.
              exit.
            endif.
        ENDSELECT.
      ENDIF.
      ENDIF.
      question : My check was overwritten by the subsequent logic
    please advise.
    ESWAR
    Edited by: tarakeswar  rao on Nov 5, 2008 3:39 PM

    end user wants output to be stopped right, that will be controlleed in Output requirement only.
    What does that has to do witj copy control. It will not do anything in your case

  • Stop re printing of delivery note

    Hi All,
    My requirement is to stop re printing of delivery note after it is processed once and printed.
    The NAST-STAT field is not changing to any value except 0. i am not able to figure out what change it requires. guidance needed.
    thanx.

    Hi,
    I presume that you have configured output type to print, if so in the FORM ENTRY you will have to update the return code as 0 if print was successful.
    Now, NAST-VSTAT will be updated to three possible values.
    0     Not processed - The entry will remain in this state until the form is printed.
    1     Successfully processed - It will be updated to "1", once the form is printed successfully, it will not be set to "1" if you just do a print preview.
    2     Incorrectly processed
    Regards,
    Chen

  • Printer for delivery note

    Hi ,
    How to set default printer for delivery note...
    Prashanth

    Hi There,
    Do this by  printer configuration in the spool.
    Go to T-Code SP01,
    Execute the spool request,
    Then  select the required spool and change the printer name in the option 'Print with changes parameters' from the menu option spool request.
    Thanks,
    Raja

  • Selective line item to be printed in Delivery Note

    Hi All!
    There is a specific requirement that the packing material used should not be printed but the number of packed units should get printed with the identification number.
    for e.g. There is 100kg of Aluminium strips [Material XYZ] which is to packed by reels [Material ABC]. Suppose we use 2 reels to pack the 100kg strips. Then in the Delivery note it should print only :
    Material XYZ     2reels     100kgs
    The packing material has no billing relevance in our scenario, hence it is not to be shown.
    By removing the indicator for billing relevance and pricing in Item Catergory HUPM, I am getting the pricing as zero but the line item created due to packing is getting printed.
    Please suggest how to solve this.
    Thanks & regards
    Karthik

    no replies.

  • Pallet Label printing through delivery note

    Hi All!
    As a user of SAP,how will he print pallet labels.I know that when the user browses through VL02N and gives the delivery note and identifies the handling unit of the pallet he wants to print and from there to outout screen and print.
    My query is per HU there is one label to be printed whether it may be pallet or box.Can the user make multiple selections to make a print.I mean if the user wants to print 10 box labels at a time how he is going to do that.
    Please explain me the procedure to do that.
    Regards
    Pavan

    Pavan,
    Try transaction VL71.  You can print multiple delivery related output from this transaction.
    Brian

  • How to pop up error message when printing invoice / delivery note

    i have a problem that when I'm going to print the invoice (VF03), i have to check the field displayed e.g. port of loading, final destination should not be empty.If both are empty, when user is ready to print, then alert message is displayed (e.g. Please return to the invoice to fill in the port of loading / final destination) and is not allowed to print it out
    i'm using Zxxxxx program (including the subroutine)  and SAPScript form Zxxxxxx ,in the form, i use "PERFORM XXX IN PROGRAM ZXXXX" to call the parameter,so how can I do the alert message and stop the printing process and Do i write a checking subroutine in the program and perform that subroutine , so that when that required fields are empty, then show alert when printing?
    PLs advise

    Hi Sky,
    i wont suggest you to give a pop up as if you try and execute the invoice in background it would cause termination.
    Standard way of doing it is by updating nast entries. You can refer below mentioned pseudo code. You can also refer to any standard driver program & form attached to a output type for  more code.
    The below code would show your output condition in error status if your condition fails.
    **Do you validations in the print program and  check for return code.
      IF SY-SUBRC NE 0.
        PERFORM PROTOCOL_UPDATE.
        RETCODE = 1.
        EXIT.
      ENDIF.
          FORM PROTOCOL_UPDATE                                          *
          The messages are collected for the processing protocol.       *
    FORM PROTOCOL_UPDATE.
      CALL FUNCTION 'NAST_PROTOCOL_UPDATE'
           EXPORTING
                MSG_ARBGB = SYST-MSGID
                MSG_NR    = SYST-MSGNO
                MSG_TY    = SYST-MSGTY
                MSG_V1    = SYST-MSGV1
                MSG_V2    = SYST-MSGV2
                MSG_V3    = SYST-MSGV3
                MSG_V4    = SYST-MSGV4
           EXCEPTIONS
                OTHERS    = 1.
    ENDFORM.
    Hope this Helps you.
    Sumit

  • Multi - times print of delivery note

    Hi,
    We are getting one problem for one perticular printer say "X" we are not able to take
    multi times print. But for another printer say "Y" we can take multi times print.
    for both the printer Output type is same.
    Where can be the problem?
    as per my understanding taking multi times print is printer independant.
    how to resolve this problem?
    thanks
    Anup

    Check T.code SPAD  > output attributes tabe> check Copy counter is 'X" if not change and try, if not sucessfull, then check with Basis guy.

  • Auto print invoice with delivery notes

    I am trying to find a way when we print invoices to have it print the matching delivery note as well.  Currently as you are aware you have to do the process in a separate manner which is not satisfactory for us.
    Thank you in advance,
    Chad

    hello,
    at present,it is not possible to create print flows such printing the delivery note with the invoice etc when you using the internal layout edtitor PLD. As a workaround you could use the Document Printing Option(Sales -A/R / Document Printing) to print a Selection of Documents.

  • Document Printing - Delivery Note and Packaging

    Hi Experts,
    When I print my Delivery Notes through Document Printing my Packaging Document prints off automatically.  Please can you tell me if it's possible to switch this off so when I print my Delivery Notes through Document Printing only my Delivery Note prints off without the Packaging Note also printing.
    Many thanks for any help,
    Caroline

    Hi Gordon,
    Thanks for your reply.
    The options I can see on my Document Printing are:
    Document Type - I've selected 'Deliveries'
    Series - I'll selected 'All'
    When Batch/serial No Exist, Print - no matter what I select here I always get the Packaging Note printed.
    Is there anyway to stop the Packaging Note being printed when printing the Delivery Note through Document Printing?
    Thanks so much for your help.
    Caroline

  • Printing delivery note via attachment list

    Hi all,
    when I print a delivery note in VL02N, it is also archived as PDF in our archive system (SAPERION).
    My problem is, that a print from archive via attachment list is different (e.g. different borders) from that, which i printed at first.
    Is there any chance to get the same output again?
    Regards, Hubert

    Hi,
    T. code for Output for Picking list is VL70
    T. Code for outputs for Deliveries is VL71.
    Hope this is clear.
    Reward if helpful.
    Thanks,
    Praveen

  • Printing delivery notes upon picking confirmation

    We wish to only print delivery notes once picking is confirmed and goods ready to go.  We can achieve this in VL02n via amendment to routine 35 in V/27 however generation of output does not appear to apply when picking is confirmed via transaction VL06C rather than in the delivery itself.  Any suggestions as to how to generate reliable printing of delivery notes upon confirmation that picking is complete?
    Thanks
    Birna Rowley

    Hi,
    In the definition of output scheme, set  a new conditional subroutine (define it with VOFM) as 035 (for instance 935), as this coding:
    form kobev_935.
    * Workarea KOMKBV2 is available
      if  komkbv2-kostk = 'C'.
        sy-subrc = 0.
      else.
        sy-subrc = 4.
      endif.
    endform.
    form kobed_935.
    endform.
    Check before with debugging that KOMKBV2-KOSTK has the desired value. After, define the output with VV21 and option inmediatly.
    I hope this helps you
    Regards,
    Eduardo

  • Trx for printing picking list and from this printing delivery note.

    Hi,
    1) what is the trx for printing the picking list?
    2) what is the trx for printing the delivery note starting from a picking list?
    Best regards

    Hi,
    T. code for Output for Picking list is VL70
    T. Code for outputs for Deliveries is VL71.
    Hope this is clear.
    Reward if helpful.
    Thanks,
    Praveen

  • Delivery note VS material document

    Hi,
    is there any difference between both of them ?
    rgds

    Hi SAP LEARNER,
    I'm learning SAP too.
    In inventory management, if you execute a booking the system creates a material document.
    For instance if you receive goods against a PO a material document will be generated that contains several things: posting date. transaction code, material number, movement type, etc.
    If you book against a production order (confirmation) you also get a material document that contains the 'result' of your PrdOrd (FG, SFG; the material you've produced) and it contains the withdrawal of the components that you consumed during production.
    You can check material documents via MB03. I recommend you to try MB51 and you'll understand what naterial document is. (MB51 displays the ID of material document > clicking on it you enter the doc and you can examine it).
    When you create a delivery (VL01N) for e.g. a sales order it is possible to print a delivery note. You can send the delivery note via email or physically to your customer (in this case). Independently from SAP you can use delivery note in logistics processes.
    The above mentioned 'delivery doc' is an object in SAP, and you print some informatin from it onto a delivery note.
    It is similar to PO. Purchase order is an object in SAP but you can print out a 'PO'.
    (E.g. in case of MS Excel you can use 'page preview'. Your excel file is much more than this 'page preview' since it may contain formulas, macros, etc. Delivery doc is your 'excel file' and delivery note is your 'page preview'. )
    When you create a delivery document and execute post goods issue, the status of your delivery document will be changed. Due to the 'post goods issue' your stock will be decreased via movement type 601 (e.g.). A material document will be created about this action. Additionally, if you want you can print a delivery note and send it to your partner.
    BR
    Csaba

  • Pritning of delivery notes from VT06

    Hi All,
    We are actually facing a problem with the order of printing.
    We launch multiple shipment from VT06 to print all the associated delviery notes.
    Our problem is that , when printed the delivery notes they are not being regrouped by shipment. we want all the delivery notes to be regrouped per shipment, but they are getting mixed up.
    Example:
    Shipment A delivery 1,2,3
    Shipment B delivery 4,5,6
    when printing we are getting  5,3,1,6,2,4
    what we want is (1,2,3 - in any order) (4,5,6-in any order)
    Can any one kindly provide some help?
    thanks and regards,
    Fad, Nit and Lin

    Hi Boss,
    check the windows  first, i think you are modified thae standard
    shipment order. please check that or other wise search for
    oss note.
    With Regards,
    Narasimha Rao.

Maybe you are looking for