<?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: retaining selection criteria... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/retaining-selection-criteria/m-p/4806585#M1125229</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;In the user-command &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign the PID's of the fields on screen VA03 to the selection screen variables&lt;/P&gt;&lt;P&gt;and thten submit the prog via selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hiope this will help. Let me know if you need any further information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Thanks,&lt;/P&gt;&lt;P&gt;Rajat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Nov 2008 11:45:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-24T11:45:37Z</dc:date>
    <item>
      <title>retaining selection criteria...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retaining-selection-criteria/m-p/4806580#M1125224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am designing a report to change sales order. After execution of the report and if I press a specific button then the requirement is to show the selection screen retaining the selection criteria and also it will show the value of the last changed sales order number in VA03 screen. Please suggest some solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 10:35:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retaining-selection-criteria/m-p/4806580#M1125224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T10:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: retaining selection criteria...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retaining-selection-criteria/m-p/4806581#M1125225</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;try not to clear the work area and also ttry leave to screen 0 in the routine of the click button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 10:39:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retaining-selection-criteria/m-p/4806581#M1125225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T10:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: retaining selection criteria...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retaining-selection-criteria/m-p/4806582#M1125226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sudipto,&lt;/P&gt;&lt;P&gt;        Use module pool programing for this. Create a selection screen with your required inputs.&lt;/P&gt;&lt;P&gt;on execution of the screen the subsequent screen should have two container.&lt;/P&gt;&lt;P&gt;One will contain a screen with same parameters as yours initial screen, second will be a outpur screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Sourabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 10:41:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retaining-selection-criteria/m-p/4806582#M1125226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T10:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: retaining selection criteria...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retaining-selection-criteria/m-p/4806583#M1125227</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;Selection screen is created by you? i assume that its customized one so just take the selection screen values in Global variables and once you press that particular button call this Selection screen and its PBO fill the fields with these Global variables and i think to get the last changed Sales order number will not be a problem and then use&lt;/P&gt;&lt;P&gt;CALL TRANSACTION...(here you can call VA03).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you are doing it in the report you to use export /import to retain the value at the selection-screen.&lt;/P&gt;&lt;P&gt;and inorder to pass the value of the last changed sales order you have to use &lt;/P&gt;&lt;P&gt;Set parameter id  with call transaction VA03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Neha Shukla on Nov 24, 2008 12:21 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Neha Shukla on Nov 24, 2008 6:20 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 11:21:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retaining-selection-criteria/m-p/4806583#M1125227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T11:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: retaining selection criteria...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retaining-selection-criteria/m-p/4806584#M1125228</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;U can use EXPORT TO MEMORY-ID ..." option in start of selection event to store the selec screen values then in intialization event use EXPORT FROM MEMORY-ID.. for Retaining the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then call transaction VA03, it will solve ur problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 11:33:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retaining-selection-criteria/m-p/4806584#M1125228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T11:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: retaining selection criteria...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retaining-selection-criteria/m-p/4806585#M1125229</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;In the user-command &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign the PID's of the fields on screen VA03 to the selection screen variables&lt;/P&gt;&lt;P&gt;and thten submit the prog via selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hiope this will help. Let me know if you need any further information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Thanks,&lt;/P&gt;&lt;P&gt;Rajat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 11:45:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retaining-selection-criteria/m-p/4806585#M1125229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T11:45:37Z</dc:date>
    </item>
  </channel>
</rss>

