<?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: regarding screen painter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/3650006#M879110</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey VIshal ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what u can do is just put the name of both the fields same ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will defently work ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnkx &amp;amp; Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anoop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Apr 2008 09:19:54 GMT</pubDate>
    <dc:creator>anoop_gupta2</dc:creator>
    <dc:date>2008-04-04T09:19:54Z</dc:date>
    <item>
      <title>regarding screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/3650002#M879106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    we have two screen 100 and 200. on screen 100 we have an i/p field and on screen 200 we have also an i/p field. i want that when i enter the name in i/p field of screen 100 it automatically appear in the i/p field of screen 200. i know here ABAP memory is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz tell me the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 07:34:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/3650002#M879106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T07:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: regarding screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/3650003#M879107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thr,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not much is reqd. suppose the ip field on screen 100 is named ip1 and that on screen200 as ip2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the pai of screen 100, simply assign ip2=ip1. this will transfer the value to the i/p field on screen 200. or  another way is to make this assignment in the pbo of screen 200. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do reward if helpful.&lt;/P&gt;&lt;P&gt;do get back if have another query or any troubles regarding this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 08:30:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/3650003#M879107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T08:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: regarding screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/3650004#M879108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;
VISHAL THAKUR,
I believe on both screens same field is there thats you need 1st screen field value into 2nd screen field.

You do not need to write anycode. just follow this.
Select Attributes tab of  Screen 100(3 tabs Attr,element list, Flow logic), you can see one box for Settings, There just check Hold data check box. save and activate and Run the transaction and check the 200 screen field value.

I hope that it helps.

&lt;STRONG&gt;Regards,&lt;/STRONG&gt;
&lt;STRONG&gt;Venkat.O&lt;/STRONG&gt;
&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 16:31:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/3650004#M879108</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2008-04-03T16:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: regarding screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/3650005#M879109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think this will help.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its better to go for tried and tested formula that i devised.&lt;/P&gt;&lt;P&gt;Still, i wil try out venkat's method, but i feel it wil work in subscreens, not in independent screens. What venkat devised is to hold the value in the screen 100 only. I think he didnt chk its a completely diferent screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 16:44:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/3650005#M879109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T16:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: regarding screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/3650006#M879110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey VIshal ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what u can do is just put the name of both the fields same ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will defently work ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnkx &amp;amp; Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anoop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 09:19:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/3650006#M879110</guid>
      <dc:creator>anoop_gupta2</dc:creator>
      <dc:date>2008-04-04T09:19:54Z</dc:date>
    </item>
  </channel>
</rss>

