<?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) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-field-format-screen-error/m-p/4275652#M1020100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use a table control without wizard. I hace a single coulmn in the TC with name ITAB-NO and i have declared the internal table itab with a structure which contains a element name NO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="CODE"&gt;
types: begin of temp,
no type i,
end of temp.

data itab type standard table of temp.
&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if i click anywhere on the screen it gives me the &lt;STRONG&gt;"Invalid field format (Screen Error)"&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Aug 2008 07:58:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-02T07:58:48Z</dc:date>
    <item>
      <title>Invalid field format (Screen Error)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-field-format-screen-error/m-p/4275652#M1020100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use a table control without wizard. I hace a single coulmn in the TC with name ITAB-NO and i have declared the internal table itab with a structure which contains a element name NO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="CODE"&gt;
types: begin of temp,
no type i,
end of temp.

data itab type standard table of temp.
&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if i click anywhere on the screen it gives me the &lt;STRONG&gt;"Invalid field format (Screen Error)"&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2008 07:58:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-field-format-screen-error/m-p/4275652#M1020100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-02T07:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid field format (Screen Error)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-field-format-screen-error/m-p/4275653#M1020101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instinct says you haven't defined the screen field attributes the same as the data definition i.e. is the screen field call "NO" and of type i..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2008 08:07:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-field-format-screen-error/m-p/4275653#M1020101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-02T08:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid field format (Screen Error)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-field-format-screen-error/m-p/4275654#M1020102</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;Use Internal Table with Header line (work area)&lt;/P&gt;&lt;P&gt;so that data transfer automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use itab with work area to remove invalid field error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it gets solve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ahmed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Aug 2008 15:33:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-field-format-screen-error/m-p/4275654#M1020102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-03T15:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid field format (Screen Error)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-field-format-screen-error/m-p/4275655#M1020103</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;Genrally these kind of error occurs because of different data type defined by yourself in Layout and in Coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check First the Field which you have created in layout&lt;/P&gt;&lt;P&gt;is of same data type as of your internal table field. YOu have specified your field in coding part of type 'I'. So in layout also it should be defined of type  'I' with same length. By default , if you not specify the field type , it treats as char . So Might be it is causing  error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 04:23:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/invalid-field-format-screen-error/m-p/4275655#M1020103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T04:23:18Z</dc:date>
    </item>
  </channel>
</rss>

