<?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: ISSUE WITH ACCESSING DATA FROM TABLES in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-accessing-data-from-tables/m-p/1658772#M292184</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kajol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Well thats unusual issue.&lt;/P&gt;&lt;P&gt;  One thing if your field is NUMC4 then the entries it should display should be like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0001&lt;/P&gt;&lt;P&gt;0010&lt;/P&gt;&lt;P&gt;0002  etc....  not 1, 10,2..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So just check again the data type assigned to the field and try to load again..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Nov 2006 18:02:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-08T18:02:09Z</dc:date>
    <item>
      <title>ISSUE WITH ACCESSING DATA FROM TABLES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-accessing-data-from-tables/m-p/1658770#M292182</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;Iam having problem accesing the fields from se11 selection screen of a ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field  (primary key) with data type numc length 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have uploaded data from the text file to this ztable .&lt;/P&gt;&lt;P&gt;data in my text file is like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;10&lt;/P&gt;&lt;P&gt;11&lt;/P&gt;&lt;P&gt;99&lt;/P&gt;&lt;P&gt;101&lt;/P&gt;&lt;P&gt;1009 etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now data in my ztable looks like this &lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;10&lt;/P&gt;&lt;P&gt;1009&lt;/P&gt;&lt;P&gt;101&lt;/P&gt;&lt;P&gt;11&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;99 etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i give 1 or 0001 in my selection screen of ztable it says no entries found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i see all the entries i can see entry 1 in the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know whats wrong in here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WAITING FOR REPLIES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kAJOL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 17:03:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-accessing-data-from-tables/m-p/1658770#M292182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-08T17:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: ISSUE WITH ACCESSING DATA FROM TABLES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-accessing-data-from-tables/m-p/1658771#M292183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kajol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just one possible solution, it might not be optimal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using a program to upload the data, you will be getting an internal table from the upload FM. Now before you send the data to the database table, you can convert it into the desired form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 17:17:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-accessing-data-from-tables/m-p/1658771#M292183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-08T17:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: ISSUE WITH ACCESSING DATA FROM TABLES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-accessing-data-from-tables/m-p/1658772#M292184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kajol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Well thats unusual issue.&lt;/P&gt;&lt;P&gt;  One thing if your field is NUMC4 then the entries it should display should be like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0001&lt;/P&gt;&lt;P&gt;0010&lt;/P&gt;&lt;P&gt;0002  etc....  not 1, 10,2..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So just check again the data type assigned to the field and try to load again..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 18:02:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-accessing-data-from-tables/m-p/1658772#M292184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-08T18:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: ISSUE WITH ACCESSING DATA FROM TABLES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-accessing-data-from-tables/m-p/1658773#M292185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;definitely prob with data elemnt and types defined i believe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 13:29:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-accessing-data-from-tables/m-p/1658773#M292185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T13:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: ISSUE WITH ACCESSING DATA FROM TABLES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-accessing-data-from-tables/m-p/1658774#M292186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try selecting it with ...1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where . means space&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 13:33:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-accessing-data-from-tables/m-p/1658774#M292186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T13:33:05Z</dc:date>
    </item>
  </channel>
</rss>

