<?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 problem with where join condition in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-where-join-condition/m-p/4983265#M1161052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     how to match in the where condition of different data types of different length.&lt;/P&gt;&lt;P&gt;I have problem here,vbuk-vbeln(10) and cdhdr-objectid(90).I need to check in where condition for joining&lt;/P&gt;&lt;P&gt;to get the information for username date time for the particular sales  document.(vbak-vbeln).&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;nag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Jan 2009 09:46:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-10T09:46:35Z</dc:date>
    <item>
      <title>problem with where join condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-where-join-condition/m-p/4983265#M1161052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     how to match in the where condition of different data types of different length.&lt;/P&gt;&lt;P&gt;I have problem here,vbuk-vbeln(10) and cdhdr-objectid(90).I need to check in where condition for joining&lt;/P&gt;&lt;P&gt;to get the information for username date time for the particular sales  document.(vbak-vbeln).&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;nag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2009 09:46:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-where-join-condition/m-p/4983265#M1161052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-10T09:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: problem with where join condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-where-join-condition/m-p/4983266#M1161053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;put that field in another variable with the required length&lt;/P&gt;&lt;P&gt;move the value in that variable&lt;/P&gt;&lt;P&gt;and then compare..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2009 09:53:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-where-join-condition/m-p/4983266#M1161053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-10T09:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: problem with where join condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-where-join-condition/m-p/4983267#M1161054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;take the values of VBUK-VBELN.....put these into CDPOS...where objectid = vbuk-vbeln &amp;amp; tabname = 'VBUK'.....to get the change in item level.....now take those OBJECTID.......go to table CDHDR......and take the value that you require...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2009 10:37:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-where-join-condition/m-p/4983267#M1161054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-10T10:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: problem with where join condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-where-join-condition/m-p/4983268#M1161055</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 think rather than using JOIN you can go for FOR ALL ENTRIES.&lt;/P&gt;&lt;P&gt;Firstly fetch all the resperctive values form VABK and put in a table that has a structure that is compatible with the next table of fetch CDHDR. ( as VBELN of length 90).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use this table to fetch the values from CDHDR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Radhika,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 09:17:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-where-join-condition/m-p/4983268#M1161055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T09:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: problem with where join condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-where-join-condition/m-p/4983269#M1161056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; I think rather than using JOIN you can go for FOR ALL ENTRIES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi radhika,&lt;/P&gt;&lt;P&gt;Performance wise joins are far better than for all entries specially when the number opf entries is large, so better to use joins as much as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="16" __jive_macro_name="size"&gt;кu03B1ятu03B9к&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 09:23:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-where-join-condition/m-p/4983269#M1161056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T09:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: problem with where join condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-where-join-condition/m-p/4983270#M1161057</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;Can you try as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vbuk-vbeln = cdhdr-objectid+(10).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Means it will check first 10 characters of object id with VBUK-VBELN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But make sure that first 10 characters of object id is equal to VBELN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 09:27:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-where-join-condition/m-p/4983270#M1161057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T09:27:22Z</dc:date>
    </item>
  </channel>
</rss>

