<?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: Remind user's input through sessions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/remind-user-s-input-through-sessions/m-p/1991071#M404298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but where should i place de export sentence? Maybe when the user leaves the transaction?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 03 Mar 2007 23:05:45 GMT</pubDate>
    <dc:creator>former_member209703</dc:creator>
    <dc:date>2007-03-03T23:05:45Z</dc:date>
    <item>
      <title>Remind user's input through sessions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remind-user-s-input-through-sessions/m-p/1991069#M404296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi.&lt;/P&gt;&lt;P&gt;One question about ModulPool development.&lt;/P&gt;&lt;P&gt;I've got an input field (wich references a field of a DB Table) where the user types an identifier.&lt;/P&gt;&lt;P&gt;I need the program to remind the last identifier typed for the user on every execution,&lt;/P&gt;&lt;P&gt;even when the user leaves the system and logs in again.&lt;/P&gt;&lt;P&gt;I know that i need to set the 'get' and 'set' properties of the field, but, is there&lt;/P&gt;&lt;P&gt;something else i gotta do? Do i have to write some code?&lt;/P&gt;&lt;P&gt;Thanks everybody.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Mar 2007 22:04:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remind-user-s-input-through-sessions/m-p/1991069#M404296</guid>
      <dc:creator>former_member209703</dc:creator>
      <dc:date>2007-03-03T22:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Remind user's input through sessions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remind-user-s-input-through-sessions/m-p/1991070#M404297</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;You can use EXPORT, IMPORT to database ...This will retain even if the user logon's next time..If you want to be user specific..use the user name in the MEMORY ID..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: v_value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_value = 'Z'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT v_value TO DATABASE indx(st) ID 'ZMEMORY'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR: v_value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT v_value FROM DATABASE indx(st) ID 'ZMEMORY'.&lt;/P&gt;&lt;P&gt;WRITE: / v_value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Mar 2007 22:10:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remind-user-s-input-through-sessions/m-p/1991070#M404297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-03T22:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Remind user's input through sessions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remind-user-s-input-through-sessions/m-p/1991071#M404298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but where should i place de export sentence? Maybe when the user leaves the transaction?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Mar 2007 23:05:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remind-user-s-input-through-sessions/m-p/1991071#M404298</guid>
      <dc:creator>former_member209703</dc:creator>
      <dc:date>2007-03-03T23:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Remind user's input through sessions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remind-user-s-input-through-sessions/m-p/1991072#M404299</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;Yes..When the user leaves the transaction..You should give export..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the starting of the transaction...Give IMPORT...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Mar 2007 00:44:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remind-user-s-input-through-sessions/m-p/1991072#M404299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-04T00:44:56Z</dc:date>
    </item>
  </channel>
</rss>

