<?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 custom table selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-table-selection-screen/m-p/12809437#M2025469</link>
    <description>&lt;P&gt;Classic issue concerning different internal and external values due to the Conversion Exit on MATNR.&lt;/P&gt;&lt;P&gt;i.e. what you are SEEING is not what is actually in the database.&lt;/P&gt;</description>
    <pubDate>Sat, 04 Nov 2023 14:50:52 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2023-11-04T14:50:52Z</dc:date>
    <item>
      <title>issue with custom table selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-table-selection-screen/m-p/12809436#M2025468</link>
      <description>&lt;P&gt;I have created custom table and uploaded 161 entries. When I execute the table and then click on contents it gives selection screen to fetch necessary records from table. Now I have placed record which is already available in the 161 entries. I want to see one specific record. When I execute no entries found. When I see Number of entries without giving any entires it is showing 161. How to fix this issue.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2224877-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2224878-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;when I click on number of entries in the above pic it is showing 161 entires. But when I pick one record and place it in MATNR and then F8. it is showing as below.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2224880-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;1020001205 do exist in the 161 records present in the table.&lt;BR /&gt;but it is showing as highlighted No table entries found for specific key&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Nov 2023 13:14:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-table-selection-screen/m-p/12809436#M2025468</guid>
      <dc:creator>pashasapcha</dc:creator>
      <dc:date>2023-11-04T13:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: issue with custom table selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-table-selection-screen/m-p/12809437#M2025469</link>
      <description>&lt;P&gt;Classic issue concerning different internal and external values due to the Conversion Exit on MATNR.&lt;/P&gt;&lt;P&gt;i.e. what you are SEEING is not what is actually in the database.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Nov 2023 14:50:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-table-selection-screen/m-p/12809437#M2025469</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-11-04T14:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: issue with custom table selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-table-selection-screen/m-p/12809438#M2025470</link>
      <description>&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2223960-image.png" /&gt;&lt;/P&gt;&lt;P&gt;You can see that it is same as in the database table. &lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 04:07:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-table-selection-screen/m-p/12809438#M2025470</guid>
      <dc:creator>pashasapcha</dc:creator>
      <dc:date>2023-11-06T04:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: issue with custom table selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-table-selection-screen/m-p/12809439#M2025471</link>
      <description>&lt;P&gt;The problem does not always occur at the selection or display level.&lt;/P&gt;&lt;P&gt;The problem may have occurred when filling the database table with records that are not consistent with the data definition. (For example, a field such as MATNR = '1020001205' + trailing space is not consistent; it should not have leading  spaces but trailing zeros, zeroes which are removed when interacting with dynpro.- check for your system configuration)&lt;/P&gt;&lt;P&gt;Also, when you try to select this value, the entry in the selection screen is converted to a correct internal format that does not exist in the database table,&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;What you see in the selection screen is not what is transmitted to the program (try debug).&lt;/LI&gt;&lt;LI&gt;What you see in SE16n is not always database value, check option to deactivate conversion exit (or debug)&lt;/LI&gt;&lt;LI&gt;Look for the conversion exit in MATNR domain and perform some SE37 tests&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 06 Nov 2023 07:03:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-table-selection-screen/m-p/12809439#M2025471</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2023-11-06T07:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: issue with custom table selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-table-selection-screen/m-p/12809440#M2025472</link>
      <description>&lt;P&gt;Exactly what I said, what you are SEEING is not what is actually in the database.&lt;/P&gt;&lt;P&gt;By default, SE16 converts the value in database =&amp;gt; see conversion exit.&lt;/P&gt;&lt;P&gt;Questions about conversion exits are probably the most common questions in the forum, no doubt that you will find links.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 08:19:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-custom-table-selection-screen/m-p/12809440#M2025472</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-11-06T08:19:58Z</dc:date>
    </item>
  </channel>
</rss>

