<?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: reprocess PBO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reprocess-pbo/m-p/1559977#M253330</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robin&lt;/P&gt;&lt;P&gt;in my dympro I have an alv and a drop down list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value of list depend on value of internal table displayed with alv.&lt;/P&gt;&lt;P&gt;This alv is editable, so when I add a row in the alv (i.e. in the internal table) I have to add this value also to drop list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Oct 2006 14:17:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-17T14:17:31Z</dc:date>
    <item>
      <title>reprocess PBO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reprocess-pbo/m-p/1559975#M253328</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;i have a drop down box.&lt;/P&gt;&lt;P&gt;The value of this drop down box depend on a internal table. So I need to reprocess the pbo for displaying the new value.&lt;/P&gt;&lt;P&gt;How can I achive this (reprocess the PBO) automatically?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;P&gt;enzo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 16:20:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reprocess-pbo/m-p/1559975#M253328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-16T16:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: reprocess PBO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reprocess-pbo/m-p/1559976#M253329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to re-process a screen without entry use the statement "suppress dialog". pai-&amp;gt;pbo will be processed one time without any input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i guess what you need is to read your itab at pbo...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 14:12:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reprocess-pbo/m-p/1559976#M253329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-17T14:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: reprocess PBO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reprocess-pbo/m-p/1559977#M253330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robin&lt;/P&gt;&lt;P&gt;in my dympro I have an alv and a drop down list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value of list depend on value of internal table displayed with alv.&lt;/P&gt;&lt;P&gt;This alv is editable, so when I add a row in the alv (i.e. in the internal table) I have to add this value also to drop list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 14:17:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reprocess-pbo/m-p/1559977#M253330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-17T14:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: reprocess PBO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reprocess-pbo/m-p/1559978#M253331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think you have to handle the event for updated data.&lt;/P&gt;&lt;P&gt;look at the methods from your alv.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 14:31:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reprocess-pbo/m-p/1559978#M253331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-17T14:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: reprocess PBO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reprocess-pbo/m-p/1559979#M253332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Enzo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is very easy to force a PBO.&lt;/P&gt;&lt;P&gt;I use cl_gui_cfw=&amp;gt;set_new_ok_code( NEW_CODE = '/00' ).&lt;/P&gt;&lt;P&gt;This emulates the user pushing the green tick button next to the transaction box.&lt;/P&gt;&lt;P&gt;If you use this though, you must know that it first executes the PAI and then the PBO (so make sure nothing unexpected could happen in your PAI).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 00:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reprocess-pbo/m-p/1559979#M253332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T00:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: reprocess PBO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reprocess-pbo/m-p/1559980#M253333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Phillip is right, a good way to make sure nothing will happen in the PAI, is to use an FCODE that is not being handled in the PAI. For example.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
cl_gui_cfw=&amp;gt;set_new_ok_code( NEW_CODE = &amp;lt;b&amp;gt;'DUMMY_FCODE'&amp;lt;/b&amp;gt; ).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your PAI, you must be doing a CASE statment on OK_CODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Case ok_code.
   when 'BACK'.
     ..
   when 'EXIT'.
     ..
Endcase.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO in this case, you don't want to use any Fcode being handled here, using DUMMY_FCODE, it would simply fall thru the PAI.&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;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 00:49:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reprocess-pbo/m-p/1559980#M253333</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-10-18T00:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: reprocess PBO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reprocess-pbo/m-p/1559981#M253334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all.&lt;/P&gt;&lt;P&gt;As usualy all sdn members are import resource&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;enzo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 08:24:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reprocess-pbo/m-p/1559981#M253334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T08:24:44Z</dc:date>
    </item>
  </channel>
</rss>

