<?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: Probelm in module pool selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-module-pool-selection-screen/m-p/4984144#M1161217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here ur using screen number 1001 in Call Screen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where as in SELECTION-SCREEN BEGIN OF SCREEN ur using 101. First correct this. make sure ur Call Screen and SELECTION-SCREEN BEGIN OF SCREEN are in the same report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Jan 2009 07:36:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-13T07:36:19Z</dc:date>
    <item>
      <title>Probelm in module pool selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-module-pool-selection-screen/m-p/4984142#M1161215</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 wanted to create transaction variant for my selection screen which i have to design through module pool&lt;/P&gt;&lt;P&gt;if use the following code im not able to get the screen fields during trancation varian creation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call screen 1001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 101.&lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN BEGIN OF BLOCK BL1.&lt;/P&gt;&lt;P&gt;   select-options:s_matnr for mara-matnr.&lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN END  OF  BLOCK BL1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly giv me a solution for the above query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance,&lt;/P&gt;&lt;P&gt;Santhiya B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2009 07:15:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-module-pool-selection-screen/m-p/4984142#M1161215</guid>
      <dc:creator>former_member842213</dc:creator>
      <dc:date>2009-01-13T07:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Probelm in module pool selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-module-pool-selection-screen/m-p/4984143#M1161216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The easy way out is use a report program so you can have a normal selection screen and enjoy the variant capability for free. You can then do a 'call screen' so the rest of your processing will behave like a dialog program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that's not possible, here's another option. It's not elegant, but I've done it. If others have better ways, please do share. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create a dummy program (ZXXXVARI). In this program, all it needs is the selection fields similar to what you have in your module pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Add buttons to your dialog screen so users can choose variants, save variant, etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Define internal array VALUTAB LIKE RSPARAMS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) When user wants to save their selection, populate VALUTAB, then call FUNCTION 'RS_CREATE_VARIANT' EXPORTING CURR_REPORT = "ZXXXVARI", etc., or call function 'RS_CHANGE_CREATED_VARIANT', depending on whether the variant already exists on the table VARI or not. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) When user wants to choose a variant to use, just display the variants in VARI under his id. Once he selects a variant, CALL FUNCTION 'RS_VARIANT_CONTENTS' to retrieve the values saved and put them on the dialog screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2009 07:28:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-module-pool-selection-screen/m-p/4984143#M1161216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-13T07:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Probelm in module pool selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-module-pool-selection-screen/m-p/4984144#M1161217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here ur using screen number 1001 in Call Screen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where as in SELECTION-SCREEN BEGIN OF SCREEN ur using 101. First correct this. make sure ur Call Screen and SELECTION-SCREEN BEGIN OF SCREEN are in the same report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2009 07:36:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-module-pool-selection-screen/m-p/4984144#M1161217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-13T07:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Probelm in module pool selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-module-pool-selection-screen/m-p/4984145#M1161218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi san,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are calling a screen 1001...ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in the SELECTION-SCREEN BEGIN OF SCREEN 101..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you written 101...insted of 1001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first correct this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this help you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ritesh J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2009 07:51:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-module-pool-selection-screen/m-p/4984145#M1161218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-13T07:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Probelm in module pool selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-module-pool-selection-screen/m-p/4984146#M1161219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my requirement is to create a module pool selection screen and i ve to create transaction variant for that in shd0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2009 08:21:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-in-module-pool-selection-screen/m-p/4984146#M1161219</guid>
      <dc:creator>former_member842213</dc:creator>
      <dc:date>2009-01-13T08:21:38Z</dc:date>
    </item>
  </channel>
</rss>

