<?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: Saving variants on module pool with subscreen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-variants-on-module-pool-with-subscreen/m-p/4213495#M1006886</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you try with transaction variant option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/67/232037ebf1cc09e10000009b38f889/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/67/232037ebf1cc09e10000009b38f889/content.htm&lt;/A&gt;&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, 28 Jul 2008 13:30:58 GMT</pubDate>
    <dc:creator>former_member194669</dc:creator>
    <dc:date>2008-07-28T13:30:58Z</dc:date>
    <item>
      <title>Saving variants on module pool with subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-variants-on-module-pool-with-subscreen/m-p/4213494#M1006885</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'm using FM RS_VARIANT_SAVE_FROM_SELSCREEN to save variants but I'm getting the error 'Selection screen 100 does not have any objects'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my module pool program I've declared a subscreen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in TOP include:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECTION-SCREEN BEGIN OF SCREEN 0101 AS SUBSCREEN.
SELECT-OPTIONS: s_bukrs FOR regup-zbukr,
                s_date FOR regup-laufd,
                s_code FOR zhsbc_bansta-code_no.
PARAMETERS: r_bansta RADIOBUTTON GROUP r1 DEFAULT 'X',
            r_contrl RADIOBUTTON GROUP r1.
SELECTION-SCREEN END OF SCREEN 0101.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in screen 100:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PROCESS BEFORE OUTPUT.
  MODULE status_0100.
  CALL SUBSCREEN screen_0101
       INCLUDING 'Z99FI_HSBC_FILE_REPORTING' '0101'.

PROCESS AFTER INPUT.

  CALL SUBSCREEN screen_0101.

  MODULE user_command_0100.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as it's the easiest way of getting select options on a dynpro.  I think this is why I'm getting the above error, as my selection screen 100 is blank but contains subscreen 101 which contains the screen parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to solve this?  I can't put the PAI module in subscreen 101 as it's automatically generated at runtime so any changes I make would be over-written.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Failing that, is there another way of implementing create/save/get variants in a module pool program?&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 11:54:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-variants-on-module-pool-with-subscreen/m-p/4213494#M1006885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T11:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Saving variants on module pool with subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-variants-on-module-pool-with-subscreen/m-p/4213495#M1006886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you try with transaction variant option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/67/232037ebf1cc09e10000009b38f889/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/67/232037ebf1cc09e10000009b38f889/content.htm&lt;/A&gt;&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, 28 Jul 2008 13:30:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-variants-on-module-pool-with-subscreen/m-p/4213495#M1006886</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-07-28T13:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Saving variants on module pool with subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-variants-on-module-pool-with-subscreen/m-p/4213496#M1006887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't want to create a transaction variant.  I want the users to be able to maintain selection variants from the selection screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 13:41:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-variants-on-module-pool-with-subscreen/m-p/4213496#M1006887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T13:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Saving variants on module pool with subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-variants-on-module-pool-with-subscreen/m-p/4213497#M1006888</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;Check this blog..may be it can help u..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_blogpost" href="https://community.sap.com/" __jive_macro_name="blogpost" modifiedtitle="true" __default_attr="44125"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 13:55:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-variants-on-module-pool-with-subscreen/m-p/4213497#M1006888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T13:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Saving variants on module pool with subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-variants-on-module-pool-with-subscreen/m-p/4213498#M1006889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but I've already looked at this blog.  This is specific to subscreens on executable programs not module pool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 14:12:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-variants-on-module-pool-with-subscreen/m-p/4213498#M1006889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T14:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Saving variants on module pool with subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-variants-on-module-pool-with-subscreen/m-p/4213499#M1006890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gill Ackroyd,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you solved your problem or is it still an open problem. Actually the same problem is coming up at a project of mine and I´ve no idea how to get RS_VARIANT_SAVE_FROM_SELSCREEN working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THX for your efforts by now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 13:08:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-variants-on-module-pool-with-subscreen/m-p/4213499#M1006890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T13:08:28Z</dc:date>
    </item>
  </channel>
</rss>

