<?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 Doubt on creating join between  two tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-creating-join-between-two-tables/m-p/2581832#M590401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;I have two tables , ekes and eine &lt;/P&gt;&lt;P&gt;my requirement is  if Ekes-ebtyp = 'X1'.&lt;/P&gt;&lt;P&gt;then Ekes-ebtyp = EKES-EINDT + Eine-j_3alitra.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the doubt is there is no primary key common between this table . actually in my whole program for purchase order i used EBELN for extracting details when two tables are involved . in this two tables no two primary keys are common to extract data ...is there any ways please suggest..&lt;/P&gt;&lt;P&gt;the code i wrote is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at li_ekes assigning &amp;lt;fl_ekes&amp;gt;.&lt;/P&gt;&lt;P&gt;read table li_eine assigning &amp;lt;fl_eine&amp;gt; with table key (here i need to give some unique fields to join these two fields please guide me which field i can use.).&lt;/P&gt;&lt;P&gt;&amp;lt;fl_ekes&amp;gt;-ebtyp = &amp;lt;fl_ekes&amp;gt;-EINDT + &amp;lt;fl_eine&amp;gt;-j_3alitra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Aug 2007 18:36:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-07T18:36:14Z</dc:date>
    <item>
      <title>Doubt on creating join between  two tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-creating-join-between-two-tables/m-p/2581832#M590401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;I have two tables , ekes and eine &lt;/P&gt;&lt;P&gt;my requirement is  if Ekes-ebtyp = 'X1'.&lt;/P&gt;&lt;P&gt;then Ekes-ebtyp = EKES-EINDT + Eine-j_3alitra.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the doubt is there is no primary key common between this table . actually in my whole program for purchase order i used EBELN for extracting details when two tables are involved . in this two tables no two primary keys are common to extract data ...is there any ways please suggest..&lt;/P&gt;&lt;P&gt;the code i wrote is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at li_ekes assigning &amp;lt;fl_ekes&amp;gt;.&lt;/P&gt;&lt;P&gt;read table li_eine assigning &amp;lt;fl_eine&amp;gt; with table key (here i need to give some unique fields to join these two fields please guide me which field i can use.).&lt;/P&gt;&lt;P&gt;&amp;lt;fl_ekes&amp;gt;-ebtyp = &amp;lt;fl_ekes&amp;gt;-EINDT + &amp;lt;fl_eine&amp;gt;-j_3alitra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 18:36:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-creating-join-between-two-tables/m-p/2581832#M590401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T18:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt on creating join between  two tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-creating-join-between-two-tables/m-p/2581833#M590402</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;I believe you need to read EINA table for field LIFNR and MATNR of the Purchase Order to get the field INFNR and then read EINE with INFNR and EKORG and WERKS of Purchase Order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 18:45:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-creating-join-between-two-tables/m-p/2581833#M590402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T18:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt on creating join between  two tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-creating-join-between-two-tables/m-p/2581834#M590403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello sir,&lt;/P&gt;&lt;P&gt;i am not reading EINA . i am using only EKPO,EKES,EKET,EKPO and EINE.&lt;/P&gt;&lt;P&gt;so that is why i am facing this problem please help me ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 05:36:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-creating-join-between-two-tables/m-p/2581834#M590403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T05:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt on creating join between  two tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-creating-join-between-two-tables/m-p/2581835#M590404</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;Try to use EKPO-INFNR, here the system should have stored the record info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 12:35:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-creating-join-between-two-tables/m-p/2581835#M590404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T12:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt on creating join between  two tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-creating-join-between-two-tables/m-p/2581836#M590405</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;Both tables have field EBELN in common.&lt;/P&gt;&lt;P&gt;You can use it to extract data from both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sipra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 12:47:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-creating-join-between-two-tables/m-p/2581836#M590405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T12:47:28Z</dc:date>
    </item>
  </channel>
</rss>

