<?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 VBUP &amp; EKBE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbup-ekbe/m-p/2991069#M706447</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having trouble while trying to JOIN these two tables. Condition should be:&lt;/P&gt;&lt;P&gt;ekbe&lt;SUB&gt;belnr = vbup&lt;/SUB&gt;vbeln&lt;/P&gt;&lt;P&gt;AND ekbe&lt;SUB&gt;buzei = vbup&lt;/SUB&gt;posnr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is that when ekbe&lt;SUB&gt;buzei and vbup&lt;/SUB&gt;posnr are compared SAP returns &lt;/P&gt;&lt;P&gt;sy-subrc = 4 because these two fields are not the same leght and it seems like there are no records that satisfy this condition, alltought when i go to SE16 and make a selection based on these conditions in table VBUP, i do get some data as a result. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me to make this JOIN working... if you know how!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx a lot in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Nov 2007 10:37:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-09T10:37:11Z</dc:date>
    <item>
      <title>VBUP &amp; EKBE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbup-ekbe/m-p/2991069#M706447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having trouble while trying to JOIN these two tables. Condition should be:&lt;/P&gt;&lt;P&gt;ekbe&lt;SUB&gt;belnr = vbup&lt;/SUB&gt;vbeln&lt;/P&gt;&lt;P&gt;AND ekbe&lt;SUB&gt;buzei = vbup&lt;/SUB&gt;posnr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is that when ekbe&lt;SUB&gt;buzei and vbup&lt;/SUB&gt;posnr are compared SAP returns &lt;/P&gt;&lt;P&gt;sy-subrc = 4 because these two fields are not the same leght and it seems like there are no records that satisfy this condition, alltought when i go to SE16 and make a selection based on these conditions in table VBUP, i do get some data as a result. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me to make this JOIN working... if you know how!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx a lot in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2007 10:37:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbup-ekbe/m-p/2991069#M706447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-09T10:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: VBUP &amp; EKBE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbup-ekbe/m-p/2991070#M706448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ekbe&lt;SUB&gt;belnr = vbup&lt;/SUB&gt;vbeln&lt;/P&gt;&lt;P&gt;AND ekbe&lt;SUB&gt;buzei = vbup&lt;/SUB&gt;posnr+2(4).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basically you need to offset posnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it helps,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2007 10:41:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbup-ekbe/m-p/2991070#M706448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-09T10:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: VBUP &amp; EKBE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbup-ekbe/m-p/2991071#M706449</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 can't put + in JOIN condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INNER JOIN vbup as vbup&lt;/P&gt;&lt;P&gt;on ekbe&lt;SUB&gt;belnr = vbup&lt;/SUB&gt;vbeln&lt;/P&gt;&lt;P&gt;and ekbe&lt;SUB&gt;buzei = vbup&lt;/SUB&gt;posnr + 2(4)....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2007 10:46:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbup-ekbe/m-p/2991071#M706449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-09T10:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: VBUP &amp; EKBE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbup-ekbe/m-p/2991072#M706450</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 think there isn't a relation between vbuk and ekbe.&lt;/P&gt;&lt;P&gt;You can get the relation between vbup -&amp;gt; ekkn -&amp;gt; ekbe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Dieter Gröhn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2007 10:54:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbup-ekbe/m-p/2991072#M706450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-09T10:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: VBUP &amp; EKBE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbup-ekbe/m-p/2991073#M706451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there any chance to work arround this using GROUP BY???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2007 11:06:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbup-ekbe/m-p/2991073#M706451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-09T11:06:38Z</dc:date>
    </item>
  </channel>
</rss>

