<?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: tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/1759135#M328714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;shipment number (TKNUM)&lt;/P&gt;&lt;P&gt;Sum(LIKP. ANZPK) as PKGS&lt;/P&gt;&lt;P&gt;Sum(LIKP. BTGEW), as WEIGHT&lt;/P&gt;&lt;P&gt;VHILM ( for total containers( pallet, carton) ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tbles are needed&lt;/P&gt;&lt;P&gt;VTTS ( Shipmetnt Header Table )&lt;/P&gt;&lt;P&gt;VTTP (Shipment Item)&lt;/P&gt;&lt;P&gt;LIKP ( delivery header table )&lt;/P&gt;&lt;P&gt;VEPO (Handling unit details) Details for a given shipment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select data into &amp;lt;itab1&amp;gt; from VVTS.&lt;/P&gt;&lt;P&gt;select data into &amp;lt;itab2&amp;gt; from VTTP where &amp;lt;condition&amp;gt;.&lt;/P&gt;&lt;P&gt;Based on delivery number of VTTP select  data into &amp;lt;itab3&amp;gt; from VEPO.&lt;/P&gt;&lt;P&gt;Based on data from VEPO get the &amp;lt;qty variables&amp;gt;.&lt;/P&gt;&lt;P&gt;claculate the weight.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Nov 2006 16:08:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-29T16:08:27Z</dc:date>
    <item>
      <title>tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/1759132#M328711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys please help me with this shipment cost tracking report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need invoice number,frieght,total container and total packages&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its very urgent and please tel me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 15:35:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/1759132#M328711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T15:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/1759133#M328712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;fields are  follows&lt;/P&gt;&lt;P&gt;shipment number (TKNUM)&lt;/P&gt;&lt;P&gt;Sum(LIKP. ANZPK) as PKGS&lt;/P&gt;&lt;P&gt;Sum(LIKP. BTGEW), as WEIGHT&lt;/P&gt;&lt;P&gt;VHILM ( for total containers( pallet, carton) ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tbles are needed&lt;/P&gt;&lt;P&gt;VTTS ( Shipmetnt Header Table )&lt;/P&gt;&lt;P&gt;VTTP (Shipment Item)&lt;/P&gt;&lt;P&gt;LIKP ( delivery header table )&lt;/P&gt;&lt;P&gt;VEPO  (Handling unit details) Details for a given shipment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first pick the data from VVTS &lt;/P&gt;&lt;P&gt;You will get the Shipment numbers&lt;/P&gt;&lt;P&gt;Ten go to Shpemnt item table&lt;/P&gt;&lt;P&gt;there you will get the delivery numbers for a shipment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get the Material and handling unit( venum) from VEPO based on Delivery numbers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using  Handling unit number get the Type of qty and qty value and weight&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;based on venum get the weight &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 15:59:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/1759133#M328712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T15:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/1759134#M328713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;can you be more clear plz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 16:00:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/1759134#M328713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T16:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/1759135#M328714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;shipment number (TKNUM)&lt;/P&gt;&lt;P&gt;Sum(LIKP. ANZPK) as PKGS&lt;/P&gt;&lt;P&gt;Sum(LIKP. BTGEW), as WEIGHT&lt;/P&gt;&lt;P&gt;VHILM ( for total containers( pallet, carton) ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tbles are needed&lt;/P&gt;&lt;P&gt;VTTS ( Shipmetnt Header Table )&lt;/P&gt;&lt;P&gt;VTTP (Shipment Item)&lt;/P&gt;&lt;P&gt;LIKP ( delivery header table )&lt;/P&gt;&lt;P&gt;VEPO (Handling unit details) Details for a given shipment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select data into &amp;lt;itab1&amp;gt; from VVTS.&lt;/P&gt;&lt;P&gt;select data into &amp;lt;itab2&amp;gt; from VTTP where &amp;lt;condition&amp;gt;.&lt;/P&gt;&lt;P&gt;Based on delivery number of VTTP select  data into &amp;lt;itab3&amp;gt; from VEPO.&lt;/P&gt;&lt;P&gt;Based on data from VEPO get the &amp;lt;qty variables&amp;gt;.&lt;/P&gt;&lt;P&gt;claculate the weight.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 16:08:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/1759135#M328714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T16:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/1759136#M328715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi RK,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Here your requirement is Displaying the report like  for &lt;/P&gt;&lt;P&gt;shipment number , invoice number,  packages, handling unit and weight&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For getting all these&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for a shipment you have multiple deliveries.&lt;/P&gt;&lt;P&gt;You will get the shipment number from VTTS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for a shipment you will have more than one delivery atleast.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for getting these deliveries go to VTTP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After getting the deliveries goto LIKP you will get the weights of that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then go to VEPO ( here you will get the handling unit number )&lt;/P&gt;&lt;P&gt;(total number of items are called the packages in VEPO )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then go to VEKP ( based on handling unit number get the weight )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; hi Rk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; try to use the function module . &lt;/P&gt;&lt;P&gt;RV_SHIPMENT_PRINT_VIEW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using these function module you will get whole the shipment information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can read it from the tables (Function module table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sekahr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Lakshmi Sekhar Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 16:48:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/1759136#M328715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T16:48:25Z</dc:date>
    </item>
  </channel>
</rss>

