<?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 Issue with input field in table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-input-field-in-table-control/m-p/7182630#M1518736</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;I have an issue with field acgl_item-rstgr in the table control.&lt;/P&gt;&lt;P&gt;I have created a screen program with a table control.&lt;/P&gt;&lt;P&gt;In the control i have added a dictionary field as acgl_item-rstgr. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i execute, do f4 on the input field, select a value and press enter, then it is showing me&lt;/P&gt;&lt;P&gt;error as 'Entry 'val' does not exist in T053R (check entry). Its really weird to understand this. I have selected the value&lt;/P&gt;&lt;P&gt;from f4 and even then it says this. Its working for all other columns, but not working only for RSTGR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help me on this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code is like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES : BEGIN OF ty_rstgr,&lt;/P&gt;&lt;P&gt;          rstgr TYPE RSTGR,&lt;/P&gt;&lt;P&gt;         END OF ty_rstgr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES : ACGL_ITEM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : it_rstgr TYPE TABLE OF ty_rstgr.&lt;/P&gt;&lt;P&gt;DATA : wa_rstgr TYPE  ty_rstgr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTROLS : table TYPE TABLEVIEW USING SCREEN 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MODULE STATUS_0100.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT it_rstgr INTO wa_rstgr WITH CONTROL TABLE.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MODULE USER_COMMAND_0100.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  LOOP AT it_rstgr.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Aug 2010 22:51:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-09T22:51:26Z</dc:date>
    <item>
      <title>Issue with input field in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-input-field-in-table-control/m-p/7182630#M1518736</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;I have an issue with field acgl_item-rstgr in the table control.&lt;/P&gt;&lt;P&gt;I have created a screen program with a table control.&lt;/P&gt;&lt;P&gt;In the control i have added a dictionary field as acgl_item-rstgr. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i execute, do f4 on the input field, select a value and press enter, then it is showing me&lt;/P&gt;&lt;P&gt;error as 'Entry 'val' does not exist in T053R (check entry). Its really weird to understand this. I have selected the value&lt;/P&gt;&lt;P&gt;from f4 and even then it says this. Its working for all other columns, but not working only for RSTGR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help me on this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code is like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES : BEGIN OF ty_rstgr,&lt;/P&gt;&lt;P&gt;          rstgr TYPE RSTGR,&lt;/P&gt;&lt;P&gt;         END OF ty_rstgr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES : ACGL_ITEM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : it_rstgr TYPE TABLE OF ty_rstgr.&lt;/P&gt;&lt;P&gt;DATA : wa_rstgr TYPE  ty_rstgr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTROLS : table TYPE TABLEVIEW USING SCREEN 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MODULE STATUS_0100.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT it_rstgr INTO wa_rstgr WITH CONTROL TABLE.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MODULE USER_COMMAND_0100.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  LOOP AT it_rstgr.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 22:51:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-input-field-in-table-control/m-p/7182630#M1518736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-09T22:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with input field in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-input-field-in-table-control/m-p/7182631#M1518737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Navitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its Check Table concepts for the error u stated. Please check wht the Search help ur using...Because for this field there is no search help at value table level...Use search help that hold all master data or create a custom search field in SE11 level or in program level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 10:47:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-input-field-in-table-control/m-p/7182631#M1518737</guid>
      <dc:creator>naveen_kumar116</dc:creator>
      <dc:date>2010-08-10T10:47:45Z</dc:date>
    </item>
  </channel>
</rss>

