<?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 update screen 0 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-screen-0/m-p/1860569#M363339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am newby to ABAP, so hopefully I count on your help &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my report, I start from reading a database and outputing the content to a list (this is my screen 0). I have a nice header on this list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I perform some data manipulation (adding/deleting/modifing records) via screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PAI, I make changes to the database and commit. Afterwards I return to screen 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I would like the output on screen 0 updated (i.e. new entries should appear on the list).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, give me a hint how to manage that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rafal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jan 2007 11:48:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-25T11:48:58Z</dc:date>
    <item>
      <title>update screen 0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-screen-0/m-p/1860569#M363339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am newby to ABAP, so hopefully I count on your help &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my report, I start from reading a database and outputing the content to a list (this is my screen 0). I have a nice header on this list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I perform some data manipulation (adding/deleting/modifing records) via screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PAI, I make changes to the database and commit. Afterwards I return to screen 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I would like the output on screen 0 updated (i.e. new entries should appear on the list).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, give me a hint how to manage that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rafal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2007 11:48:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-screen-0/m-p/1860569#M363339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-25T11:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: update screen 0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-screen-0/m-p/1860570#M363340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;before u go back to screen 0 , write this statement and chekout if it works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT &amp;lt;REPORT NAME&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2007 11:52:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-screen-0/m-p/1860570#M363340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-25T11:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: update screen 0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-screen-0/m-p/1860571#M363341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank Chandrasekhar!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your idea is called "recurency", I guess. I wasn't sure if it is possible in ABAP, but fortunately it is. First I was affraid that SUBMIT opens another session and can not be efficient. Then I found the issue in an ABAP guide (&amp;lt;i&amp;gt;Sap Bc Abap Programming - 1540 Pages&amp;lt;/i&amp;gt;). Below I put the information for those who may ask the same question in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Memory Organization in Program Calls&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;The first ABAP program in a session on the application server opens its own internal session (roll area) within the main session. All externally-called procedures [Page 451] run in the same internal session as the calling program, that is, the main program and working data of the procedure are loaded into the same memory area in the internal session. When you call an executable program or a transaction, the system opens a new internal session for each program. Here, there are two possible cases: If the second program does not return&lt;/P&gt;&lt;P&gt;control to the calling program when it has finished running, the called program replaces the calling program in the internal session. The contents of the memory of the calling program are deleted. If the second program does return control to the calling program when it has finished running, the session of the called program is not deleted. Instead, it becomes inactive, and its memory contents are placed on a stack. The system can open up to 9 further internal sessions in external program calls. See also Memory Structures of an ABAP Program [Page 66].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks once more and regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 08:02:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-screen-0/m-p/1860571#M363341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-26T08:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: update screen 0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-screen-0/m-p/1860572#M363342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If ur problem is solved with my answer then the 10 points should be mine &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 08:05:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-screen-0/m-p/1860572#M363342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-26T08:05:19Z</dc:date>
    </item>
  </channel>
</rss>

