<?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 tables link in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-link/m-p/2606366#M597408</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; How to find the sales document number vbak-vbeln based on likp-vbeln. How to link the tables vbak and likp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be awarded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Aug 2007 07:02:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-04T07:02:18Z</dc:date>
    <item>
      <title>tables link</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-link/m-p/2606366#M597408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; How to find the sales document number vbak-vbeln based on likp-vbeln. How to link the tables vbak and likp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be awarded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Aug 2007 07:02:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-link/m-p/2606366#M597408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-04T07:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: tables link</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-link/m-p/2606367#M597409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check table VBFA for the document flow which will have link between sales order and delivery document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get the sales document and line item from LIPS table. Give the delivery document to LIPS-VBELN and get the respective sales document and line item from the fields LIPS-VGBEL and LIPS-VGPOS respectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Aug 2007 07:05:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-link/m-p/2606367#M597409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-04T07:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: tables link</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-link/m-p/2606368#M597410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Pass the VBEP-VBELN and POSNR to LIPS-VGBEL and LIPS-VGPOS fields&lt;/P&gt;&lt;P&gt;And join the LIKP and LIPS with the VBELN field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Aug 2007 07:08:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-link/m-p/2606368#M597410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-04T07:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: tables link</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-link/m-p/2606369#M597411</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;&lt;/P&gt;&lt;P&gt;try like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select vbak erdat ernam from vbak into corresponding fileds of it_vbak
where vbeln = it_likp-vbeln.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can perform this by using inner join also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpfull answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Aug 2007 07:11:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-link/m-p/2606369#M597411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-04T07:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: tables link</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-link/m-p/2606370#M597412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to retrieve vbeln from vbak based on vbeln from likp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select vbeln from vbak into table i_vbak where vbeln = likp-vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to rerieve vbeln from likp based on vbeln from vbak&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select vbeln from likp into table i_likp where vbeln = vbak-vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;srinivas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*&lt;STRONG&gt;reward for useful answers&lt;/STRONG&gt;*&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Aug 2007 07:23:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-link/m-p/2606370#M597412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-04T07:23:21Z</dc:date>
    </item>
  </channel>
</rss>

