<?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: Selection from different tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289069#M1832707</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TERNR[ Order numebr] is in LIKP and VTTK, please check, if you can use this field to join these two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dharmishta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 May 2014 04:41:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-05-08T04:41:36Z</dc:date>
    <item>
      <title>Selection from different tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289062#M1832700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a situation where I have 15 fields in the selection screen.&lt;/P&gt;&lt;P&gt;The selection is dependent on three or more tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First I have selected from two tables but if the user enters values in the selection screen then how to make the selection.&lt;/P&gt;&lt;P&gt;Tables dont have common fields between them. LIKP, LIPS, VTTK, VBUK and VEKP are the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you guys guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 03:35:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289062#M1832700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-08T03:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Selection from different tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289063#M1832701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if those fields having primary key we can you use inner join or for all entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 03:38:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289063#M1832701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-08T03:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Selection from different tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289064#M1832702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;First I have selected from two tables but if the user enters values in the selection screen then how to make the selection.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Your query is not so clear. When are you fetching the data from two table whether before selection screen input (Initialization event) or after selection screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please elaborate your query and better if you post your Selection Screen screen-shot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;VIjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 03:49:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289064#M1832702</guid>
      <dc:creator>VijayaKrishnaG</dc:creator>
      <dc:date>2014-05-08T03:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Selection from different tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289065#M1832703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIKP and LIPS are Delivery Header and item table and common field is &lt;STRONG&gt;VBELN&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;VTTK is shipment header table and its key field is TKNUM; you will find "Z_TRANSPORTNO" in LIKP.&lt;/P&gt;&lt;P&gt;VBUK: VBELN can link with LIKP.&lt;/P&gt;&lt;P&gt;VEKP: Key field is VENUM, but not able to get link with any of the 4 table; please ask functional fellow for this; how to link this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dharmishta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 03:52:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289065#M1832703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-08T03:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Selection from different tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289066#M1832704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dharmishta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don't find a field 'Z_TRANSPOTRNO' in LIKP.&lt;/P&gt;&lt;P&gt;Can you please let me know the correct field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 04:03:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289066#M1832704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-08T04:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Selection from different tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289067#M1832705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vijaykrishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to link LIKP, LIPS, VTTK, VTTP, VBUK and VEKP table for getting the values based on the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have linked LIKP, LIPS and VBUK using vbeln as the field using Inner Join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know how to link VTTK,VTTP and VEKP with LIKP table to get the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 04:05:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289067#M1832705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-08T04:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Selection from different tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289068#M1832706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also if the user doesn't enter any value in the selection screen for shipment number it should select only from LIKP and shouldn't say "No inputs available".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 04:20:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289068#M1832706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-08T04:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Selection from different tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289069#M1832707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TERNR[ Order numebr] is in LIKP and VTTK, please check, if you can use this field to join these two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dharmishta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 04:41:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289069#M1832707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-08T04:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Selection from different tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289070#M1832708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dharmishta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TERNR cannot be used for linking both table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 04:58:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289070#M1832708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-08T04:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Selection from different tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289071#M1832709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also i'm having a problem when using Inner Joins between LIKP and VTTP.&lt;/P&gt;&lt;P&gt;If 8 records are selected in LIKP and if only two records has shipment then only two records are being selected even though the user has not entered any shipment numbers in the selection-screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 05:09:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289071#M1832709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-08T05:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Selection from different tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289072#M1832710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are common field for likp and VVTP???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;raman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 05:51:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289072#M1832710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-08T05:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Selection from different tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289073#M1832711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LIKP-VBELN = VTTP-VBELN,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also check the table VTFA-Shipment Document Flow&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 07:02:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289073#M1832711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-08T07:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Selection from different tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289074#M1832712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I hope that this is a good example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;SELECT k~tknum&amp;nbsp; h~vbeln .........&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;FROM&lt;/SPAN&gt; vttk &lt;SPAN class="L0S52"&gt;AS&lt;/SPAN&gt; k&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;JOIN&lt;/SPAN&gt; vttp &lt;SPAN class="L0S52"&gt;AS&lt;/SPAN&gt; p&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ON&lt;/SPAN&gt; k~tknum = p~tknum&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;JOIN&lt;/SPAN&gt; likp &lt;SPAN class="L0S52"&gt;AS&lt;/SPAN&gt; h&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ON&lt;/SPAN&gt; h~vbeln = p~vbeln&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ..............&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ..............&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 08:27:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289074#M1832712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-08T08:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Selection from different tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289075#M1832713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have resolved the problem by myself.&lt;/P&gt;&lt;P&gt;Thank you so much guys for the feedback.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 07:03:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289075#M1832713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-23T07:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Selection from different tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289076#M1832714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share the solution or procedure how the issue got resolved by yourself. It can help others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 07:10:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289076#M1832714</guid>
      <dc:creator>VijayaKrishnaG</dc:creator>
      <dc:date>2014-05-23T07:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Selection from different tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289077#M1832715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since I had to get entries from different tables.&lt;/P&gt;&lt;P&gt;First I did the inner join on LIKP, LIPS and VBUK.&lt;/P&gt;&lt;P&gt;Then I took each entry and check in other tables.&lt;/P&gt;&lt;P&gt;If the entry doesnt exist in the other table, then I deleted it from the main table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By this I was able to get the entries based on different tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 06:49:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-from-different-tables/m-p/10289077#M1832715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-29T06:49:53Z</dc:date>
    </item>
  </channel>
</rss>

