<?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: Function module to find variants for module pool program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-variants-for-module-pool-program/m-p/6645934#M1444147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My suggestion will be &lt;/P&gt;&lt;P&gt;In your wrapper program create or (include) all the fields in your KEU5, then run the wrapper report and save the input values as variant . ( In your wrapper program using this values make simple bdc and call KEU5 ) transaction , that will work perfectly in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Feb 2010 11:04:20 GMT</pubDate>
    <dc:creator>former_member194669</dc:creator>
    <dc:date>2010-02-22T11:04:20Z</dc:date>
    <item>
      <title>Function module to find variants for module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-variants-for-module-pool-program/m-p/6645933#M1444146</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 want to run a module pool program (KEU5) in the background with a variant, after doing some investigation I'm going to write a wrapper program to call the module pool as module pools can't be run in the background.  I would like to select the variant for the module pool program on the selection screen of my wrapper program, is there a function module which will show me all the variants created for a program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've searched in SE37 for &lt;STRONG&gt;variants&lt;/STRONG&gt; and have tried many of the suggestions but none seem to work and I'm not sure whether it's because I'm not using the correct function modules or if module pool programs store their variants in a different way to normal programs so these function modules aren't picking them up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gill&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Gill Ackroyd on Feb 22, 2010 10:53 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 10:49:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-variants-for-module-pool-program/m-p/6645933#M1444146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-22T10:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to find variants for module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-variants-for-module-pool-program/m-p/6645934#M1444147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My suggestion will be &lt;/P&gt;&lt;P&gt;In your wrapper program create or (include) all the fields in your KEU5, then run the wrapper report and save the input values as variant . ( In your wrapper program using this values make simple bdc and call KEU5 ) transaction , that will work perfectly in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 11:04:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-variants-for-module-pool-program/m-p/6645934#M1444147</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2010-02-22T11:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to find variants for module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-variants-for-module-pool-program/m-p/6645935#M1444148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me in getting the screen variants in Transportation while shipment cost creation and calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Mar 2010 15:40:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-variants-for-module-pool-program/m-p/6645935#M1444148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-27T15:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to find variants for module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-variants-for-module-pool-program/m-p/6645936#M1444149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IN BDC we run module pool program in Back ground also. Just create proper BDC data table in your program and call the transaction you want to run.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Mar 2010 17:11:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-variants-for-module-pool-program/m-p/6645936#M1444149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-27T17:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to find variants for module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-variants-for-module-pool-program/m-p/6645937#M1444150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Pls check if this FM is useful.&lt;/P&gt;&lt;P&gt;rs_variant_exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;SuryaD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Mar 2010 17:45:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-variants-for-module-pool-program/m-p/6645937#M1444150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-27T17:45:24Z</dc:date>
    </item>
  </channel>
</rss>

