<?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: screen programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programming/m-p/3772642#M907775</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi naveen,&lt;/P&gt;&lt;P&gt;define input fields in program,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : input1 like ...&lt;/P&gt;&lt;P&gt;         input2 like ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the screen painter follow the menu springen ( its german, third from left ) --&amp;gt; second window --&amp;gt; dict/programfield, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the popup type input1 to "table/field name" area push button "Get from Program"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;choose the field,&lt;/P&gt;&lt;P&gt;and paste to screen...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it wont be deleted anymore...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;burak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 May 2008 12:48:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-05T12:48:18Z</dc:date>
    <item>
      <title>screen programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programming/m-p/3772641#M907774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     I developed one screen with screen programming... in that one my screens contains.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 input fields.... so after entering vaules into that and push the caluclate button on screen i will get list of output....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the working of that screen simply....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here my problem is....&lt;/P&gt;&lt;P&gt;if i enter A for first field and B for second field....and i push button of caluculation...i will get one information message( in perticuler condition like dont enter A for fist field)....&lt;/P&gt;&lt;P&gt;and if i give enter command to that message i will be back to my original screen ..., but with out value which i entered earlier..... i want to keep them on screen.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example with above error message there is no need to change value for second field....even then iam lossing every input value....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally my quetion is i want to keep all the values which i manually enter in my screen ...even i will any wrong command later....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reply with code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Naveen..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 12:37:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programming/m-p/3772641#M907774</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-05-05T12:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: screen programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programming/m-p/3772642#M907775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi naveen,&lt;/P&gt;&lt;P&gt;define input fields in program,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : input1 like ...&lt;/P&gt;&lt;P&gt;         input2 like ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the screen painter follow the menu springen ( its german, third from left ) --&amp;gt; second window --&amp;gt; dict/programfield, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the popup type input1 to "table/field name" area push button "Get from Program"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;choose the field,&lt;/P&gt;&lt;P&gt;and paste to screen...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it wont be deleted anymore...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;burak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 12:48:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programming/m-p/3772642#M907775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T12:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: screen programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programming/m-p/3772643#M907776</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;   Please try to understand my requirement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I working with dailog programs....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In one my screen iam having &lt;STRONG&gt;two input field&lt;/STRONG&gt;s...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Both are not related to any database or customized tables...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here if i enter any values in these two fields and &lt;STRONG&gt;press one of push button of this screen&lt;/STRONG&gt;....it has to go to next screen.... but &lt;STRONG&gt;some times&lt;/STRONG&gt; it has to give one info' message....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here my problem is if i got that message and click continue to rectify or to leave that message....i am coming back to my screen...."WITH OUT HAVING MY ENTRIES"...so here again i need to enter the values for these two fields....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to avoid this problem.....the values which i entered has to keep there even after info' message.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you under stand.....&lt;/P&gt;&lt;P&gt;Expect max marks....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;Naveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 13:55:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programming/m-p/3772643#M907776</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-05-05T13:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: screen programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programming/m-p/3772644#M907777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doesn't matter that they are not in a DB Table.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As he suggested use the "FROM PROGRAM" option.  It will pick up the fields (and their attributes) from the program definition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 14:08:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programming/m-p/3772644#M907777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T14:08:36Z</dc:date>
    </item>
  </channel>
</rss>

