Change Pick List Output Format with automated Output format  froTO creation

hi.,
When creating TO for delivery using VL06P or LT03 there is no opportunity to print the Company Custom  Format(X1) of the pick list.
But if it is reprinted in LT31, Print Code X1(Company defined picking list Output format) can be selected. This is our custom formatted TO output format.
The delivery address is on the document, so if X1 format is used with the automated output from TO creation, Warehouse personel will have the Hardcopy of the delivery address.
Question: How can i have the Print Code X1 to default when i am creating delivery using VL06P or LT03.
All help is much appreciated.
Tx

Resolved by Myself

Similar Messages

  • Change the List Headings in the ALV output

    Hi,
    I am trying to bind  dynamic attributes to a dynamically created Node.
    The code is as follows
    build a structure description from the list of single fields
      comp-name = 'CARRID'.
      comp-type ?= cl_abap_datadescr=>describe_by_name( 'S_CARR_ID' ).
      APPEND comp TO comp_tab.
      comp-name = 'CONNID'.
      comp-type ?= cl_abap_datadescr=>describe_by_name( 'S_CONN_ID' ).
      APPEND comp TO comp_tab.
    * not this structure contains the fields "CONNID" and "CARRID"
      struct_type = cl_abap_structdescr=>create( comp_tab ).
    * now the nodeinfo is created
      node_info = wd_context->get_node_info( ).
      node_info = node_info->add_new_child_node(
        name                         = 'MY_NODE'
        IS_MANDATORY                 = ABAP_true
        IS_MULTIPLE                  = ABAP_true
        STATIC_ELEMENT_RTTI          = struct_type
        IS_STATIC                    = ABAP_false
    But in the output I want my custom List Headings for each of the column.
    How to achieve the same.
    Edited by: SAP LEARNER on Jan 4, 2010 8:11 AM

    Hi,
    You can set the column titles when you initialize your ALV as follows,
    * Data declarations for instantiation
      DATA: l_ref_interfacecontroller TYPE REF TO iwci_salv_wd_table   ,
            l_ref_cmp_usage           TYPE REF TO if_wd_component_usage.
    * Instantiate the ALV
      l_ref_cmp_usage =   wd_this->wd_cpuse_usg_alv_feclm( ) ." alv_feclm is your usage name
      IF l_ref_cmp_usage->has_active_component( ) IS INITIAL .
        l_ref_cmp_usage->create_component( )                 .
      ENDIF                                                  .
    * Get model
      l_ref_interfacecontroller = wd_this->wd_cpifc_usg_alv_feclm( ).
      l_value = l_ref_interfacecontroller->get_model( )             .
      wd_this->l_value_feclm = l_value                              .
    *to make ALV table editable
      lr_table_settings ?= l_value                  .
      lr_table_settings->set_read_only( abap_false ).
    * Column Settings
      lr_column_settings ?= l_value                  .
      lt_columns = lr_column_settings->get_columns( ).
      LOOP AT lt_columns INTO ls_column.
        CASE ls_column-id.
          WHEN 'CA_TEXT'.
            lr_column_header = ls_column-r_column->get_header( )  .
            lr_column_header->set_ddic_binding_field(
               if_salv_wd_c_column_settings=>ddic_bind_none )     .
            lr_column_header->set_text( 'Column Header' )      . " this is your coulmn header
        WHEN OTHERS.
       ENDCASE.
    ENDLOOP.

  • String formatting with Write-Output

    I have a FileInfo object that I want to print the full file name member value.
    I tried this:
    Write-Output "Scanning $file.FullName..."   
    However that just prints out:
    "Scanning c:\foo.txt.FullName..."
    What is the proper way to format the FileInfo.FullName using Write-Output (In C#, I would use String.Format)?
    thanks

    Wrap $file.FullName in $(), such as $($file.FullName). Read more by searching for the subexpression operator.

  • What is the best way to Sync Digital Output(TTL) with Analog Output?

    I am trying to generate Analog waveform that synchronize the rising edge of a digital signal(TTL). The ttl will be used as trigger for camera. The board I have is USB-6343X. In my draft,  I used a clock as ttl so I can tune frequency easily. Could any one tell me what's the best way to accomplish such task? My draft seems working, but I hope there's more neat way. Thanks in advance for any help!
    Kind regards,
    Eric

    Hi Econg,
    You should be able to trigger your TTL output with the analog output by using the ao/StartTrigger as your trigger source on the counter task. You wouldn't have to have the extra Get Full Terminal Name.vi in your analog output task.
    Here is an example using your modified code. You will have to change the cDAQ1/ao/StartTigger to *your device*/ao/StartTrigger, but it should then trigger the counter output at the exact time when the analog output starts.

  • Changing address book field name with automator

    can anyone advise how to change a field in multiple contacts using automator, ie i need to change either the 'work mobile', or 'home mobile' field to the simple 'mobile' so as to fix the phone book error i now have on my sony p900 since the recent 10.4.6 update rebuilt the phone version of my addressbook,
    the mobile now will not recognise the changed fields as mobile phones but as land lines, making the sending of sms etc difficult.
    As i have over 400 contacts this is a pain indeed....
    any genius scripters out there who can both help and explain?
    thanks
    simon

    Hi,
    According to your description, the name of a address list container is changed through Exchange management tool. However, Outlook clients still show the old name.
    In this case, I recommend you recreate a new profile to check the result. I test it and the address list updates in Outlook client only after I recreate the profile.
    If you have any question, please feel free to let me know.
    Thanks,
    Angela Shi
    TechNet Community Support

  • Changing ID3 tags in iTunes with Automator

    I have a huge load of music, which are all named "Artist - Track".
    I want to edit out the Artist from the track name, and fill it in in the Artist tag with an Automator script. I have a program that does this in Finder, but can't find anything to do the same thing in iTunes.
    Is there already such a script available? Can you give a description on how to build the script?

    Yup, found one on the page you posted. Thanks a lot!
    EDIT: after browsing around on the site, I found quite a few more handy scripts. Definitely worth a look!

  • Hello! How change image resolution (dpi/inch) with Automator!

    I have some images to combine in a PDF. The resolution of images is different so the PDF has different size of pages.
    I need to modify the resolution using Automator but... how to do it?
    Thanks Sterfano
    PS sorry for my bad english language

    Have you tried setting it up using "crop images" - you can specify the size.

  • Pick List Will Not Print On Add with SAP B1 2007A

    There appears to be a bug with printing pick lists on Add with SAP B1 2007A.  I have replicated the problem with PL03, 06 and 08.
    Pick lists will print manually, but if you have them setup to print on add (Administration->System Initialization->Print Preferences), the following error in the log will appear:
    Error      Default report not found for current report type; set a default report and try again C:\Program Files\SAP\SAP Business One\SAP Business One.exe PID=6104 TID=1672
    I ran a SQL trace and found the problem.  The default Pick List report is set and set correctly in tables RTYP and RDOC.  The problem is that SAP is looking for a RTYP.CODE value of PKL1 (instead of RLR2).  PKL1 does not exist as a code in either 2005 or 2007.  The Pick List document ID is RLR20001.
    To confirm this on my demo database, I updated RTYP and set the CODE of RLR2 to PKL1.  Afterwards, when adding a Pick List, it printed without any errors.  I suppose another temporary fix would be to add a new record to the RTYP tabe with a CODE of PKL1 and the default pick list report document ID.

    After many hours of inquiring, searching and digging...  There is an obscur SAP Note that says clearly, NOT SUPPORTED.
    Best thing I could do, was to keep a server with the same configuration ready to connect to my SAN and take over from the dead server.
    So for anyone interested in this topic.  Save you time, search the SAP Notes for Support and high availability.
    Hope that helps others.

  • Picking List Number

    Hi,
    I have to write a report, where changed picking lists should be displayed. There is no problem with the report, but how can I find the number of picking list.
    Thanks

    Hi,
    I'm not sure whether you need some document numbers, or just to list all outputs created using condition type EK00 - if you're using the standard one.
    If this is the requirement, make a selection in NAST to list corresponding data.
    Cheers!
    Message was edited by:
            Bada Boom

  • Printing problem for picking list

    Hi friends,
    Whenever we print the picking list of material with batch number. the printing job will bring a extra page with basic form information . it's kind of wasting the paper since the extra page doen not contain any specific picking informations. This issue only happen to picking list with batch number applied material . The extra page won't be printed out once the material is not subjected to batch management.The form style should be script form.
    Please kindly advise if you have any suggestions.
    Thanks,
    LG

    Hi,
    Assuming printing job is batch job. Normally batch job executes a program (you assign program to the batch job when you configure it) while you create batch jobwhile it is running. If you want the system to check the particular information (take the information if the so and so prerequisits matches if not ignore kind of) during the program execution you can do it with the hlep of a deverloper.
    If you want to avoid unnecessary basic ifnormation it can very well be done with the layout changes in SAP script form and the program if necessary.  Make sure you dont need those information as some times it is like a legal information like we see in the company signatures which seems like basic information.

  • Picking list determination

    hi, we're using WM which needs to print picking list for picking(TO), i would like to know how the picking list is determined, i mean the logic setup for picking list, where is the path for config in the system.
    i knew that if we are using by Tcode to print picking list that doesn't need output type? otherwise we have to setup the output type for picking list printing. is that true! what is the relationship between Tcode printing and output type? could someone explain to me. thanks
    Edited by: qgjddcel on Sep 5, 2008 4:36 PM
    Edited by: qgjddcel on Sep 5, 2008 4:45 PM

    Use transaction code NACE for using the o/p determination
    Then select V2 for shipping as you are creating o/p for delivery
    Create table, maintain access sequence, maintain output type and assign o/p to procedure. Then create the master record in VV21. In o/p you have std functionality to use EDI, email, Print, Fax, ALE
    if you are having problem using NACE transaction, use this flow:
    SPRO>Logistics Execution>Shipping>Basic Functions>Output Control>Outpur determination>maintain o/p determination for outbound deliveries.
    reward points if helpful
    Message was edited by:
            Comes Naturally

  • Printing immedietely of Putaway list or Pick list in SAP WM

    Hi
    We have one requirement in WMS rollout is:
    For automatic background printing of Putaway list or Pick list in SAP WM, System doesnt recognize Printer name as LOCL (settings in T code- OMLV). In OMLV we must have a network printer name for automatic printing the Putaway List after MIGO transaction and also for automatic printing the Pick List in Background with WMTA out put type - which triggers during delivery creation.
    If we configure LOCL in OMLV screen the spool gets generated but it doesnt execute automatically and that needs to be triggered manually using T code SP02 or SP01.
    We want to print these putaway or pick list automatically(either thru LOCL or network printer) immediate after generating a spool(without any user interaction).
    Regards,
    MM

    Hi MM,
    Inorder to get automatic put away list after GR you need to define the printer in OMLV settings.
    Step 1:
    If you are using Ricoh printer (Paper print out of TO) and Zebra Printer (Label printer for printing labels), you need define this combination under the icon "Printer pool/Labels".
    Warehouse - Ricoh printer name - Zebra printer name (Pre-condition : Both the Ricoh and Zebra printers needs to be configured in SAP by your Basis team).
    Step 2:
    Under icon "Warehouse Movement" in the Assignment section, you need to define the condition for printing.
    For example
    Warehouse no: Source str type  Destination str. type  Printername
    AB1                    902                         ***                         Ricoh printer name1
    AB1                    Q01                         ***                         Ricoh printer name2
    The above situation prints all put away list for receiving area to Ricoh printer name 1 & all put away list cleared by QA people to Ricoh printer name 2.
    Step 3:
    Analyze the condition set under the icon "Analyze" (print control tables).
    You can re-check the conditions set by you in the above section. specify the warehouse number, source str type, dest. str type and execute you should be getting the printer name correctly assigned in the earlier section.
    Hope the above explanation helps. Pls award points if you feel appropriate.

  • Sales Order and Pick List reports will not attach to Email message

    My client wants to email both the Sales Order and Pick List that is created from the Sales Order in the same email message.  It appears that SAP B1 will not do this.  Is this a bug or just the way B1 works.  My client is running version 8.8 PL 19.   Thank you for your help.
    Bill Turek

    Hi Bill,
    Pick List is associated with delivery, not sales order. If you need Pick List be emailed, you have to email delivery.
    Thanks,
    Gordon

  • Clarifications in pick list output type EK00

    Hello ,
    Have any one of you used the pick list output EK00 . I have
    tried this and I do have some issues with
    We are using SAP R/3 4.7 x 200 version .
    Output type EK00 is not available in the application V2 (
    Shipping ) . Its available in application V4 (Shipping special
    case).
    1. I have assigned the shipping points through T code VOK2 as I
    am not able to find the output EK00 through customization menu.
    2. I have maintained the printers details through VP01SHP ( correct me if I am wrong) . I am using the standard program RVADEK01 and form
    SD_PICK_SINGLE in the output EK00.
    After doing the above setting when I am creating delivery in
    VL01N , the output type EK00 is not assigned automatically and
    when I try to assign it manually , it gives an error message
    "Processing program missing for output EK00 (medium 1)in
    application V2" . I dont know why the system is looking for
    application V2 when it is not available in V2 and only available
    in V4 .
    Am I missing anything in my process . Can some one help me in this .
    With regards,
    Joseph Anand.B

    Dear Joseph,
    Have you done the following setting in transaction v/38:
    1.On the Display View "Output Types": Overview screen, in the Output type group box, select EK00. (Application V4)
    2.In the left frame, under Dialog Structure, double-click on the Processing routines folder.
    3.On the Change View "Processing Routines": Overview screen, choose  .
    4.In the first medium, for Print output, enter the Smart Form print program /SMB40/RVADEK01 under Program and Smart Form /SMB40/SDPIK_L under SmartForm.
    Document Types        Picking List
    Output Types          EK00
    Transaction Code      v/38
    Smart Form Program    /SMB40/RVADEK01
    Smart Form            /SMB40/SDPIK_L
                          /SMB40/SDPIK_A
    5. Save the changes.
    Regards,
    Naveen.

  • Picking List Output in ECC 6.0

    Hello SAP Gurus,
    Can anybody tell me how to get the output for Picking List in ECC 6.0.Please do let me know the steps to be followed in configuration for the same for output generation.
    Thanks & Regards,
    Sunil

    Hi,
    The Pick List is printed from the Pick and Pack Manager.
    goto Inventory > Pick and Pack > Pick List and then Open the Pick List and Print from there.
    If this is what you are doing then if your FMS are set to Auto Refresh then as soon as your Pull the Pick list the FMS should fire and the mode should change to UPDATE.
    Alternatively,
    you can do this by customizing a report with your needed fields with ABAP person.
    regards,
    Siddharth.

Maybe you are looking for

  • How can I get rid of the plug/plugsckt icon? I have plugged it in to sckt!

    I have a 30gb iPod Photo. It kept freezing on, I reset it and got the plug socket icon on screen.. I have plugged it in to wall socket and nothing, back to computer.... nothing, the iPod icon does not appear on the computer screen. It still has the p

  • How to export only selected columns of WD ALV to excel

    Hi, I have WD ALV report with EXPORT button (since standard button was not working properly i just hide that and added custom one) & standard dropdown to choose layout. Out of 20 columns user may choose n number of columns, the same number of columns

  • Recommandable Profile Option PO:Workflow Processing MODE (Background/Online

    Hi We are using oracle11i 11.5.10.2 on windows 2000 server which Value is Recommendable for Profile Option PO:WORK FLOW PROCESSING MODE (BACKGROUND or ONLINE)? for PO Approval Thanks With Regards A-Z

  • Time machine backup failed (no error number)

    I recently installed logic studio on my mac and wanted to update my time machine backup. However, when I attempted to do so, I got the following message: "An error occured while copying files to your backup disk. The problem may be temporary. Try aga

  • MDS, MDworker and MDS_Stores Spikes

    Hi Running Mac Pro 2011 on OSX 10.9 with Lacie 1TB Thunderbolt hard drive. I DJ and have never experienced a problem until now but for the past two nights i've been experiencing glitches whilst running Serato 1.6.1. The CPU monitor is spiking up and