<?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 Module Pool : Previous Value for the Input Field  ( Caching ) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-previous-value-for-the-input-field-caching/m-p/6609313#M1438652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Module Pool Programming ,  User needs to have the previous entered values to reflect on pressing the &lt;STRONG&gt;SPACE BAR&lt;/STRONG&gt;  for the input field ( Customized one ) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Module Pool MP997400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input Field  Country &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cached values would be : Chicago &lt;/P&gt;&lt;P&gt;                                           New York&lt;/P&gt;&lt;P&gt;                                           Boston&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the previous values entered for the Input field are stored. By pressing the &lt;STRONG&gt;SPACE BAR&lt;/STRONG&gt;  these values appear in the Drop down box so that the User can select it off easily rather than typing completely .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: SAP standard Input fields ( Already existing Data elements)  does have this functionality while our custom fields ( the z data elements ) dont have !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any body suggest how to acheive this ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: abhishek nms on Feb 18, 2010 12:56 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: abhishek nms on Feb 18, 2010 12:59 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Feb 2010 19:26:23 GMT</pubDate>
    <dc:creator>Abh_2</dc:creator>
    <dc:date>2010-02-17T19:26:23Z</dc:date>
    <item>
      <title>Module Pool : Previous Value for the Input Field  ( Caching )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-previous-value-for-the-input-field-caching/m-p/6609313#M1438652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Module Pool Programming ,  User needs to have the previous entered values to reflect on pressing the &lt;STRONG&gt;SPACE BAR&lt;/STRONG&gt;  for the input field ( Customized one ) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Module Pool MP997400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input Field  Country &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cached values would be : Chicago &lt;/P&gt;&lt;P&gt;                                           New York&lt;/P&gt;&lt;P&gt;                                           Boston&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the previous values entered for the Input field are stored. By pressing the &lt;STRONG&gt;SPACE BAR&lt;/STRONG&gt;  these values appear in the Drop down box so that the User can select it off easily rather than typing completely .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: SAP standard Input fields ( Already existing Data elements)  does have this functionality while our custom fields ( the z data elements ) dont have !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any body suggest how to acheive this ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: abhishek nms on Feb 18, 2010 12:56 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: abhishek nms on Feb 18, 2010 12:59 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 19:26:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-previous-value-for-the-input-field-caching/m-p/6609313#M1438652</guid>
      <dc:creator>Abh_2</dc:creator>
      <dc:date>2010-02-17T19:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool : Previous Value for the Input Field  ( Caching )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-previous-value-for-the-input-field-caching/m-p/6609314#M1438653</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;I think you need to give some parameter ID in the screen field attributes. Go to the screen field attributes and fill the parameter ID with some value say ZZZ. This ID is used for storing the data in the memory. You can give different IDs for different fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can give the parameter ID in the dataelement also. But even in this case you need to give the ID for the screen fields manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 19:39:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-previous-value-for-the-input-field-caching/m-p/6609314#M1438653</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-02-17T19:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool : Previous Value for the Input Field  ( Caching )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-previous-value-for-the-input-field-caching/m-p/6609315#M1438654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope answer will solve your problem, at 2 places you can attach 'Parameter ID'&lt;/P&gt;&lt;P&gt;1) In the module pool program - for the corresponding field - Screen painter attributes -&amp;gt; Attributes -&amp;gt; Dict -&amp;gt; parameter ID &lt;/P&gt;&lt;P&gt;2) If same place exists in the custom table, custom data element then you can attach to the data element itself so that every time you refer that field automatically you will have that data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For parameter ID creating search in SCN / google. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Satyasuresh Donepudi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 19:49:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-previous-value-for-the-input-field-caching/m-p/6609315#M1438654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-17T19:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool : Previous Value for the Input Field  ( Caching )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-previous-value-for-the-input-field-caching/m-p/6609316#M1438655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know if you will be able to control cache values...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PID will not work in your requirement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohaiyuddin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 06:27:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-previous-value-for-the-input-field-caching/m-p/6609316#M1438655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T06:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool : Previous Value for the Input Field  ( Caching )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-previous-value-for-the-input-field-caching/m-p/6609317#M1438656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried figuring out with Parameter ID but it did not work out ! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the &lt;STRONG&gt;SAP standard solution:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In  SAP easy Access screen, Press ALT + F12  &amp;gt; options &amp;gt; Local Data &lt;/P&gt;&lt;P&gt;in the History grouping,  Enable history for fields upto  X characters  as the My custom field length is 70 .. I have increased it to 75.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure You &lt;STRONG&gt;Re-start&lt;/STRONG&gt;  the SAP GUI &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to  &lt;STRONG&gt;SAP NOTE 399180&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works !! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your efforts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 16:18:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-previous-value-for-the-input-field-caching/m-p/6609317#M1438656</guid>
      <dc:creator>Abh_2</dc:creator>
      <dc:date>2010-03-02T16:18:46Z</dc:date>
    </item>
  </channel>
</rss>

