<?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 Invalid field format (screen error) on Table Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-field-format-screen-error-on-table-control/m-p/5642008#M1284069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When selecting a line or multiple lines on a screen made by me(using a Table Control), I get Invalid field format (screen error). Debugging the code it sends the message when looping the internal table on PAI to check if there were values changed. Is there a reason why this error appears on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  loop at it_values.&lt;/P&gt;&lt;P&gt;    chain.&lt;/P&gt;&lt;P&gt;      field pvalues-BEGDA.&lt;/P&gt;&lt;P&gt;      ( ... )&lt;/P&gt;&lt;P&gt;      module CHANGE_QUEUE.&lt;/P&gt;&lt;P&gt;    endchain.&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>Fri, 22 May 2009 15:10:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-22T15:10:21Z</dc:date>
    <item>
      <title>Invalid field format (screen error) on Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-field-format-screen-error-on-table-control/m-p/5642008#M1284069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When selecting a line or multiple lines on a screen made by me(using a Table Control), I get Invalid field format (screen error). Debugging the code it sends the message when looping the internal table on PAI to check if there were values changed. Is there a reason why this error appears on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  loop at it_values.&lt;/P&gt;&lt;P&gt;    chain.&lt;/P&gt;&lt;P&gt;      field pvalues-BEGDA.&lt;/P&gt;&lt;P&gt;      ( ... )&lt;/P&gt;&lt;P&gt;      module CHANGE_QUEUE.&lt;/P&gt;&lt;P&gt;    endchain.&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>Fri, 22 May 2009 15:10:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-field-format-screen-error-on-table-control/m-p/5642008#M1284069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-22T15:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid field format (screen error) on Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-field-format-screen-error-on-table-control/m-p/5642009#M1284070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It might be an issue with other fields that you have declared and might be triggered when you have selected it. Check for all the data types that you have declared and given in the program. That might solve. But need more infomation to crack this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 04:53:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-field-format-screen-error-on-table-control/m-p/5642009#M1284070</guid>
      <dc:creator>varun_maharshi</dc:creator>
      <dc:date>2009-05-26T04:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid field format (screen error) on Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-field-format-screen-error-on-table-control/m-p/5642010#M1284071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ricardo,&lt;/P&gt;&lt;P&gt;  Just Check your Table Control Fields Whether all the Fields are in the Correct Format Say for Example,&lt;/P&gt;&lt;P&gt;  If some date field are there just check whether it is in DATS format or CHAR format,it may be interchanged thats the reason you are getting this error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 05:36:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-field-format-screen-error-on-table-control/m-p/5642010#M1284071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T05:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid field format (screen error) on Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-field-format-screen-error-on-table-control/m-p/5642011#M1284072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No need to loop to check whether data is changed after PBO, just check System Field &lt;STRONG&gt;SY-DATAR&lt;/STRONG&gt;, it will be set to 'X' if any field was changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the following code is enough;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF SY-DATAR EQ 'X'.
   PERFORM SAVE_DATA.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 05:47:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-field-format-screen-error-on-table-control/m-p/5642011#M1284072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T05:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid field format (screen error) on Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-field-format-screen-error-on-table-control/m-p/5642012#M1284073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had same problem and i solved it. This is reason:&lt;/P&gt;&lt;P&gt;In window contains attributes of table control, has a field named "w/ Selcolumn". When this attribute is not checked, your table control is not have select row function.&lt;/P&gt;&lt;P&gt;My TC checked this attribute but i was wrong field of internal table for fill data of selected event. &lt;/P&gt;&lt;P&gt;I set: itab-MARK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with declare: MARK	XMARK in my itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My answer so late for question but I hope this is useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 10:08:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-field-format-screen-error-on-table-control/m-p/5642012#M1284073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-21T10:08:13Z</dc:date>
    </item>
  </channel>
</rss>

