<?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 ALV: modify invalid user input after entry in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-modify-invalid-user-input-after-entry/m-p/12695735#M2017978</link>
    <description>&lt;P&gt;Given an ALV table with a NUMC column, it is possible to enter a text value there (say, 'test'), but a pop-up error message will be shown. &lt;/P&gt;
  &lt;P&gt;Is it possible to intervene programmatically (data_changed?), replace 'test' with '123' and have ALV validate the input once again? For the user it should look like:&lt;/P&gt;
  &lt;P&gt;- enter 'test' into the NUMC column&lt;/P&gt;
  &lt;P&gt;- press ENTER&lt;/P&gt;
  &lt;P&gt;- '123' is displayed instead, the input is valid&lt;/P&gt;</description>
    <pubDate>Wed, 24 May 2023 09:09:40 GMT</pubDate>
    <dc:creator>yuriy_dzhenyeyev</dc:creator>
    <dc:date>2023-05-24T09:09:40Z</dc:date>
    <item>
      <title>ALV: modify invalid user input after entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-modify-invalid-user-input-after-entry/m-p/12695735#M2017978</link>
      <description>&lt;P&gt;Given an ALV table with a NUMC column, it is possible to enter a text value there (say, 'test'), but a pop-up error message will be shown. &lt;/P&gt;
  &lt;P&gt;Is it possible to intervene programmatically (data_changed?), replace 'test' with '123' and have ALV validate the input once again? For the user it should look like:&lt;/P&gt;
  &lt;P&gt;- enter 'test' into the NUMC column&lt;/P&gt;
  &lt;P&gt;- press ENTER&lt;/P&gt;
  &lt;P&gt;- '123' is displayed instead, the input is valid&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 09:09:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-modify-invalid-user-input-after-entry/m-p/12695735#M2017978</guid>
      <dc:creator>yuriy_dzhenyeyev</dc:creator>
      <dc:date>2023-05-24T09:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: ALV: modify invalid user input after entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-modify-invalid-user-input-after-entry/m-p/12695736#M2017979</link>
      <description>&lt;P&gt;It's technically impossible to type alphabet characters if the field is of type NUMC...&lt;/P&gt;&lt;P&gt;EDIT: sorry, my bad, weird but true. Example with table SFLIGHT, field CONNID:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2168217-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 11:14:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-modify-invalid-user-input-after-entry/m-p/12695736#M2017979</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-05-24T11:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: ALV: modify invalid user input after entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-modify-invalid-user-input-after-entry/m-p/12695737#M2017980</link>
      <description>&lt;P&gt;You can change the value via the event DATA_CHANGED (via the method MODIFY_CELL of the event parameter ER_DATA_CHANGED), but it won't go through the ALV validation again, I guess. Why do you want to validate it again if you pass a valid value?&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 17:05:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-modify-invalid-user-input-after-entry/m-p/12695737#M2017980</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-05-24T17:05:40Z</dc:date>
    </item>
  </channel>
</rss>

