<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Script for packing list in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-for-packing-list/m-p/2927694#M689798</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;then search in the script for the respective windows and for the respective fields in textelements of the script&lt;/P&gt;&lt;P&gt;One delivery may have multiple Handling Units&lt;/P&gt;&lt;P&gt;the link is VEPO-VBELN = LIPS-VBELN &lt;/P&gt;&lt;P&gt;from HU item table VEPO take the delivery no and link it with LIPS and LIKP table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I understood is In Packing list the present data is coming from Delivery &lt;/P&gt;&lt;P&gt;but they wants to print certain things based on delivery and certain based on  Handling Unit data&lt;/P&gt;&lt;P&gt;1.Remove the HU number from the print(Box id)-VEKP-EXIDV&lt;/P&gt;&lt;P&gt;2.Qty is printing based on HU remove that&lt;/P&gt;&lt;P&gt;now just print the qty based on delivery(sum of all items  LIPS-LFIMG)&lt;/P&gt;&lt;P&gt;3. Add total boxes for each item(means no of HU's for each Delivery)&lt;/P&gt;&lt;P&gt;4. Take the Item wise gross weight from LIPS (brgew)&lt;/P&gt;&lt;P&gt;5.Take netweight from LIKP&lt;/P&gt;&lt;P&gt;6.Convert the unit of the Weight to KG &lt;/P&gt;&lt;P&gt;using a fun module UNIT_CONVERSION_SIMPLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There may be already data fetching from the respective tables in the script check for the same and use&lt;/P&gt;&lt;P&gt;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&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 Oct 2007 10:29:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-20T10:29:04Z</dc:date>
    <item>
      <title>Script for packing list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-for-packing-list/m-p/2927693#M689797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;i got this following requiring requirement for the modifying a script for packing list,&lt;/P&gt;&lt;P&gt;this is the logic i have to include:&lt;/P&gt;&lt;P&gt;b.	Remove the carton ID &amp;amp; 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.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;i.	Delivery Item= LIPS-POSNR&lt;/P&gt;&lt;P&gt;ii.	Delivery Qty for Item = LIPSD-G_LFIMG= LIPSD-PIKMG&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;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.&lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt;d.	&amp;lt;b&amp;gt;Add Gross Weight for each  item , retrieve data from LIPS-BRGEW&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;e.	Add Net weight to the print out, below the gross weight &amp;#150; retrieve data from LIKP-NTGEW&lt;/P&gt;&lt;P&gt;f.	For Net Weight &amp;amp; Gross Weight &amp;#150; all convert to KG before output on the print out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any body help me what the exact bussiness flow i have to follow and any necessary hints on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        ram g&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Oct 2007 10:04:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-for-packing-list/m-p/2927693#M689797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-20T10:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Script for packing list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-for-packing-list/m-p/2927694#M689798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;then search in the script for the respective windows and for the respective fields in textelements of the script&lt;/P&gt;&lt;P&gt;One delivery may have multiple Handling Units&lt;/P&gt;&lt;P&gt;the link is VEPO-VBELN = LIPS-VBELN &lt;/P&gt;&lt;P&gt;from HU item table VEPO take the delivery no and link it with LIPS and LIKP table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I understood is In Packing list the present data is coming from Delivery &lt;/P&gt;&lt;P&gt;but they wants to print certain things based on delivery and certain based on  Handling Unit data&lt;/P&gt;&lt;P&gt;1.Remove the HU number from the print(Box id)-VEKP-EXIDV&lt;/P&gt;&lt;P&gt;2.Qty is printing based on HU remove that&lt;/P&gt;&lt;P&gt;now just print the qty based on delivery(sum of all items  LIPS-LFIMG)&lt;/P&gt;&lt;P&gt;3. Add total boxes for each item(means no of HU's for each Delivery)&lt;/P&gt;&lt;P&gt;4. Take the Item wise gross weight from LIPS (brgew)&lt;/P&gt;&lt;P&gt;5.Take netweight from LIKP&lt;/P&gt;&lt;P&gt;6.Convert the unit of the Weight to KG &lt;/P&gt;&lt;P&gt;using a fun module UNIT_CONVERSION_SIMPLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There may be already data fetching from the respective tables in the script check for the same and use&lt;/P&gt;&lt;P&gt;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&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Oct 2007 10:29:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-for-packing-list/m-p/2927694#M689798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-20T10:29:04Z</dc:date>
    </item>
  </channel>
</rss>

