<?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: Selection-Screen - Default to last used input values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-default-to-last-used-input-values/m-p/7960585#M1602766</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sree,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use SET PARAMETER ID and GET PARAMETER ID&lt;/P&gt;&lt;P&gt;For more info take F1 help on above key words&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can maintain a Table(This is advised since you might run this tcode next time after few days in that case)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take F1 help on UPDATE keyword for Database tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;every time you run this Report update the table with the latest selected radio button(At any point of time you will have only one record)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this would resolve your Issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheerz&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jun 2011 09:55:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-06-30T09:55:21Z</dc:date>
    <item>
      <title>Selection-Screen - Default to last used input values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-default-to-last-used-input-values/m-p/7960583#M1602764</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;Please let me know the solution for the following example in a Selection-Screen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, &lt;/P&gt;&lt;P&gt;If the radio button is selected initially by the user, then the system should auto select the same radio button when he enters the Selection-Screen newly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there are 3 radio buttons, p_rad1, p_rad2, p_rad3.&lt;/P&gt;&lt;P&gt;First time, user selects p_rad2. Then, second time when he executes the transaction, in the selection-screen, same p_rad2 should be auto-selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sowmya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 09:38:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-default-to-last-used-input-values/m-p/7960583#M1602764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-30T09:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen - Default to last used input values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-default-to-last-used-input-values/m-p/7960584#M1602765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For this you can maintain a  z table.  If the user clicks p_rad2, then maintain this entry in the table.  Next time when he executes the same transaction, in the code you can check the entry and according to that you can display the same.  So every time the table will contain only one record.  If he changes from p_rad2 to p_rad3, update the z table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure how much possible is this solution though suddenly this came into my mind.  Its worth to give a try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 09:49:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-default-to-last-used-input-values/m-p/7960584#M1602765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-30T09:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen - Default to last used input values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-default-to-last-used-input-values/m-p/7960585#M1602766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sree,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use SET PARAMETER ID and GET PARAMETER ID&lt;/P&gt;&lt;P&gt;For more info take F1 help on above key words&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can maintain a Table(This is advised since you might run this tcode next time after few days in that case)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take F1 help on UPDATE keyword for Database tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;every time you run this Report update the table with the latest selected radio button(At any point of time you will have only one record)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this would resolve your Issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheerz&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 09:55:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-default-to-last-used-input-values/m-p/7960585#M1602766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-30T09:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen - Default to last used input values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-default-to-last-used-input-values/m-p/7960586#M1602767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sowmya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First you have to create a Z table with two fields one for the radio buttons and the other for the combination of date and time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: let us think you have 3 radio buttons.&lt;/P&gt;&lt;P&gt;First the user select the first radio button for the first time and execute the prog at that time he has to update the Z table with the radio button and date&amp;amp;time.&lt;/P&gt;&lt;P&gt;Second time if the user select the second radio button insted of the first radio button then also update the Z table with the radio button and date&amp;amp;time.&lt;/P&gt;&lt;P&gt;like it...........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the user execute the prog after so many time the Z table updated with so many entries by that we have to get the latest entry from the table and display it on the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpfull to you.&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;kruthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 10:40:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-default-to-last-used-input-values/m-p/7960586#M1602767</guid>
      <dc:creator>former_member1125862</dc:creator>
      <dc:date>2011-06-30T10:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen - Default to last used input values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-default-to-last-used-input-values/m-p/7960587#M1602768</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 the concept of hold data.&lt;/P&gt;&lt;P&gt;system-&amp;gt;user profile -&amp;gt;hold data.&lt;/P&gt;&lt;P&gt;This holds the data that user has enterd on screen and next tiem when he executes the values are provided on screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 10:45:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-default-to-last-used-input-values/m-p/7960587#M1602768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-30T10:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen - Default to last used input values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-default-to-last-used-input-values/m-p/7960588#M1602769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot vinraaj.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your suggestion resolved my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a custom table.&lt;/P&gt;&lt;P&gt;1) AT SELECTION-SCREEN,&lt;/P&gt;&lt;P&gt;Modifying the Table entry based on the radio-button selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) INITIALIZATION.&lt;/P&gt;&lt;P&gt;SELECT SINGLE &amp;lt;fields&amp;gt;&lt;/P&gt;&lt;P&gt;FROM custom-table INTO radio-buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to sap_wiz, kruthik &amp;amp; Ramachander too.&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sowmya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2011 06:53:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-default-to-last-used-input-values/m-p/7960588#M1602769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-01T06:53:59Z</dc:date>
    </item>
  </channel>
</rss>

