<?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: save variant in module pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-variant-in-module-pool/m-p/995768#M75265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abdul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a variant of my none-report transaction like Jayanthi Jayaraman described above. So I am fine on this side. I have a variant, which works - and we are talking dynpro here - not reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you suggest a batch-input strategy? Or what do you mean?&lt;/P&gt;&lt;P&gt;regards, matthias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Nov 2005 12:10:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-29T12:10:55Z</dc:date>
    <item>
      <title>save variant in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-variant-in-module-pool/m-p/995763#M75260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Please suggest some way of saving a variant in module pool program. &lt;/P&gt;&lt;P&gt;The requirement is to add a save button on the screen of module pool. When this button is clicked the contents of the screen are saved similar to the functionality of saving variants on selection-screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2005 07:53:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-variant-in-module-pool/m-p/995763#M75260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-01T07:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: save variant in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-variant-in-module-pool/m-p/995764#M75261</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;Create transaction[say.,zzz_test1] using SE93 [choose the option Program and screen] for your module pool program.&lt;/P&gt;&lt;P&gt;Then use SHDS transaction to create a variant[say zzz_v1] for the transaction you created above.&lt;/P&gt;&lt;P&gt;Then use SE93 [choose the option Transaction with Variant] to create another transaction zzz_test2 by mentioning the module pool program name and zzz_test1 transaction which you created and zzz_v1 variant which you created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then if you run the transaction ZZZ_test2,then you can see the variant values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created just now all these and it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is clear.If it is useful,kindly reward points and close the thread.&lt;/P&gt;&lt;P&gt;If not,get back.&lt;/P&gt;&lt;P&gt;Check your yesterday's thread also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2005 08:00:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-variant-in-module-pool/m-p/995764#M75261</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-07-01T08:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: save variant in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-variant-in-module-pool/m-p/995765#M75262</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 am facing the same challenge. i have got a module pool, with a dynpro 100. now i want to save a variant, and call it later on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i produced a var. via SHDS. and i can call it during pai with CALL FUNCTION 'RS_HDSYS_SET_SC_VARIANT' which immediatly loads the variant. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are tons of function modules which have &lt;STRONG&gt;variant&lt;/STRONG&gt; in their names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 - is there a function module, which allows to easily produce a variant, and which can be called from my dynpro, say during pai?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 - does somebody know a function module, which provides an F4 helplist (in case more than 1 variants have been saved).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx in advance,&lt;/P&gt;&lt;P&gt;matthias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2005 11:28:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-variant-in-module-pool/m-p/995765#M75262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-29T11:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: save variant in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-variant-in-module-pool/m-p/995766#M75263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gaurav &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Saving of VARIANT works for REPORT and not for MODULE POOL!!!!. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; But there is a indirect way to have a variant for Module Pool. ie using &amp;lt;b&amp;gt;SUBMIT stmt&amp;lt;/b&amp;gt;. I have not tried this but it worked.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Check the following SDN thread: &lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="893687"&gt;&lt;/A&gt;&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;Kam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2005 11:43:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-variant-in-module-pool/m-p/995766#M75263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-29T11:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: save variant in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-variant-in-module-pool/m-p/995767#M75264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;variant declaration is only possible in selection screen.&lt;/P&gt;&lt;P&gt;I suggest you can use selection-screen as the initial screen for your program.&lt;/P&gt;&lt;P&gt;Still if there is a need to use a dialog screen then add a button to the application tool bar.In the PAI of the screen pass the necessary value which you want to display in the corresponding screen field.Call the same screen again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abdul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2005 11:51:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-variant-in-module-pool/m-p/995767#M75264</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2005-11-29T11:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: save variant in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-variant-in-module-pool/m-p/995768#M75265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abdul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a variant of my none-report transaction like Jayanthi Jayaraman described above. So I am fine on this side. I have a variant, which works - and we are talking dynpro here - not reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you suggest a batch-input strategy? Or what do you mean?&lt;/P&gt;&lt;P&gt;regards, matthias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2005 12:10:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-variant-in-module-pool/m-p/995768#M75265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-29T12:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: save variant in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-variant-in-module-pool/m-p/995769#M75266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthias,&lt;/P&gt;&lt;P&gt;Can you tell me how can i create a variant for module pool screen...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abdul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2005 12:28:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-variant-in-module-pool/m-p/995769#M75266</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2005-11-29T12:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: save variant in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-variant-in-module-pool/m-p/995770#M75267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abdul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look at the first answer to this thread by Jayanthi Jayaraman ...&lt;/P&gt;&lt;P&gt;that's exactly what I did - and it works - you can save contents of dynpro fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;matthias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2005 13:06:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-variant-in-module-pool/m-p/995770#M75267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-29T13:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: save variant in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-variant-in-module-pool/m-p/995771#M75268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mathhias,&lt;/P&gt;&lt;P&gt;Thanks a lot..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abdul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2005 15:51:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-variant-in-module-pool/m-p/995771#M75268</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2005-11-29T15:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: save variant in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-variant-in-module-pool/m-p/995772#M75269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guarav,&lt;/P&gt;&lt;P&gt;i too have a same type of requirement where in i have created a screen which includes selection fields and also displays the output in the same screen number. &lt;/P&gt;&lt;P&gt;so i am in search for a functionality of variant to my report for the custom screen ( say 100 ) .&lt;/P&gt;&lt;P&gt;if u have got the solution can u please guide me too??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 09:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-variant-in-module-pool/m-p/995772#M75269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T09:22:27Z</dc:date>
    </item>
  </channel>
</rss>

