<?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: Fields from screen are not known by program. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-from-screen-are-not-known-by-program/m-p/2667842#M615801</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need to define/Declare that field in the TOP include of the module pool program&lt;/P&gt;&lt;P&gt;&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; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Aug 2007 11:04:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-28T11:04:57Z</dc:date>
    <item>
      <title>Fields from screen are not known by program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-from-screen-are-not-known-by-program/m-p/2667840#M615799</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 have this problem since I started using Dialog programming.&lt;/P&gt;&lt;P&gt;Since I didn't attended any course I might be doing something wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you define a field in a Dialog screen and you want to refer to it in the program that calls that screen you get a compilation error that there is no such field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you define the field as at TABLE-FIELD you can work around this compilation issue by defining the TABLE using "tables: TABLE" statement, but now I have a problem since I don't want to use the TABLE-FIELD definition for my field and thus I'm stuck Shocked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated.&lt;/P&gt;&lt;P&gt;Ayal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 09:09:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-from-screen-are-not-known-by-program/m-p/2667840#M615799</guid>
      <dc:creator>yes_sapteam</dc:creator>
      <dc:date>2007-08-28T09:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Fields from screen are not known by program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-from-screen-are-not-known-by-program/m-p/2667841#M615800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If suppose, if you define a field in the screen, it is not mandatory to declare same variable in program level.  If we take the same name, after completion of PBO the data automatically transferred to the screen field. If u don't take the same name then you need to pass value of the variable to the screen field in the PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If suppose, you have a I/O field in the screen with name TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : text(10) type C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if that is 100 screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Process before output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module display_100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with in this module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;text = 'SRIKANTH'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will directly display on the screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 10:57:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-from-screen-are-not-known-by-program/m-p/2667841#M615800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-28T10:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Fields from screen are not known by program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-from-screen-are-not-known-by-program/m-p/2667842#M615801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need to define/Declare that field in the TOP include of the module pool program&lt;/P&gt;&lt;P&gt;&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; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 11:04:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-from-screen-are-not-known-by-program/m-p/2667842#M615801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-28T11:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Fields from screen are not known by program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-from-screen-are-not-known-by-program/m-p/2667843#M615802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem solved.&lt;/P&gt;&lt;P&gt;Thanx to everybody.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still claim that this is a crooked way to work. In Java for example your screen-elements are variables like any other program defined variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enjoy.&lt;/P&gt;&lt;P&gt;ayal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 12:56:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-from-screen-are-not-known-by-program/m-p/2667843#M615802</guid>
      <dc:creator>yes_sapteam</dc:creator>
      <dc:date>2007-08-28T12:56:03Z</dc:date>
    </item>
  </channel>
</rss>

