<?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: view table conditions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/view-table-conditions/m-p/5470572#M1252851</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved myself&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Dec 2009 10:46:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-16T10:46:24Z</dc:date>
    <item>
      <title>view table conditions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/view-table-conditions/m-p/5470567#M1252846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For creating a view I am trying to join 2 tables.&lt;/P&gt;&lt;P&gt;I have selected 4 fields in first table and 3 fields in the second table.&lt;/P&gt;&lt;P&gt;The join condition is in such a way that the first table field(not primary) is input to second table primary field. &lt;/P&gt;&lt;P&gt;The first table field is of 10 char length and the input field in the second table primary field is 70 characters in length. &lt;/P&gt;&lt;P&gt;When we take the value in the first table field individually and give input in the second table it works. I.e., it works individually.&lt;/P&gt;&lt;P&gt;But when this data is seen using the view it doens't show any records, since the field length condition is not met.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any solution on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2009 06:16:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/view-table-conditions/m-p/5470567#M1252846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-28T06:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: view table conditions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/view-table-conditions/m-p/5470568#M1252847</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;the values of the two fields which you are trying to put in join condition are same in the both the tables,&lt;/P&gt;&lt;P&gt;check the entries in both the tables and specially for the fields you are putting a join,,&lt;/P&gt;&lt;P&gt;if the data does not match it will never give you results&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2009 06:23:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/view-table-conditions/m-p/5470568#M1252847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-28T06:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: view table conditions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/view-table-conditions/m-p/5470569#M1252848</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;In the join condition try delimiting the lenght of 70 character field.&lt;/P&gt;&lt;P&gt;Hope this might help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kritesh Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2009 06:25:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/view-table-conditions/m-p/5470569#M1252848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-28T06:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: view table conditions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/view-table-conditions/m-p/5470570#M1252849</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;How can I delimit the length of 70 characters to 10 in the join conditions of the view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;mac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2009 14:37:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/view-table-conditions/m-p/5470570#M1252849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-28T14:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: view table conditions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/view-table-conditions/m-p/5470571#M1252850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mac,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out this one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1323715"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Shahid Malayil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 May 2009 06:53:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/view-table-conditions/m-p/5470571#M1252850</guid>
      <dc:creator>shahid_malayil1</dc:creator>
      <dc:date>2009-05-03T06:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: view table conditions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/view-table-conditions/m-p/5470572#M1252851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved myself&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 10:46:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/view-table-conditions/m-p/5470572#M1252851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-16T10:46:24Z</dc:date>
    </item>
  </channel>
</rss>

