<?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 select query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query/m-p/11916558#M1963590</link>
    <description>&lt;P&gt;i have this requirement &lt;/P&gt;
  &lt;P&gt;s_vbeln is optional&lt;/P&gt;
  &lt;P&gt;from this input i have to show the output in alv as follows &lt;/P&gt;
  &lt;P&gt;sale id , division , customer name , sale item , material , qunatity, price, delivery number ,delivery date ,&lt;/P&gt;
  &lt;P&gt;shipment number , shipment quantity , &lt;/P&gt;
  &lt;P&gt;invoice number , invoice price.&lt;/P&gt;
  &lt;P&gt;i have done my R n D about tables and fields like this&lt;/P&gt;
  &lt;P&gt;vbak-vbeln-----------sale id &lt;/P&gt;
  &lt;P&gt;vbak-spart-----------division &lt;/P&gt;
  &lt;P&gt;kna1-name1_gp--------customer name &lt;/P&gt;
  &lt;P&gt;vbap-posnr-----------sale item &lt;/P&gt;
  &lt;P&gt;vbap-matnr-----------imaterial &lt;/P&gt;
  &lt;P&gt;vbap-netwr-----------price &lt;/P&gt;
  &lt;P&gt;vbap-kwmeng----------quantity &lt;/P&gt;
  &lt;P&gt;likp-vbeln delivery number &lt;/P&gt;
  &lt;P&gt;likp-lfdat_v delivery date &lt;/P&gt;
  &lt;P&gt;lips-fkimg---del.qty, &lt;/P&gt;
  &lt;P&gt;vttk-tknum------shipment number &lt;/P&gt;
  &lt;P&gt;vttp-erdat------SHIPMENT QTY &lt;/P&gt;
  &lt;P&gt;vbrk-vbeln--------invoice number---- &lt;/P&gt;
  &lt;P&gt;vbrp-fkimg--------invoice qty------- &lt;/P&gt;
  &lt;P&gt;vbrp-netwr_fp-----invoice price-----&lt;/P&gt;
  &lt;P&gt;up to vbak vbap kna1 likp lips i have linked with where clause.&lt;/P&gt;
  &lt;P&gt;but im failing to link with vttk vttp vbrk vbrp??&lt;/P&gt;
  &lt;P&gt;can anyone help me out??&lt;/P&gt;</description>
    <pubDate>Wed, 17 Apr 2019 10:28:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2019-04-17T10:28:50Z</dc:date>
    <item>
      <title>select query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query/m-p/11916558#M1963590</link>
      <description>&lt;P&gt;i have this requirement &lt;/P&gt;
  &lt;P&gt;s_vbeln is optional&lt;/P&gt;
  &lt;P&gt;from this input i have to show the output in alv as follows &lt;/P&gt;
  &lt;P&gt;sale id , division , customer name , sale item , material , qunatity, price, delivery number ,delivery date ,&lt;/P&gt;
  &lt;P&gt;shipment number , shipment quantity , &lt;/P&gt;
  &lt;P&gt;invoice number , invoice price.&lt;/P&gt;
  &lt;P&gt;i have done my R n D about tables and fields like this&lt;/P&gt;
  &lt;P&gt;vbak-vbeln-----------sale id &lt;/P&gt;
  &lt;P&gt;vbak-spart-----------division &lt;/P&gt;
  &lt;P&gt;kna1-name1_gp--------customer name &lt;/P&gt;
  &lt;P&gt;vbap-posnr-----------sale item &lt;/P&gt;
  &lt;P&gt;vbap-matnr-----------imaterial &lt;/P&gt;
  &lt;P&gt;vbap-netwr-----------price &lt;/P&gt;
  &lt;P&gt;vbap-kwmeng----------quantity &lt;/P&gt;
  &lt;P&gt;likp-vbeln delivery number &lt;/P&gt;
  &lt;P&gt;likp-lfdat_v delivery date &lt;/P&gt;
  &lt;P&gt;lips-fkimg---del.qty, &lt;/P&gt;
  &lt;P&gt;vttk-tknum------shipment number &lt;/P&gt;
  &lt;P&gt;vttp-erdat------SHIPMENT QTY &lt;/P&gt;
  &lt;P&gt;vbrk-vbeln--------invoice number---- &lt;/P&gt;
  &lt;P&gt;vbrp-fkimg--------invoice qty------- &lt;/P&gt;
  &lt;P&gt;vbrp-netwr_fp-----invoice price-----&lt;/P&gt;
  &lt;P&gt;up to vbak vbap kna1 likp lips i have linked with where clause.&lt;/P&gt;
  &lt;P&gt;but im failing to link with vttk vttp vbrk vbrp??&lt;/P&gt;
  &lt;P&gt;can anyone help me out??&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 10:28:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query/m-p/11916558#M1963590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-04-17T10:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: select query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query/m-p/11916559#M1963591</link>
      <description>&lt;P&gt;You should look at table VBFA too. (document flow)&lt;/P&gt;&lt;P&gt;NB: For performance, there are also some tables to use (aka secondary indexes) to link tables: e.g. vakpa, vapma, vlkpa, etc. (Alas ☹ OSS note &lt;A href="https://launchpad.support.sap.com/#/notes/185530"&gt;Note 185530 - Performance Customer developments in SD&lt;/A&gt; is not longer available, but a note such as &lt;A href="https://launchpad.support.sap.com/#/notes/128947"&gt;128947 - Correction of SD document indexes with RVV05IVB&lt;/A&gt; is still available and will provide you a list of such indexes and a list of transaction that use those, so you can analyze them)&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 06:44:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query/m-p/11916559#M1963591</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-04-18T06:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: select query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query/m-p/11916560#M1963592</link>
      <description>&lt;P&gt;thank you  &lt;SPAN class="mention-scrubbed"&gt;raymond.giuseppi&lt;/SPAN&gt;  &lt;/P&gt;</description>
      <pubDate>Sat, 04 May 2019 07:03:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query/m-p/11916560#M1963592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-05-04T07:03:10Z</dc:date>
    </item>
  </channel>
</rss>

