<?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: Refresh Screen in dialog programming? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-screen-in-dialog-programming/m-p/5913976#M1330285</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Himanshu verma thanks for your response but i have done that stuff thats why i was looking for the solution of my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sumesh, your answer sounds good to me and i guess it was the answer to my problem, will try and see whether it works or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you point me to a piece of code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks both of you for writing back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lucky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jul 2009 16:18:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-22T16:18:59Z</dc:date>
    <item>
      <title>Refresh Screen in dialog programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-screen-in-dialog-programming/m-p/5913973#M1330282</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 just want to know how can i use the same screen for multiple purposes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say if i have few buttons which leads to any other screen but how can i use same screen for different purposes in dialog programming? How can i clear the screen so that if i can click on some other button on previous screen then this screen does the work for me. like we have clear screen in executable/report programming. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for writing back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lucky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 14:55:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-screen-in-dialog-programming/m-p/5913973#M1330282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-22T14:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh Screen in dialog programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-screen-in-dialog-programming/m-p/5913974#M1330283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First whatever field you have defined on the screen should be defined in main program. Say you are clicking on the button (Function Code: BTN) from screen 100 and you have to clear the fields placed on the screen 200. In this case, go to PAI of screen 100 and in its COMMAND input you have to check for function code BTN--- there you have to write the logic to clear the fields that u want using simple command as you use in ABAP( like CLEAR fld1 etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can call the same screen where ever you require using command-- call screen 200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it will help you to proceed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 15:35:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-screen-in-dialog-programming/m-p/5913974#M1330283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-22T15:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh Screen in dialog programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-screen-in-dialog-programming/m-p/5913975#M1330284</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 call call differnet sub screens from your main screen for example if you have a main screen 100&lt;/P&gt;&lt;P&gt;abd you have sub screens 150 and 200 for the same module pool so from the 100 screen you can call 150 screen then come back and call 200 screen. It is what most of the transaction have, from the main screen at user command you can call firrerent screen based on the button clicked.&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;Himanshu Verma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 16:14:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-screen-in-dialog-programming/m-p/5913975#M1330284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-22T16:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh Screen in dialog programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-screen-in-dialog-programming/m-p/5913976#M1330285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Himanshu verma thanks for your response but i have done that stuff thats why i was looking for the solution of my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sumesh, your answer sounds good to me and i guess it was the answer to my problem, will try and see whether it works or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you point me to a piece of code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks both of you for writing back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lucky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 16:18:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-screen-in-dialog-programming/m-p/5913976#M1330285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-22T16:18:59Z</dc:date>
    </item>
  </channel>
</rss>

