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

Similar Messages

  • Error printing pick list from IW32

    Hi all,
    When trying to print pick list from transaction IW32, I get this error message:
    Express document "Update was terminated" received from author ...
    When I checked out this error message in SM13, I found this:
    Transaction code: IW32
    Module name (function): PM_ORDER_PRINT_CONTROL
    Status: Update was terminated
    Raise exception: KEY_NOT_FULLY_SPECIFIED (Complete key not entered)
    The shop paper (pick list) is customer defined (Z*) under application area O (Maintenance orders). This shop paper is set up to print to a certain printer, P1, and printing other PLM documents on this output device works fine.
    Does anyone have an idea what can be causing this error?
    All helpful answers will be rewarded.
    Best regards,
    MV

    Hi,
    I have tried to print the pick list several times, in development, test, and production systems. It fails with the same error each time.
    Do you have any ideas why this error occurs, is there any special IMG activity or PLM configuration that I could check to see if some printer settings are wrong?
    Regards,
    MV

  • Need to be able to setup printing for my Ipad2. How do I find the instructions. THe printer is installed and capable, but I do not see it from either my iPad2 OR iphone 4.  Please advise.

    need to be able to setup printing for my Ipad2. How do I find the instructions. THe printer is installed and capable, but I do not see it from either my iPad2 OR iphone 4.  Please advise.

    1. Make sure you've updated the printer firmware and successfully printed the test sheet from the printer.
    2. Make sure that your iPad is on the same network as your printer.
    3. Try printing from an app. To print this page from Safari, for example, go to the rectangle with the right- facing arrow on the toolbar, choose Print from the drop down menu, select your printer, and click Print.
    Printing in apps is usually under the rectangle-arrow symbol, but is also sometimes found under the wrench- "tools" symbol.

  • TS2776 I have my iphone 5 for 7 months now and from time to time, my contacts, without notice, get scrambled, i.e., multiple contacts go into one, or I lose contacts....How does this happen and why?   And is there a quick fix to reset the contacts as they

    I have my iphone 5 for 7 months now and from time to time, and without warning, my contacts get scambled, i.e., multiple contacts become one.   I am losing my patience.   Help.

    I couldn't find the edit button on my original post so I am posting an update here.
    I have gone through more apps and have had good luck on all but one more.  And it's not that the app doesn't work, I am talking about the Yahoo Weather app, It works fine, but when you swipe between cities the screen lags a bit and it sometimes doesn't move between pages the way it should.  On iOS 7.1.2 it was smooth as butter but on iOS 8.0, not so much.  I will post a note in the app store to let them know.  I really like the Yahoo app better than the new stock app.
    I have been going through my games and they all work fine. Angry Birds (Original and Stella), Canabalt, Minecraft, Bejeweled 2, Silly Walks, PopWords, Doodle Jump, Deep Green all seem to work just fine. 
    Starbucks app works as it should. 
    I will stop back again next week after I have had the weekend to play with it in detail and post my thoughts again.

  • Pick List and Pack List

    Can anyone please provide some light on how the system should generate a pick list and pack list. what config needs to be done and settings. or help me with some tutorials even.
    Thanks,
    Kanna Palle.

    Dear Kanna,
    Picking & Packing lists are the output types in the shipping output process.
    Packing list
    Standard output type for Packing list is PL00
    To get the Packing list output you need to do the output determination settings for the outbound deliveries.
    In the output determination procedure you keep the Packing list output type.
    Picking list
    1. First assign your Output type EK00 to the shipping point(Enterprise Structure - Definition of Shipping point), also maintain the time and medium.
    2. Use TCode V/38, to maintain the condition type EK00, maintain the time,print parameters and transmission medium.
    Also assign the processing routines Prog: RVADEK1,Form Routine: ENTRY, Form:SD_PICK_SINGLE
    3. Mainatain the print parameters for shipping pt using TCOde VL01SHP.
    For output determination in shiiping go through this IMG path
    IMG>Logistics execution>Shipping>Basic Shipping functions>Output control>Output determination>Maintain Output Determination for Outbound Deliveries
    -->Maintain Condition Tables
    -->Maintain Output Types
    -->Maintain Access Sequences
    -->Maintain Output Determination Procedure
    -->Assign Output Determination Procedures
    Maintain condition records through VV21 transaction.
    I hope this will help you,
    Regards,
    Murali.

  • Print picking list

    T-code MB26 gives picking list. Can I print this list as picking slip if the stock is available ?

    Balaji,
    Yes, you can execute the print with MB26, click on program and select second option execute the print.
    Alternately for printing chk the below link :
    http://help.sap.com/saphelp_46c/helpdata/en/35/b0e8d187a62488e10000009b38f9b7/frameset.htm
    BR,
    Krishna

  • The bullet list, numbered list and the normal text is not converting when I am converting from RH 9 to MS Word 2010

    Hi all,
    Greetings for the day
    I am created a new CSS in Robohelp 9. I have also created a new template in Word 2010. The style sets for different information elements like (Heading, bullets, body text, ) are more or less same between the CSS and the new templates. I am also able to map the .css styles to Word template when I am converting from RH to Word as I am getting the necessary option in the drop-down list.
    However, when the output is generated, the bullet, the numbered list and the body text is not converting at all. The body text works sometimes. However, the numbered list and bullet list is coming out as images.
    If anybody knows the solution, I can share the .css and Word template.
    Thanks in advance.
    Regards,
    Parag Deb

    Create a new project with two or three topics containing lists of both types. Generate a printed output that shows the problem. Then zip it up and send it to me. See the Contact page on my site for instructions.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • ADG is not picking up changes from this getter

    My ADG is not picking up changes from this getter, is it because the whole class needs to implement IEventDispatcher ?
    <mx:AdvancedDataGridColumn headerText="Delete" dataField="reviewDate" visible="{userModel.loggedInUser.deleteReview}" id="deleteColumn">
    UserModel.as
        [Bindable(event="propertyChange")]
            public function get loggedInUser():User
                return _LoggedInUser;
        public function set loggedInUser(value:User):void
                _LoggedInUser = value;
                //loggedInUserModified.dispatch();
                eventDispatcher.dispatchEvent (new Event ("propertyChange"));

    Hi ,
    This is due to the query cache not getting updated for portal
    view this problem can be solved by only refreshing the query
    and u can get the help of basis people if there are anyother
    way for this .
    Assigning points is the way of saying thanks in SDN
    Regards ,
    Subash Balakrishnan

  • Which transaction is used to print picking list

    Hi All,
    Can any body tell me which transaction is used to print picking list(SD)?I have to put some restrictions before printing the picking list.
    Thanks&regards
    Mahesh

    Hi,
    first you need to find a delivery with the VL06O  (for picking)
    after go to VL02N, modify the delivery quantity and save. The Picking list will be automaticly printed.
    Rgd
    Frédéric

  • Open Interface for Approved Supplier Lists and Sourcing Rules

    Hi All,
    Is there an open interface or an API available for Appeoved Supplier Lists and Sourcing Rules.
    Thanks and Regards,
    MPH

    Hi sandeep,
    I prefer to use the API mentioned.
    However this is in Oracle Manufactirung and we dont use that module instead I want to define them in Oracle Purchasing.
    can I still do it in Purchasing using the same API.
    Further as per the document there are 3 entities
    01) Sourcing Rule/Bill of Distribution
    02) Receiving Organization
    03) Shipping Organization
    Do I need to define all 3 in order to make it work?
    Thanks and Regards,
    MPH

  • Looking for a good black and white laser printer

    I am sorry if I am at a wrong place, but  I would like to get some recommend for a good black and white laser printer.  Maybe some of the user in this group have some good experience
    Thanks in advance - Frank

    The Brother HL-5340D is an excellent choice. It's much cheaper to operate in the long run than others. I did a cost breakdown between it and an HP printer here.
    However the HL-5340D is discontinued. We paid $170 for ours new, and new ones that remain are at a price gouging $530. The current nearest model is the updated HL-5450DN for $185.

  • I have upgrade my iphone 4 to ios 6 and from this moment every day my iphone go to block. it turn off and i can't turn on if i don't connect to charge connectors.. someone have the same problem? how can i solve it?

    i have upgrade my iphone 4 to ios 6 and from this moment every day my iphone go to block. it turn off and i can't turn on if i don't connect to charge connectors.. someone have the same problem? how can i solve it?

    I am experience a similar problem, my iphone 4 either turns off by itself or I am unable to answer a call. Everything just blocks. After contacting 2 different apple service spots still no answer as to how can we fix the problem. Worse, I am unable to revert back to ios 5.1.1 where everything worked just fine.

  • My icloud account keeps telling me that my user name or password for icloud is incorrect but it works for downloading apps etc and joining this forum

    my icloud account keeps telling me that my user name or password for icloud is incorrect but it works for downloading apps etc and joining this forum

    Accessing the itunes store and joining this forum are different accounts than an icloud account, so it's not necessarily true that your ID for icloud is the same as for itunes.
    Did you set up an icloud account?
    To create a new icloud account, go to
    http://www.apple.com/icloud/setup/

  • How could i download drivers for imac mc814 for windows 7 ? and from where ?

    how could i download drivers for imac mc814 for windows 7 ? and from where ?

    If you are trying to run MS Windows in Boot Camp then please post in the correct forum, the Boot Camp forum. That is where the Windows guys hang out.

  • Printing in list form , appointments ONLY in ical, not the whole month.

    Hi there, I have already done a quick scan of the net and I am unable to come up with a solution.
    All I want to do is be able to print out a list of appointments (with date etc) that I have made, not in month view, but just the dates with appointments in.
    Is there an App to do this? I have found ICalPrint but it wont let me try it as a demo.
    Please help, any help would be greatly appreciated.

    I just tried this for the first time lastnight and cannot believe how something so simple does not work. I have a calendar just for birthdays because I was working on a new iPhoto calendar. I wanted to print the list of birthdays and dates so I went to Print in iCal and saw the 'Print List' selection and thought that would work great.
    I selected 1/1/08 as the start date and then selected for 365 days expecting just a list of upcoming events in the calendar. Instead it wants to print page after page with every date on it for the next year even if there is nothing scheduled for that day. It just prints 'None'. How hard would it be to have it just print what is in your calendar for the next xx days. I think it would be handy to have a list of upcoming events printed out to glance at or mark up.
    I am glad I am not the only one that thought this was so simple, yet impossible to do. I hope it gets changed. Maybe with Leopard it will be different.
    - James

Maybe you are looking for

  • A question about share interface in java card

    I meet a big problem in java card recently. I try to develop a loyalty and a purse in the JCOP 20 . I use the share interface to share data between two applets.At first I write two small applets to test the share interface.Then I manully dowon the tw

  • Change Desktop Background Broken 10.8

    When I "2 finger (right click)" click on the desktop and select "Change Desktop Background", System Preferences comes up and I can change my background.   I then close System Preferences and try it again and System Prefrences doesnt open.  It will wo

  • ITunes also playing videos/movies?

    Hi, I have stupid question, can I play in iTunes videos or movies? Thanks for reply.

  • Need sql query to import from excel sheet

    Hey , i need sql query to import from excel sheet. i work in a company where i need to daily update the data from excel sheet. if i get a shortcut method i ill be very thank full to you guys to reduce my work upto 10 %.

  • Repository Table Empty after mapping procedures

    I'm using OWB 11g and simply trying to do a 'test case' where I create a simple mapping from a single (oracle) source table to a target table and then generate and populate a repository table. All 3 tables have the exact same structure. The problem i