<?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 without triggerring an event. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-screen-without-triggerring-an-event/m-p/1296171#M156880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sumit,&lt;/P&gt;&lt;P&gt;         The Screen I am talking is not a Selection screen&lt;/P&gt;&lt;P&gt; instead it is a Dialog screen (Module Pool Programming).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 May 2006 04:50:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-25T04:50:46Z</dc:date>
    <item>
      <title>Refresh Screen without triggerring an event.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-screen-without-triggerring-an-event/m-p/1296169#M156878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAP Experts,&lt;/P&gt;&lt;P&gt;                I have an issue in capturing the screen field value. For Instance I have 2 fields in the Screen (Dialog Programming). Both of them have F4 helps. Incase the user fills in some data in the first field which is the input for the F4 help of the second field, the F4 help help module will not get the value of the first field which was manually entered by the user. Hence I would likr to know if there is any solutions which can refresh the Screen and which will help me in getting the value of the First field and could be used as an Input for the second field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Satish P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 04:42:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-screen-without-triggerring-an-event/m-p/1296169#M156878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T04:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh Screen without triggerring an event.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-screen-without-triggerring-an-event/m-p/1296170#M156879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the FM DYNP_VALUES_READ for this purpose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it will solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sumit Bhutani&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ps reward pts if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 04:45:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-screen-without-triggerring-an-event/m-p/1296170#M156879</guid>
      <dc:creator>sbhutani1</dc:creator>
      <dc:date>2006-05-25T04:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh Screen without triggerring an event.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-screen-without-triggerring-an-event/m-p/1296171#M156880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sumit,&lt;/P&gt;&lt;P&gt;         The Screen I am talking is not a Selection screen&lt;/P&gt;&lt;P&gt; instead it is a Dialog screen (Module Pool Programming).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 04:50:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-screen-without-triggerring-an-event/m-p/1296171#M156880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T04:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh Screen without triggerring an event.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-screen-without-triggerring-an-event/m-p/1296172#M156881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Search Help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. One Best solution for this is using&lt;/P&gt;&lt;P&gt;   Search help attached to the field / data element&lt;/P&gt;&lt;P&gt;   of that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. In search help,&lt;/P&gt;&lt;P&gt;   there is the concept of IMPORT parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. It means that,&lt;/P&gt;&lt;P&gt;    a) if there is any field (IMPORT parameter)&lt;/P&gt;&lt;P&gt;      present on the screen&lt;/P&gt;&lt;P&gt;    b) then search help will AUTOMATICALLY&lt;/P&gt;&lt;P&gt;       Filter the search help based on the&lt;/P&gt;&lt;P&gt;      value of this 1st field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Eg.&lt;/P&gt;&lt;P&gt;   We have combainatin of &lt;/P&gt;&lt;P&gt;   a) COMPANY CODE&lt;/P&gt;&lt;P&gt;   B) PLANT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   in a certain table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. In 2nd field, PLANT,&lt;/P&gt;&lt;P&gt;    we want to show only those plants, &lt;/P&gt;&lt;P&gt;   related to company code, entered&lt;/P&gt;&lt;P&gt;   in the first field, on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. In that case, SEARCH HELP is the best option.&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 04:56:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-screen-without-triggerring-an-event/m-p/1296172#M156881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T04:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh Screen without triggerring an event.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-screen-without-triggerring-an-event/m-p/1296173#M156882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;        For the First field the User will not Use the F4 help, Incase he uses the F4 help I dont have any Issues at all. He manually enters the data in the First Field and hence the search help does not work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 05:00:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-screen-without-triggerring-an-event/m-p/1296173#M156882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T05:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh Screen without triggerring an event.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-screen-without-triggerring-an-event/m-p/1296174#M156883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Thats not at all a problem.&lt;/P&gt;&lt;P&gt;   (in fact in 1st field,&lt;/P&gt;&lt;P&gt;   F4 help is not all required)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I m just talking about&lt;/P&gt;&lt;P&gt;   Search help&lt;/P&gt;&lt;P&gt;   for 2nd field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  (I assume you are mainly concerned about 2nd field only)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. In this case,&lt;/P&gt;&lt;P&gt;  the user will enter a value in 1st field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Now when the user does F4 on 2nd field,&lt;/P&gt;&lt;P&gt;  he will get the corresponding values only.&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 05:07:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-screen-without-triggerring-an-event/m-p/1296174#M156883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T05:07:13Z</dc:date>
    </item>
  </channel>
</rss>

