Script for packing list

Hi All,
i got this following requiring requirement for the modifying a script for packing list,
this is the logic i have to include:
b.     Remove the carton ID & box ID from the print out,  the line item should just print the total delivery quantity, do not split the printing by different box ID or carton ID.
<b>i.     Delivery Item= LIPS-POSNR
ii.     Delivery Qty for Item = LIPSD-G_LFIMG= LIPSD-PIKMG</b>
<b>c.     Add Total Boxes for each item, this should be a calculation field for each material HUMV4-MATNR, count how many handling unit  VEKPVB-EXIDV has been used to pack the same material , output the total boxes for each delivery item.
</b>d.     <b>Add Gross Weight for each  item , retrieve data from LIPS-BRGEW</b>
e.     Add Net weight to the print out, below the gross weight – retrieve data from LIKP-NTGEW
f.     For Net Weight & Gross Weight – all convert to KG before output on the print out
can any body help me what the exact bussiness flow i have to follow and any necessary hints on this
Message was edited by:
        ram g

Hi Ram,
You have to take the help of the functional consultant also and take the printout of the existing form for the packing list and note down all the changes to be done on the hard copy taken first.
then search in the script for the respective windows and for the respective fields in textelements of the script
One delivery may have multiple Handling Units
the link is VEPO-VBELN = LIPS-VBELN
from HU item table VEPO take the delivery no and link it with LIPS and LIKP table
What I understood is In Packing list the present data is coming from Delivery
but they wants to print certain things based on delivery and certain based on  Handling Unit data
1.Remove the HU number from the print(Box id)-VEKP-EXIDV
2.Qty is printing based on HU remove that
now just print the qty based on delivery(sum of all items  LIPS-LFIMG)
3. Add total boxes for each item(means no of HU's for each Delivery)
4. Take the Item wise gross weight from LIPS (brgew)
5.Take netweight from LIKP
6.Convert the unit of the Weight to KG
using a fun module UNIT_CONVERSION_SIMPLE
There may be already data fetching from the respective tables in the script check for the same and use
Otherwise to write the code you have to use the external subroutines to write some small program if extra coding is required to get the data from other tables
Hope this helps
Regards
Anji

Similar Messages

  • TCode for packing list

    Dear Friends;
    I have just worked on smartform object where i have to display packing list details
    I wanna is there any tcode exist for packing list  just like VA01 for sales order?
    Regards;
    Parag

    Hi,
    As such VA01...There is no tcode .. for packing .......
    but while doing the outbound delivery vl01n or vl02n....packing of the line items will be done
    u can check the packing button ...like this
    goto VL02n or VL03n..give the delv number ..press enter ...then there is a packing button ( 8th button ) in the applicatino tool bar.
    by clicking on the PACKING button .. packing process will be carried out.
    Reward Points if it is Useful.
    Thanks,
    Manjunath MS

  • Table for packing list

    Hi,
    Can any one send me table for the packing list or in which table i can find the packing list.
    Is that i need to check application tables.
    or
    infromation system table.
    Rudra

    VBUK Sales Document: Header Status and Administrative Data
    VBUK-VESTK - Handling Unit Placed in Stock
    VBUP Sales Document: Item Status
    VEKP Handling Unit - Header Table
    VEPO Packing: Handling Unit Item (Contents)
    Hope this can assist you.
    Thanks & Regards
    JP

  • Layout for packing list cannot be set for specific customers

    It is not possible to set an standard layout for the packing list for specific customers. So, if you have layouts in different languages, you have to check the standard layout every time before you print and to set the right one. In other documents it is possible to set an standard layout for specific customers/suppliers for example depending on the language.
    kind regards,
    Markus Niebergall

    Hi Engin,
    Have you followed the ios tutorial which sybase provides :
    http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01213.0200/doc/html/title.html
    if you get "login success" at console it seems everything fine there may be something missing.
    Regards
    Tahir

  • Sql Server Script for the List of all Country State and City

    I am searching for the Sql Server Script of all country State and City with the Following type
    For the Country only 2 Columns are there i.e. CountryId and CountryName(CountryId is primary Key)
    For the State 3 Columns are there i.e. CountryId, StateId and StateName(StateId is Primary Key and CountryId is Foreign Key)
    For the City 3 Columns are there i.e. StateId ,CityId and CityName(CityId is PrimaryKey and StateId is foreign Key).
    I need this type of Script with Column name. plzzz help me out i m stuck i didnt get the list as i want.
    Thanx and Regrads,

    Hi Vishnu,
    According to your description, you want to list all countries, states and cities, right?
    I have tested it on my local environment, here is a sample script for you reference.
    select
    [dbo].[Country].[CountryId]
    , [dbo].[Country].[CountryName]
    , [dbo].[State].[StateId]
    , [dbo].[State].[StateName]
    , [dbo].[City].[CityId]
    , [dbo].[City].[CityName]
    from
    [dbo].[Country]
    left join [dbo].[State] on [dbo].[Country].[CountryId]=[dbo].[State].[CountryId]
    left join [dbo].[City] on [dbo].[State].[StateId]=[dbo].[City].[StateId]
    Regards,
    Charlie Liao
    TechNet Community Support

  • PM script for pick list

    Hi all,
    I need to change the standard Pick list script in PM module.
    Can any one shed some light on this?
    I know how to change form names to zform and work on it,but in PM I heard I have to go OID1? so do I need to create new record in OID1?
    Pls let me know id that the way to work in PM?
    Will appreciate ur help
    Thanks
    Haritha

    Hi
    Goto Tcode
    OID1
    enter Application area as Maintenance Orders (0)
    you will see all the PM scripts
    select the Pick List-2040
    you can see the FORM and PROGRAM
    you copy the Form PM_COMMON into ZFORM and do all changes required and keep the same ZFORM here and see the output
    No need of going to NACE tcode
    NACE is used mainly for SD and MM scripts/Smartforms.
    Reward points for useful Answers
    Regards
    Anji

  • Help Scripting for PDF Form List Box

    I am attempting to write JavaScript for an Adobe Acrobat X Pro form. I would like to set an action script for a List Box titled "customer_name" so that when a specific customer name is selected, a corresponding text box titled "cutomer_number" will automatically fill with the correct number. I am not very familiar with JavaScript so any help would be greatly appreciated.

    The easiest way to do this is to set the export value of each list box item to the corresponding customer number. The script for the custom number field could then simply be:
    // Set this field's value to the export value of the selected item in the list box
    event.value = getField("customer_name").valueAsString;
    Post again if you don't want to set up the list box that way for some reason since there are other ways to deal with this.

  • Packing list - Driver Program and Layout set name for Smartform

    Hi ,
    Anybody knows about print program and Layout set name for PACKING LIST in Smartform.
    Regards,
    Kumar S

    Hi Bhuvaneswari,
    For Creating Adobe Interactive form, you need the below configuration:
    Server side:
    Server running on ABAP/Java stack configured with ADS
    For ADS Configuration, follow the below link:
    https://service.sap.com/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=0000894009&nlang=E
    Client Side:
    The required Reader version depends on your usage situation.
    For SAP Interactive Forms by Adobe, we generally recommend the following:
                  Adobe Acrobat Version 7.0. 9 or higher
                  Adobe Reader Version 7.0.9 or higher
    If you require forms for one of the scenarios listed below, you must use Reader 8.1.
    These are:
    Forms in Web Dynpro applications that are integrated at runtime using xACF (Active Components Framework) ZCI (Zero Client Installation).
    Forms in scenarios that use digital signatures.
    If you use interactive forms in Web Dynpro for Java and these interactive forms are included using ZCI (Zero Client Installation) at runtime, you must read Note 1055911. Note 1055911 specifies the required reader version and contains further detailed information.
    Reward points if found helpful.
    Regards,
    Arafat

  • How to Create Packing List

    Dear Sir,
    We have ETO scenario and are in the business of manufacturing "Industrial Machinery" . We are using Project System (PS) also .  After the final assembly the FERT Equipment gets ready and then it is put on trial for testing . After the successful trial the equipment is again disassembled into the desptachable parts  and then delivery are created from the project .
    Along with the Equipment , we also send the free spares .
    Kindly guide us as what steps need to be followed so that we can have Packing List generated from the SAP system for the items being shipped to the customer .
    With Thanks and Rgds
    Sania Agarwal

    Dear Kanna,
    Packing list is one of the output type in the shipping output process.
    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.
    For output determination in shiiping go through this link
    http://help.sap.com/saphelp_47x200/helpdata/en/93/745127546011d1a7020000e829fd11/frameset.htm
    Price list
    Net Price Lists
    Use
    The net price list allows you to provide your customers with pricing information on materials.
    Features
    In the menu, choose: Sales and distribution ® Master data ® Pricing reports ® Net price lists.
    Enter the sales area, the sold-to party and the plant.
    Enter the data that influences pricing (such as order type and pricing date).
    After starting program SDNETPRO a billing document is simulated and the system issues the result.
    Note
    The net price list works with the ABAP List Viewer.
    You can define your own display variants using the ABAP List Viewer. All fields of table VBRP are also available. Subtotal fields KZW11 to KZW16 can be used to create customer-specific information.
    You can find more information on the ABAP List Viewer in: Cross Application Components ® General Application Functions.
    I hope this will help you,
    Regards,
    Murali.

  • Packing List and Price list

    Hi ,
    Can anyone please let me know how to create packing list?and what is Pricelist , and how can we maintain pricelist ?
    Please explain with some simple scenarios.
    Thanks,
    Kanna.

    Dear Kanna,
    Packing list is one of the output type in the shipping output process.
    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.
    For output determination in shiiping go through this link
    http://help.sap.com/saphelp_47x200/helpdata/en/93/745127546011d1a7020000e829fd11/frameset.htm
    Price list
    Net Price Lists
    Use
    The net price list allows you to provide your customers with pricing information on materials.
    Features
    In the menu, choose: Sales and distribution ® Master data ® Pricing reports ® Net price lists.
    Enter the sales area, the sold-to party and the plant.
    Enter the data that influences pricing (such as order type and pricing date).
    After starting program SDNETPRO a billing document is simulated and the system issues the result.
    Note
    The net price list works with the ABAP List Viewer.
    You can define your own display variants using the ABAP List Viewer. All fields of table VBRP are also available. Subtotal fields KZW11 to KZW16 can be used to create customer-specific information.
    You can find more information on the ABAP List Viewer in: Cross Application Components ® General Application Functions.
    I hope this will help you,
    Regards,
    Murali.

  • How to print export packing list from invoice transaction(VF03)

    Dear all,
            In export process,i need to generate export packing list
           In my case my export invoice and packing list both are same the only difference is in paking list i dont have total coloumn
           so i plan to change invoice form to packing list,
          while issuing the output from vf03 it should ask whether invoice or paking list
           according to that i need print out
            How to achieve these,otherwise any other alternative solution is there?
    Regards,
    Vijay
    Edited by: Vijay Guru on Mar 31, 2010 9:08 AM

    Instead of this you copy the same form and change as per packing list and give the user another output type for Packing list.
    and say that if u choose one u will get invoice and if he chooses the other he will get Packing list
    Regards,
    Prakash

  • Packing list and Pro forma invoice

    Dear Experts,
    Can i print a Pro Forma Invoice from the Sales Order (before delivery) ?
    Can i print the Packing list without making handling units (the materials comes in Cartoons) ?
    Thanks for your time

    Hi,
    For both, yes.
    To print order related proforma invoice, in t.code VF01 select the relevant order related proforma invoice document type and create the proforma invoice. Then you can print it.
    In the same way you can print the packing list in VL02 or VL02N t.code. In VL02N, go to menu Outbound delivery ->Issue delivery output. Here select the output for packing list and print. Printing packing list without making handling unit really depends on the packing list print program.In the program if it is coded to look for handling units, then without handling unit you can't print. Otherwise, you can try.
    Regards

  • How to pack list

    how to pack list in vl02n?

    hii
    Check these out
    <b>vbup-pksta</b>
    FM
    <b>LIPS_STATUS_MAINTAIN</b>
    In the menu, go to extras-> delivery output->item
    Use output type PL00 to print your packing list.
    Go to transaction NACT and enter application type V2. You can find the output type for packing list here.
    plz reward if useful
    Regards
    Naresh

  • 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.

  • Configuring printer for pick list

    Hi All,
    please let me know how and where do we configure the printer for a pick list.
    thanks in advance for your help.

    Hi Friend,
    The printer configration will be done not only for Pick list, it will be for PACK LIST, invoices, ORDER CONFIRMATIONS, DELIVERY NOTE,
    For any activity we need to configure the printer in Spool Administration via the transaction code
    SPAD.
    Please revert back if u need any further clarification,
    santosh

Maybe you are looking for

  • Can an aftermarket display tax the USB bus?

    I just had a very weird issue, I purchased a 22" samsung DVI display I got pretty cheap off of Ebay, I originally was using a 20" Cinema Display and love it, but I want like most of us I guess ,more real estate. The Samsung has no USB ports as the Ap

  • How do you specify class file for appletviewer?

    List, I have searched over dozens of posts for "NoClassDefFoundError" and "wrong name" as well as "appletviewer" and others. I have read many posts about people who have the same problem I do, but I still can't seem to find a remedy: My machine is ru

  • How can i get rid of this new version of itunes?

    my computer installed the new version of itunes on its own and i hate it i dont want it it's SO confusing and i want the old one back how can i do it?

  • Three Way Video Problem

    My mom sends a video invite to my sister from her iMac to her MacBook. Then my mom sends me an invite. On their Mac's iChat enters a three way chat where on my MacBook Pro all I see is myself and I can only hear them. If I have my mom start a two way

  • What bluetooth hardware am I missing and where do I get it?

    I just purchased a bluetooth keyboard but can't connect it to my Dual-Core Intel Xeon running Mac OSX 10.5.1. I get an error message reading: No Bluetooth Hardware found In order to use this application, you must have a Bluetooth module. Please verif