<?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: Selection-screen in module program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744895#M323299</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've to define a selection screen in top include using SELECTION-SCREEN statament:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 100.&lt;/P&gt;&lt;P&gt;PARAMETERS: P_BUKRS LIKE T001-BUKRS.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: S_BUDATA FOR BKPF-BUDAT.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END    OF SCREEN 100. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call this in PBO of 9000:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE CALL_SEL_SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE CALL_SEL_SCREEN.&lt;/P&gt;&lt;P&gt;  CALL SELECTION-SCREEN 100.&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC = 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;User has pressed F8&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can define the tipical event of a selection-screen for validation in a new include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Nov 2006 09:51:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-29T09:51:01Z</dc:date>
    <item>
      <title>Selection-screen in module program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744891#M323295</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 have created a module pool prog.&lt;/P&gt;&lt;P&gt;Now the new regd. is that I want to create selection-screen before displying the actual screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I m trying to use selection screen then I m getting the message that it is not possible in type 'M' as my program is module pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I m using screen 9000 to display the records, now where to write selection screen in the program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think in PBO but getting some error, I have created one screen and in that defined a subscreen but it is giving some error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So any body knows how to add selection screen in 'M' type program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankx in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Umesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 09:42:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744891#M323295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T09:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen in module program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744892#M323296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A simple solution for this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a REPORT / EXECUTALBE program.&lt;/P&gt;&lt;P&gt;Have the selection screen.&lt;/P&gt;&lt;P&gt;After the END-of-Selection, call the screen of the module pool.&lt;/P&gt;&lt;P&gt;CALL SCREEN 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That means that screens are also a part of the report program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do all this from SE80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That means although you are creating a module program, you are just setting that as a report program, so that your selection screen problem becomes simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;P&gt;Note - Please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 09:47:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744892#M323296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T09:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen in module program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744893#M323297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Umesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN numb [TITLE tit] [AS WINDOW].&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN numb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define a user-defined selection screen with screen number numb. All PARAMETERS, SELECT-OPTIONS, and SELECTION-SCREEN statements that occur between these two statements define the input fields and the formatting of this selection screen. Screen number numb can be any four-digit number apart from 1000, which is the number of the standard selection screen. You must also ensure that you do not accidentally assign a number to a selection screen which is already in use for another screen of the program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From your screen program in which selection screens are defined, you can call these screens at any point of the program flow using the following statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SELECTION-SCREEN &amp;lt;numb&amp;gt; [STARTING AT &amp;lt;x1&amp;gt; &amp;lt;y 1&amp;gt;] &lt;/P&gt;&lt;P&gt;[ENDING AT &amp;lt;x2&amp;gt; &amp;lt;y 2&amp;gt;].&lt;/P&gt;&lt;P&gt;And also look at the DEMO program DEMO_DYNPRO_SUBSCREENS.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 09:49:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744893#M323297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T09:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen in module program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744894#M323298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;try attaching a tcode to your program.&lt;/P&gt;&lt;P&gt;execute via tcode ,u will get the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 09:49:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744894#M323298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T09:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen in module program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744895#M323299</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've to define a selection screen in top include using SELECTION-SCREEN statament:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 100.&lt;/P&gt;&lt;P&gt;PARAMETERS: P_BUKRS LIKE T001-BUKRS.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: S_BUDATA FOR BKPF-BUDAT.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END    OF SCREEN 100. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call this in PBO of 9000:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE CALL_SEL_SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE CALL_SEL_SCREEN.&lt;/P&gt;&lt;P&gt;  CALL SELECTION-SCREEN 100.&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC = 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;User has pressed F8&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can define the tipical event of a selection-screen for validation in a new include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 09:51:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744895#M323299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T09:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen in module program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744896#M323300</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;Instead of going for module pool u can do it in report (type executable).We can't set selection screen in a module pool program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So first create a report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then give ur selection screen parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SSELECTION.&lt;/P&gt;&lt;P&gt;Retrieve all the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SCREEN '9001'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now u can get the output in the screen 9001....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 09:51:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744896#M323300</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2006-11-29T09:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen in module program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744897#M323301</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;You can create a selection-screen for a module pool program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a new program with executable type. Create the selection screen as you would do in a normal program. Once you give data in the selection and press F8 button, based on the logics written, the O/P must appear in a table control. This is what your requirement is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A example below for your understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;name of the prog : ZTEST&lt;/P&gt;&lt;P&gt;Type: Exectable report (I)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------" /&gt;Selection Screen -&lt;HR originaltext="------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK IPDATA WITH FRAME TITLE TEXT-001.&lt;/P&gt;&lt;P&gt;PARAMETERS: PR_MONTH LIKE BOITEM-SPMON.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: SO_VKGRP FOR KNVV-VKGRP.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK IPDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK ORGDATA WITH FRAME TITLE TEXT-002.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: SO_REGIO FOR KNA1-REGIO,&lt;/P&gt;&lt;P&gt;                SO_KUNNR FOR KNA1-KUNNR,&lt;/P&gt;&lt;P&gt;                SO_WERKS FOR T001W-WERKS.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK ORGDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;--&lt;/STRONG&gt;&lt;DEL&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/DEL&gt;&lt;/P&gt;&lt;HR originaltext="----------------" /&gt;Selection Screen Events--&lt;HR originaltext="-------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  W_CURMFDAY = SY-DATUM.&lt;/P&gt;&lt;P&gt;  W_CURMFDAY+6(2) = '01'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM F001_GETDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF SY-DBCNT EQ 0.&lt;/P&gt;&lt;P&gt;    MESSAGE S017(ZSFL).&lt;/P&gt;&lt;P&gt;    EXIT.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM F002_ADDITIONALDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL SCREEN 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this screen 100, both the PBO and PAI can be declared in this main program itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;JLN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 09:51:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744897#M323301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T09:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen in module program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744898#M323302</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 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="1501162"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can see two possible solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 09:54:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744898#M323302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T09:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen in module program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744899#M323303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi umesh,&lt;/P&gt;&lt;P&gt;    Try the following method, create a screen which acts as a selection screen provide the input elements and on the PAI of this screen call the result screen providing the input from previous screen.&lt;/P&gt;&lt;P&gt;like for the example below input_1 is the input field for screen 100 and output is the field of screen 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data: output(10) type c,
      input_1(10) type c.

load-of-program.
   call screen 100.
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Module  USER_COMMAND_0100  INPUT
*&amp;amp;---------------------------------------------------------------------*
*       text
*----------------------------------------------------------------------*
module USER_COMMAND_0100 input.
  case sy-ucomm.
      when 'GO'.
          output = input_1.
         call screen 200.
 endcase.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kinshuk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 09:56:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744899#M323303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T09:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen in module program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744900#M323304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;selection-screen : begin of screen 9000.&lt;/P&gt;&lt;P&gt;parameters c(10).&lt;/P&gt;&lt;P&gt;selection-screen End of screen 9000.&lt;/P&gt;&lt;P&gt;call selection-screen 9000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U cant execute a module pool program by direct processing.&lt;/P&gt;&lt;P&gt;U have to create a transaction code in SE93 for ur Module pool program with screen number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now execute the transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 09:57:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744900#M323304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T09:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen in module program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744901#M323305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create Selection-Screen with this option:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;put this code in to TOP include&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF SCREEN 9050  AS SUBSCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options: S_INT_NU for z0cs_zzif0_A-IF_NR, "Inter face number,&lt;/P&gt;&lt;P&gt;                S_INT_RU FOR z0cs_zzif3-LAUF_DAT. " run date .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters:  P_screen as Checkbox. " for hide selection screen option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF SCREEN 9050.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this : &lt;/P&gt;&lt;P&gt;PBO of Main Screen coding is as under.&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN sc1 INCLUDING &amp;lt;Program name&amp;gt; &amp;lt;Selectioin Screen number&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In  PAI of Main Screen codein is as under&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN sc1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 10:01:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744901#M323305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T10:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen in module program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744902#M323306</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;&lt;/P&gt;&lt;P&gt;Thankx for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max, I have added the selection screen statement in my top include and also created the screen in the program.&lt;/P&gt;&lt;P&gt;But I m getting error like  Error when generating selection screen.&lt;/P&gt;&lt;P&gt;The same number I have given in selection screen.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 0101.&lt;/P&gt;&lt;P&gt;select-options: s_matnr for mara-matnr.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 0101.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I have created the screen 0101 in the program with out any control on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it ok or I need to do any changes ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Umesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 10:43:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744902#M323306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T10:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen in module program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744903#M323307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ANy ans.??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 11:06:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744903#M323307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T11:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen in module program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744904#M323308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Umesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of creating the selection screen, you can create one more screen to the exiting module pole and provide some butons on that to process the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This new screen can be used as selection before dispalying the other information of the module pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 11:13:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-in-module-program/m-p/1744904#M323308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T11:13:22Z</dc:date>
    </item>
  </channel>
</rss>

