<?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 screen painter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/1976385#M399926</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 m trying designing a screen with 3 text fields where 2 fields should do the arithmetic operation and 3rd field should show the result. in the module should i call the field name or label name. i tried with both. but system shows error that fields are unknown. what to do. plz help me out..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx.&lt;/P&gt;&lt;P&gt;Ashraf.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Feb 2007 18:15:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-07T18:15:24Z</dc:date>
    <item>
      <title>screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/1976385#M399926</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 m trying designing a screen with 3 text fields where 2 fields should do the arithmetic operation and 3rd field should show the result. in the module should i call the field name or label name. i tried with both. but system shows error that fields are unknown. what to do. plz help me out..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx.&lt;/P&gt;&lt;P&gt;Ashraf.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 18:15:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/1976385#M399926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T18:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/1976386#M399927</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;Did u define the fields in ur global decalaration include.&lt;/P&gt;&lt;P&gt;Otherwise try defining them as global declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 18:23:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/1976386#M399927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T18:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/1976387#M399928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to define DATA statements in a global area, in the TOP include is a great place.  The names of these variables must be exactly the same as the names of the fields in the screen.  Not the labels of the fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 18:29:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/1976387#M399928</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-02-07T18:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/1976388#M399929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i did in that way also earliar. system runs without error. but i did not get any output in the required text field. if v assign that field is that global. how to link with that field and this varaibles..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashraf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 18:29:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/1976388#M399929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T18:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/1976389#M399930</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;In your main program, declare three variables which you want to use on the screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While designing the screen, in the screen painter, use the same fields for your calculations.&lt;/P&gt;&lt;P&gt;In the module use the variables for calculation purpose. Label is never used for any calculation as it is only an output field and cannot accept any values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this answered you question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy SAP&lt;/P&gt;&lt;P&gt;Rajasekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 18:31:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/1976389#M399930</guid>
      <dc:creator>rajasekhar_matukumalli3</dc:creator>
      <dc:date>2007-02-07T18:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/1976390#M399931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;i&amp;gt;if v assign that field is that global&amp;lt;/i&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, what makes it global is the fact that it is defined in the TOP include of the main program and not inside of a module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The link between the fields in the ABAP program and the screen is just the name of the field.  So if the name in your data statement is ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: P_PARM1 type c.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;....  the the name of your screen field should be P_PARM1.   That's it, the rest is handled magically by the ABAP runtime, you do not have to manage the passing of the value back and forth to/from the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mentioned that you don't see any value in the field,  you do have to put a value in it before the screen is thrown. You can do this in the PBO of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;P_PARM1 = 'X'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 18:38:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/1976390#M399931</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-02-07T18:38:55Z</dc:date>
    </item>
  </channel>
</rss>

