How to configure automatic printing of picklist for an OBD?

Hi Experts,
Can you pleae let me know how to configure automatic printing of picklist for an OBD?
Thanks,
Shetty

1. To see whether picking list (EK00) is generated:
VL02n open the delivery -> menu bar -> extrax -> picking output . 
Is EK00 there? If not, it means that EK00 is not generated for this delivery.
If EK00 is green -> it means that it has been printed.
If it's yellow -> it means that it hasn't been printed yet. Now you have to goto VL70 to print it.
2. To generate a picking output for one delivery, you have to do:
[1] In customizing of shipping point, (img -> enterprise structure -> defination -> logistics execution ->shipping point), you have to set picking output  (TVST-KSCHL).
[2] Item is relevant for picking, and plant/storage location is not assigned to a warehouse.
[3] Set default print parameter in customizing.  (IMG -> Logistics Execution -> Shipping -> basic function -> output control ->define print parameter -> V4 -> for you picking output type -> assign default print parameter to shipping point ).
Edited by: Harry Wu on Jul 23, 2010 3:07 AM

Similar Messages

  • How to configure default Printer Storage mode for specific user?

    Dear all,
    When we try to print something from the SAP, we can manually change the settings of the printing by clicking on the "Properties".
    Inside the "Properties", there is a "Ouput Options", extend it, and we can see a field called "Storage Mode". In my screen, by default it is always "Print Only".
    My question is, if the user A must to change the default to "Archive only", and this change only affect this user A, how can I do this ? O
    Thanks in advance.

    Eduardo,
    Could be a long shot, but in the interest of helping you ... maybe the following ...
    - get ABAPer to create a control table listing user
    - add code in RSNASTZZ that says if entry in control table, then update NAST-TDARMOD with '2'
    Let me know if this helps. If not please revert and will try again.
    Thanks,
    Jay

  • How to configure Automatic Account Clearing for A/R

    Hi,
    Kindly advice me how to configure  Automatic Account Clearing for A/R
    The client requirement is
    In A/R the customer accounts are not automatically clearing when a payment is posted for that account. We are still seeing all open items and all paid or cleared items when we go to FBL5N and select open items for viewing. Please make account clearing automatic for customer payments.
    Thanks in advance
    Sunitha

    Hi,
    Use T code OB74.
    Maintain for your Chart Of Account, acct type "D", From and to customer accounts and then add the critera you want. Pls note you cannot define more than 5 criteria.
    Then schedule the clearing program job F.13 in the background.
    Cheers.

  • How to configure multiple listeners to listen for the same instance.

    Hello everyone,
    I am running oracle database 11g and I want information regarding how to configure multiple listeners to listen for the same database instance. Actually I know how to configure more than one listener but the main thing that I am confused about is when we create listener.ora file, do we have to statically register the database instance with both the listeners or the instance will register itself with both the listeners.
    According to my knowledge the instance will register with the listener specified by LOCAL_LISTENER parameter and we cannot have more than one value for this parameter.
    Please only give detailed answers with example as I am tired of simple answers with details that I already know.

    Hello,
    Yes, it can make sense to have several listener for one Oracle instance. For instance you may have one listener for the applications another listener for DBA administration tasks as well as one listener dedicated to dataguard broker. It is not possible to have several listeners listening on the same IP and Port.
    By default the database try to automatically register to a listener on port 1521. To instruct the instance to register to a specifc list of listeners you can add in the init.ora the local_listener parameter with an alias definition:
    i.e
    local_listener=MY_SET_OFF_LISTENERS
    in your tnsname.ora add an entry called:
    MY_SET_OFF_LISTENERS_LOCAL= (ADDRESS_LIST=
    (ADRESS=(PROTOCOL=TCP)(HOST=myhostname)(PORT=1530))
    (ADRESS=(PROTOCOL=TCP)(HOST=myhostname)(PORT=1531))
    (ADRESS=(PROTOCOL=TCP)(HOST=myhostname)(PORT=1532))
    In this sample your instance will register to three listeners listening on respectively port 1530, 1531 and 1532
    If you want your clients can be balanced over the 3 listeners

  • Auto printing of picklist for OBD

    Hi Experts,
    I have created a Outbound Delivery in VL01N (w/o ref)
    Please let me know what steps I should follow to automatically print a picklist
    Thanks,
    Shetty

    Dear all,
    thanks for your reply.
    I did this. But i could not print any pick list. Also,  when I try to use VL70, i get the message "No output for selection exist" for the OBD I created
    please let me know where can see the pick list that was generated?
    Thanks,
    Shetty

  • How to configure proxy services in OSB for Rest based services?

    how to configure proxy services in OSB for Rest based services implemented using Jersey (Rest).
    The Client need to contact OSB proxy servies by posting application/xml using jersey client and OSB proxy service will call the OSB business service.
    i would like to know how to get this request in OSB proxy service and send it to the business service and get the response back.

    I would suggest you refer to the below links:
    https://blogs.oracle.com/jeffdavies/entry/restful_services_with_oracle_s_1
    https://blogs.oracle.com/jamesbayer/entry/using_rest_with_oracle_service
    Hope this helps.
    Thanks,
    Patrick

  • How to configure the runtime and consolidation for a track in CMS.

    How to configure the runtime and consolidation for a track in CMS.
    I can see the track exists in CMS but the same doesnt pull up in the NWDS in the development configuration perspective.
    I compared the given track with the one which gets pulled up in NWDS. Theres something called runtime system and consolidation which isnt defined for the track which is invisible.
    Please advise , what are these required for. And how can we configure the same.

    The runtime systems are defined for a track to setup the Transport path for any code changes....the Consolidation system is usually defined as a Virtual system for the track and used for comparison and fixing any broken or Dirty DC's ....that means it's not used as a Runtime System for Deployment as compared to DEV,QAT and PROD used for Deployment...
    Hope it helps..
    Regards,
    Shikhil

  • How to modify & use Printer Defination files for Character Mode Report

    How can use & modify printer defination files for changing formats & orientation in character mode report. I donot know how to use printer defination files I tried to set the system parameter (Desformat) but it doesn't work.

    I m also faced same problem that u face,
    If u want to make character mode report so plz follow these instructions:
    1. Set the properties of Report Name Node in Character Cell is Yes.
    2. Change the mode of the System Parameter Mode is Character.
    3. Goto the Layout---> Main Section Properties and set the Character Report Width and Height like 132 and 66
    4. Create Formula Column and write this code "RETURN(CHR(14));"
    5. Goto Layout Model and map this formula column into Header of the Body Like If ur Company Name is "ABC COMPANY" attached with field and map Formula Column.
    5. Goto Printer Definition File DFLT.prt open in NotePad and set width and hieght that u set in Main Section of Report.
    6. At Last u Run the Report with Some System Parameter or User Parameter and View as Character Mode Report.
    In My Case I used EPSON LQ2180 Printer
    So, U Ask More Qustion and u have more knowledge About character mode report Plz Mail me at this address.
    Shahid Shafi
    [email protected]

  • How to configure adobe forms in OMLV for printing picking slip

    Hello,
    I want to configure a adobe form in OMLV transaction. But there is no column for putting adobe forms.
    Can you tell me how do configure adobe forms for getting it printed from standard transaction whenever a transfer order is created.
    Thanks in advance.

    Hi Ajay,
    You are completely right that you cannot find anything with smartform in the customizing (OMLV). The reason for it: It is not there. It not even exists. Also the latest version of rlvsdr40 has nothing standard concerning smartforms.
    I do not know why it is really necessary to use adobe or smartforms.
    The only way is to build a new one (ZRLVSDR40). In that new one you have to use the sapscriptname (from OMLV)and treat it as a smartform- name.
    I hope my explanation helps. Success.
    Gr., Frank
    Below how a smartform is called (from invoice)
    determine smartform function module
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          formname           = lf_formname
        IMPORTING
          fm_name            = lf_fm_name
        EXCEPTIONS
          no_form            = 1
          no_function_module = 2
          OTHERS             = 3.
      IF sy-subrc <> 0.
      error handling
        retcode = sy-subrc.
        IF sy-subrc = 1.
          MESSAGE e001(ssfcomposer).
        ENDIF.
        IF sy-subrc = 2.
          MESSAGE e002(ssfcomposer) WITH lf_formname.
        ENDIF.
        PERFORM protocol_update.
      ENDIF.
      CALL FUNCTION lf_fm_name
        EXPORTING
          archive_index        = toa_dara
          archive_parameters   = arc_params
          control_parameters   = ls_control_param
          mail_recipient       = ls_recipient
          mail_sender          = ls_sender
          output_options       = ls_composer_param
          user_settings        = ' '
          is_nast              = nast
          is_vbdka             = vbdka
          is_addres            = addr_key
        IMPORTING
          document_output_info = document_output_info
          job_output_info      = job_output_info
          job_output_options   = job_output_options
        TABLES
          it_vbdpa             = tvbdpa    "Item information
          it_vbdpau            = tvbdpau   "Subitem numbers
        EXCEPTIONS
          formatting_error     = 1
          internal_error       = 2
          send_error           = 3
          user_canceled        = 4
          OTHERS               = 5.

  • VMM 2012: How to Configure Automatic Start and Stop Actions for a Virtual Machine?

    Does somebody know how to confgure Automatic Start and Stop Actions for a Virtual Machine in VMM 2012?
    I miss that option.

    Automatic Start or Automatic Restart actions are available for virtual machines running on a Hyper-V cluster from within Virtual Machine Manager.
    From within Virtual Machine Manager, bring up the Virtual Machine's properties:
    Click "Hardware Configuration"
    Click "Availability"
    Click "High", "Medium", or "Low" to enable automatic start/restart or
    Click "Do not restart automatically" to disable automatic start/restart
    Screenshot from VMM 2012 for a VM running in a Server 2012 R2 Hyper-V cluster:
    VMs running on a cluster have to be marked "Highly Available" and logically, Microsoft assumes that you'll want these VMs to be running all the time when this setting is selected.  If the cluster fails or needs to be restarted, you can set the priority
    by which a VM restarts, or you can set the VM to not restart at all when cluster services are restored by using the settings above.

  • How to configure network printer with Linksys WRT54GL router network

    I just bought a Linksys WRT54GL router and I am planning to build the following home-network around it:
    1. A desktop computer connected to router via ethernet cable (hard-wired).
    2. An HP Network Printer (Color LaserJet CM1312 MFP) connected to router via ethernet cable (hard-wired).
    3. A notebook connected to router via Wi-Fi.
    I want both computers (desktop and notebook) to be able to share files, and also to share the same network printer.
    a. How do I do this?
    b. Do I need to install the printer drivers in both computers as if the printer was local for each one?
    c. What settings do I need to include in the Linksys router settings (and also the printer settings) to allow all this? I've read on the internet about DHCP configs, IP address, etc. but I hardly understand anything.
    A step-by-step ("for dummies") explanation will be extremely appreciated.

    You will need to install the printer driver on each computer that will be using the printer.  You will need to have a printer driver that is designed to be used on a network.   Many of HP's drivers (but not all of them) can be used for either a USB or a network connection.
    Usually, when you use HP's printer installation software, it will walk you through the printer installation procedure, and install the printer drivers.  This software is normally located on a CD that came with the printer.  Some installation software demands that you setup a USB connection first, then switch to a network connection.  Other installation software might install a network connection directly.  Just follow the HP directions.
    There are no special settings in the router.  Simply wire (using an ethernet cable) your printer to a LAN port on the router, when the installation software (or instructions) tells you to do so.
    Your printer will likely get a different LAN IP address (192.168.1.x )  from time to time.  Some printer drivers can handle this and still work properly.  Other printer drivers get confused, and cannot find your printer when it changes addresses.  If your driver has this problem, then you will need to assign your printer a fixed LAN IP address.  This will force the printer to have the same LAN IP address each time you boot up your network.   If you need to do this, you will need to enter the LAN IP address directly into your printer (Sometimes this is done using the printer's buttons and display panel, and sometimes this is done using HP printer software).  Note that any fixed LAN IP address must be outside your DHCP server range (defaults are 192.168.1.100  thru  192.168.1.149 ) , and it cannot end in 0, 1, or 255.  If you need to use a fixed LAN IP address, I would suggest you use 192.168.1.13 , which should be easy to remember by looking at the model number of your printer.   If you need to use a fixed LAN IP address, you will also need to enter the Subnet Mask 255.255.255.0, Default Gateway 192.168.1.1 , and DNS Server 192.168.1.1 , into your printer.   If you use a fixed LAN IP address in the printer, you do not need to change any settings in the router.  The router will automatically find your printer when you turn your printer on.   Even if your printer is using a fixed LAN IP address, your computers can continue to get their address automatically from the router's DHCP server. 

  • How to configure network printer on solaris 10 intel based

    how to configure the network printer in solaris 10
    like hp laserjet printer/printers,

    Very very easy.
    Go to the print manager . (printmgr I believe or in the launch menu under preferences)
    select add a network printer
    Fill out the info. I find that the hpijs printer driver works better then the suggested foomatic on my hp 4000s. I could not print pdfs otherwise.
    Other things to know is the protocol should be BSD (at least it works for me). And add the port to the destination so 192.168.0.1:9600 for example (for hp).
    thats about it. To have it show up correctly in JDS you should probably add it to the printer list under the launch->preferences->printer preferences.

  • How to configure Sql Server 2008 R2 for debugging without disabling Windows Firewall?

    When I try to debug a procedure in Sql Server 2008 R2 I get a dialog box telling me to unblock some ports.
    >>
    The Windows Firewall on this machine is currently blocking remote debugging.  Remote debugging requiers that the debugger be allowed to receive informatino from the network.  Remote debugging also requires DCOM (TCP Port 135) and IPSEC (UDP 4500
    / UDP 500) be unblocked.
    <<
    I went to the Windows Firewall and added some new Inbound rules for each of the specified ports (in the images below.  But after this and rebooting entire computer -- I still get this dialog box when I want to go into debug mode from SSMS.  I can
    actually kind of debug standalone code in the SSMS window if I cancel the dialog box.  But I can't debug an actual stored procedure -- which is what I need to do.  I also noticed that my server has an IP address instead of LocalHost.  This is
    not a public Server -- it's my private development machine which is on a peer to peer network (with one other workstation), but I don't need that workstation to be able to access this server..  Would localholst make a difference for debugging?  How
    should I configure the sql server?  The firewall?
    Rich P

    Use PRINT and SELECT for debugging. That's what I do. I used to play with the debugger in SQL 2000 and older days, but I realised that I spent more time on getting it to work that I gained from using it.
    I thought about that.  I guess that IS the way to go.  Very well.  Thank you for the suggestion.   Although, when the debugger does work in the regular window (not a stored proc because it doesn't work there) the debugger IS nice. 
    For debugging my proc I am thinking I will insert param vals into a test collection table for now.  One obscure error I am getting with a particular proc -- in a When loop on one parameter I get the "value will be truncated" error -- but everything
    is set to accept 1000 characters and none of the source data even comes close to 1000 characters.  I have isolated at what point the error occurs and which section of data where the error is occurring but I have not isolated the cause of the error. 
    I cannot reproduce the error when I run the procedure by hand in a regular query window with the exact same code.  The error only occurs when the code is run in the stored proc.
    Rich P

  • How to configure automatic reloading the class in jboss-3.2.1_tomcat-4.1.24

    HI,
    In tomcat, web context is specified in Server .xml file with
    <!-- Tomcat Examples Context -->
    <Context path="/examples" docBase="examples" debug="0"
    reloadable="true" crossContext="true" />.
    this will deploy my examples webapplication in Tomcat server. And the property reloadable="ture" makes my life easiear. When even I change a .class, the class is automatically loaded in to memory with out restarting the server. Let me know the how to configure the same in Jboss-3.2.1_tomact-4.1.24 (auto-reload context) . Requesting for immediate solution

    I am running into the same problem. The only solution I know is to touch the application.xml which will reload the .ear file, which is not efficient in my case.
    Please let me also know if you have come across something else useful.
    Thanks,
    Mangal
    [email protected]

  • How do I automatically print emails in outlook?

    Hello,
    I recently starting using Microsoft outlook again for emails.  I am not very competent in how it works just yet, however, I would like to know if there was a way I can set up incoming email to automatically print when I am out of the office.  I
    tried to create a new rule, but there was not an option for automatically printing incoming emails.  Maybe someone can help me figure out what I need to do to make this happen.
    Thank you,
    Joshua Richardson

    While this is informative, it does not really help me much.   I am using the web browser outlook, not the good old fashion outlook express that was its own entity. 
    Just for the sake of clarity, this forum is for Outlook (the desktop client). You may find the following articles of interest
    Outlook vs. Outlook.com vs. Outlook Web App
    http://www.msoutlook.info/question/780
    Feature Differences in Outlook Web App and Outlook
    http://help.outlook.com/en-us/140/Cc511379.aspx
    Questions related to Outlook.com web mail should be posed in
    http://answers.microsoft.com/en-us/office/forum/outlook?page=1&tab=question&status=all
    Karl Timmermans [Outlook MVP] "Outlook Contact Import/Export/Data Mgmt" http://www.contactgenie.com

Maybe you are looking for

  • Time Capsule and External HD as Network Attached Storage

    I was wondering if I can a. Attached and external hard drive to my Time Capsule and access is wirelessly? b. Back up to that external hard drive using Time Machine? c. Access that external hard drive and Time Capsule from a remote place off site? Tha

  • Using enum's from one class in another?

    heya, I have two classes, Predator and Simulation, and Predator has an public enum 'target' inside it. Simulation needs to use a switch statement based on target (Simulation contains a list of Predators, and I'm returning type target to Simulation),

  • Os language preferences not changing system menu and windows

    Hello fellow problem solvers; I am trying to switch system preferences to French from English under X.4.3, and after log out or reboot Finder, File, Edit, View, and Go , stay in English in the finder. Applications that have localisations work fine, l

  • Upload an Excel file into an Internal Table

    Hi, I want to upload an Excel file into an internal table but it doesn't work. I'd appreciate if someone could tell me what is wrong. My excel file has the following format:       Col1  Col2 Row1    1    2 Row2    2    3 Row3    3    4 And the report

  • How do I sync some one else's ipad to my itunes without losing the content already stored

    My mother just purchased the iPad 2 and gave me her first one.  She has some pretty good things that she purchased and some good music that she uploaded from her computer.  I don't want to lose anything on the iPad.  Is there a way for me to add what