<?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 data on dynpro in PAI process in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-data-on-dynpro-in-pai-process/m-p/4280021#M1021138</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;Write a new module after CALL SUBSCREEN AREA ... statement in PBO of 100.&lt;/P&gt;&lt;P&gt;In this new module call the popup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This could be also done using a flag (declared in program's TOP include).&lt;/P&gt;&lt;P&gt;Set the flag once you move data to relevant fields in subscreen (PBO).&lt;/P&gt;&lt;P&gt;Call popup when the flag is set and clear it immediately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wajid Hussain P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Aug 2008 05:30:15 GMT</pubDate>
    <dc:creator>former_member200872</dc:creator>
    <dc:date>2008-08-08T05:30:15Z</dc:date>
    <item>
      <title>Refresh data on dynpro in PAI process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-data-on-dynpro-in-pai-process/m-p/4280020#M1021137</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;&lt;/P&gt;&lt;P&gt;I have primary dynpro '100' with more that one subscreens. One of them is subscreen '200'... When the user press the ENTER button system start the PAI on dynpro '100', but as the first what I need to make is dispaly some information on subrcreen '200'...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know, that in PAI on dynpro '200' I must&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;screen_element&amp;gt; = value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND on next show of dynpro '200' (start PBO on 200) the &amp;lt;screen_element&amp;gt; will have the value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My process in PAI on dynpro '100' (main = primary dynpro) will still continue and create popup window and on popup window it will wait for interaction... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I show or SET the value to the &amp;lt;screen_element&amp;gt; on dynpro 200 before show the popup window???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 14:30:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-data-on-dynpro-in-pai-process/m-p/4280020#M1021137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-07T14:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh data on dynpro in PAI process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-data-on-dynpro-in-pai-process/m-p/4280021#M1021138</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;Write a new module after CALL SUBSCREEN AREA ... statement in PBO of 100.&lt;/P&gt;&lt;P&gt;In this new module call the popup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This could be also done using a flag (declared in program's TOP include).&lt;/P&gt;&lt;P&gt;Set the flag once you move data to relevant fields in subscreen (PBO).&lt;/P&gt;&lt;P&gt;Call popup when the flag is set and clear it immediately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wajid Hussain P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 05:30:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-data-on-dynpro-in-pai-process/m-p/4280021#M1021138</guid>
      <dc:creator>former_member200872</dc:creator>
      <dc:date>2008-08-08T05:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh data on dynpro in PAI process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-data-on-dynpro-in-pai-process/m-p/4280022#M1021139</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;It will be a problem because the PAI call the very complicate function module witch will call a popup window but the calling the popup is not standard calling. It is called by customization and all customization exist in internal table and for every subscreens exist very special customization. (I modify the SAP standard program for transaction CIC0 in CRM). I'm using a special service for work with incoming calling...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I try to use the function 'DYNP_UPDATE_FIELDS'... I hope that it will be work correct... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 07:16:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-data-on-dynpro-in-pai-process/m-p/4280022#M1021139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-08T07:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh data on dynpro in PAI process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-data-on-dynpro-in-pai-process/m-p/4280023#M1021140</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;Has the FM been of any help?&lt;/P&gt;&lt;P&gt;It should work when the popup is called after triggering the PBO of subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I believe, any customizations that you do, can be assigned to the same transport request.&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;Wajid Hussain P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 09:27:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-data-on-dynpro-in-pai-process/m-p/4280023#M1021140</guid>
      <dc:creator>former_member200872</dc:creator>
      <dc:date>2008-08-08T09:27:32Z</dc:date>
    </item>
  </channel>
</rss>

