<?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: Data not selected from ztable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247100#M1527101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you getting data into the table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Sep 2010 10:49:31 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2010-09-22T10:49:31Z</dc:date>
    <item>
      <title>Data not selected from ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247085#M1527086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;I have ztable as below :&lt;/P&gt;&lt;P&gt;&lt;U&gt;FieldName    DataElement Type   Length&lt;/U&gt;&lt;/P&gt;&lt;P&gt;coilno           coilno           char    10&lt;/P&gt;&lt;P&gt;ordno           vbeln            char    10&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;when i am searching data from this table  based on coilno, then data can be retreived from table but when i search same data based on ordno only  then no data shows. but its sure data exists there, i have checked. domain of vbeln is same in my ztable and vbap table. kindly provide solution. thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 05:01:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247085#M1527086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T05:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Data not selected from ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247086#M1527087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Howdy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure you are searching with leading zeros, eg instead of VBELN = 12345678, use VBELN = 0012345678.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using function module CONVERSION_EXIT_ALPHA_INPUT to insert the leading zeros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 05:05:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247086#M1527087</guid>
      <dc:creator>alex_cook</dc:creator>
      <dc:date>2010-09-22T05:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Data not selected from ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247087#M1527088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have already try this. but in case of data searching in vbap table we need not to add zeros in vbeln field. even if we add zeros , zeros eliminates. i need to develop important report based on this search criteria. kindly provide solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 06:07:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247087#M1527088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T06:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data not selected from ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247088#M1527089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use it in REport by using this Function module for remove leading zero&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ALPHA_INPUT &lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ALPHA_OUTPUT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this on Goto Se11--&amp;gt;table name &lt;DEL&gt;&amp;gt;display&lt;/DEL&gt;-&amp;gt;table content(Ctrl&lt;EM&gt;shift&lt;/EM&gt;f10)&lt;DEL&gt;&amp;gt;In menu settings&lt;/DEL&gt;&amp;gt;user parameter&lt;DEL&gt;&amp;gt;Data browser tab&lt;/DEL&gt;&amp;gt;Check conversion Exist enable and try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 06:16:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247088#M1527089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T06:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Data not selected from ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247089#M1527090</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 have already try this. but in case of data searching in vbap table we need not to add zeros in vbeln field. even if we add zeros , zeros eliminates. i need to develop important report based on this search criteria. kindly provide solution.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's probably because you are seeing the conversion exit converting your zeros. If you are unable to SELECT data from the database, and you know the data is there, it is almost certainly because you need to use a conversion exit in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 07:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247089#M1527090</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2010-09-22T07:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Data not selected from ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247090#M1527091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post the Select query you have coded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 08:45:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247090#M1527091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T08:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Data not selected from ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247091#M1527092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Dear&lt;/P&gt;&lt;P&gt;problem is not of leading or trailing zeros. in se11 when i am tring to select record based of ordno field it does not shwo data and based on coilno is shows .in database data is not stored with leading zeros.&lt;/P&gt;&lt;P&gt;in program i am using following very simple query. i have tried with parameter and also with range option. but no result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF itab occurs 0.&lt;/P&gt;&lt;P&gt;      include structure zhrordlink.&lt;/P&gt;&lt;P&gt;DATA : END OF itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : mordno FOR zhrordlink-ordno.&lt;/P&gt;&lt;P&gt;*parameters : mord like zhrordlink-ordno.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from zhrordlink into corresponding fields of  itab&lt;/P&gt;&lt;P&gt;where ordno in mordno.&lt;/P&gt;&lt;P&gt;endselect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;write:/1 itab-ordno.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 09:39:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247091#M1527092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T09:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Data not selected from ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247092#M1527093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Weird...I tried creating a custom table using Domian used for VBELN and  other fields.It shows data if it exists in table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well if you are using the domain used for VBELN ,then the conversion will work and in the DATABASE table the data will contain the leading zeroes.&lt;/P&gt;&lt;P&gt;Give us the table look out and the table output which you are trying to get using ORDNO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 09:53:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247092#M1527093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T09:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Data not selected from ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247093#M1527094</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; My Dear&lt;/P&gt;&lt;P&gt;&amp;gt; problem is not of leading or trailing zeros. in se11 when i am tring to select record based of ordno field it does not shwo data and based on coilno is shows .in database data is not stored with leading zeros.&lt;/P&gt;&lt;P&gt;&amp;gt; in program i am using following very simple query. i have tried with parameter and also with range option. but no result.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; DATA : BEGIN OF itab occurs 0.&lt;/P&gt;&lt;P&gt;&amp;gt;       include structure zhrordlink.&lt;/P&gt;&lt;P&gt;&amp;gt; DATA : END OF itab.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;&amp;gt; SELECT-OPTIONS : mordno FOR zhrordlink-ordno.&lt;/P&gt;&lt;P&gt;&amp;gt; *parameters : mord like zhrordlink-ordno.&lt;/P&gt;&lt;P&gt;&amp;gt; SELECTION-SCREEN END OF BLOCK b1.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; select * from zhrordlink into corresponding fields of  itab&lt;/P&gt;&lt;P&gt;&amp;gt; where ordno in mordno.&lt;/P&gt;&lt;P&gt;&amp;gt; endselect.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; loop at itab.&lt;/P&gt;&lt;P&gt;&amp;gt; write:/1 itab-ordno.&lt;/P&gt;&lt;P&gt;&amp;gt; endloop.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Your code is wrong. You are selecting into the work area of the internal table. NOT the internal table itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA : itab TYPE STANDARD TABLE OF zhrordlink,
      wa TYPE zhrordlink.

SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
SELECT-OPTIONS : mordno FOR zhrordlink-ordno.
*parameters : mord like zhrordlink-ordno.
SELECTION-SCREEN END OF BLOCK b1.

select * from zhrordlink into corresponding fields of TABLE itab
where ordno in mordno.

loop at itab INTO wa.
write:/1 wa-ordno.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't use tables with header-lines. It is old and bad practice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on Sep 22, 2010 11:55 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 09:54:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247093#M1527094</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2010-09-22T09:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Data not selected from ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247094#M1527095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear matt&lt;/P&gt;&lt;P&gt;by using your code, still no result found. confused!!!! why so ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 10:03:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247094#M1527095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T10:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Data not selected from ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247095#M1527096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Run it with the select-option blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 10:12:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247095#M1527096</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2010-09-22T10:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Data not selected from ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247096#M1527097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with select option blank, it works fine. but i need selective orders data. how it ca be possible? regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 10:18:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247096#M1527097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T10:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data not selected from ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247097#M1527098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put a breakpoint at the SELECT, run the program and see what is in the table MORDNO. Hint - in the debugger use mordno[] to examine the table contents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 10:21:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247097#M1527098</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2010-09-22T10:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Data not selected from ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247098#M1527099</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 SE11 you check with/without zero based on oreder no or check your data element of orderno having any conversion routine or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For conversion routin please enable the tick button as previous post i have mentioned.&lt;/P&gt;&lt;P&gt;if it is not debug the coding and check the select option ranges&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 10:28:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247098#M1527099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T10:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data not selected from ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247099#M1527100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i put two values 15756 and 4500012345. it shows 0000015756 and 4500012345.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 10:47:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247099#M1527100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T10:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Data not selected from ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247100#M1527101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you getting data into the table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 10:49:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247100#M1527101</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2010-09-22T10:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Data not selected from ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247101#M1527102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;option mentioned by you already CHECKED. also order number which i am puting in selection range  exist in table . ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 11:00:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247101#M1527102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T11:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Data not selected from ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247102#M1527103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data is enterd into table thru screen used by end users.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 11:01:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247102#M1527103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T11:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Data not selected from ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247103#M1527104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can we come on chat to understand the query ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 11:02:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247103#M1527104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T11:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Data not selected from ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247104#M1527105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. All discussions are to be carried out on line in accordance with the rules of engagement. The problem you are facing is that you have conversion exits on your table. The program you have written is using those conversion exits. When you enter  15756 into the select option, this is correctly converted to 0000015756. The select fails to find 0000015756, which shows that that number &lt;STRONG&gt;does not exist in your table&lt;/STRONG&gt;. The problem must therefore lie in the data entry program. It seems when the users enter 15756, that that is what is stored in your table - instead of 0000015756.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must make sure that all your interactions with the table refer to the correct type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 11:07:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-selected-from-ztable/m-p/7247104#M1527105</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2010-09-22T11:07:42Z</dc:date>
    </item>
  </channel>
</rss>

