<?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 Retain previous entry from first view after processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/retain-previous-entry-from-first-view-after-processing/m-p/7808261#M1587844</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have requirement that after processing, when I click on the return to first page, the previous entries to the input fields should be retained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current process is that after the first page, the second page is called to display the message of the processing and there is a link to return to first page however previous entries are already refreshed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help how to do it. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Apr 2011 14:38:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-04-18T14:38:54Z</dc:date>
    <item>
      <title>Retain previous entry from first view after processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retain-previous-entry-from-first-view-after-processing/m-p/7808261#M1587844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have requirement that after processing, when I click on the return to first page, the previous entries to the input fields should be retained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current process is that after the first page, the second page is called to display the message of the processing and there is a link to return to first page however previous entries are already refreshed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help how to do it. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 14:38:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retain-previous-entry-from-first-view-after-processing/m-p/7808261#M1587844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-18T14:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Retain previous entry from first view after processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retain-previous-entry-from-first-view-after-processing/m-p/7808262#M1587845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set Parameter IDs for all the fields of the first screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 14:43:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retain-previous-entry-from-first-view-after-processing/m-p/7808262#M1587845</guid>
      <dc:creator>antony_paul2</dc:creator>
      <dc:date>2011-04-18T14:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Retain previous entry from first view after processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retain-previous-entry-from-first-view-after-processing/m-p/7808263#M1587846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When the link or BACK button is clicked from 2nd page, in the USER_COMMAND use like below,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CASE ok_code.
  WHEN 'BACK'.
    GET PARAMETER ID 'WRK' FIELD p_werks.
ENDCASE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Also navigate to System -&amp;gt; User Profile -&amp;gt; Own Data -&amp;gt; Parameters tab -&amp;gt; Enter &lt;STRONG&gt;WRK&lt;/STRONG&gt; (Parameter ID) &amp;amp; 5140 (Parameter value)    -&amp;gt; Save -&amp;gt; Logoff and login -&amp;gt; Now run your program.&lt;/P&gt;&lt;P&gt;Similarly set Parameter ids for required fields. For Plant it is &lt;STRONG&gt;WRK&lt;/STRONG&gt;, similarly for other fields we can find it in the &lt;STRONG&gt;Further Characteristics&lt;/STRONG&gt; tab of their Data elements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 14:57:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retain-previous-entry-from-first-view-after-processing/m-p/7808263#M1587846</guid>
      <dc:creator>awin_prabhu</dc:creator>
      <dc:date>2011-04-18T14:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Retain previous entry from first view after processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retain-previous-entry-from-first-view-after-processing/m-p/7808264#M1587847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sap Fan and Antony Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I forgot to include that the requirement is for BSP. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 15:12:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retain-previous-entry-from-first-view-after-processing/m-p/7808264#M1587847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-18T15:12:44Z</dc:date>
    </item>
  </channel>
</rss>

