<?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: Screen. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3463377#M832283</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;yes i need select-option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as mention above i need to change &lt;/P&gt;&lt;P&gt;uname ________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;uname from______ to _____&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i have to change the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where condition also in the select query also&lt;/P&gt;&lt;P&gt;as i can not put same dataelement.&lt;/P&gt;&lt;P&gt;plz help me with the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anuj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Mar 2008 06:14:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-04T06:14:31Z</dc:date>
    <item>
      <title>Screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3463370#M832276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need following on my screen using module pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username  from______  to_______(f4 help)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;radiobutton1      today                       "  only for today&lt;/P&gt;&lt;P&gt;radiobutton2      all                              "all the date&lt;/P&gt;&lt;P&gt;radiobutton3     period                        " between given date.&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;anuj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;point wil be surely awarded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 10:30:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3463370#M832276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-03T10:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3463371#M832277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh I am so sorry,I forgot to read the module pool part.You will ahve to design a screen for the same,with the given requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its a simple case of using SELECT OPTION &amp;amp; Parameter.Even while you type your code for the same,you can always use F1 help for documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK t1 WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;SELECT-OPTION USERNAME TYPE SY-UNAME.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK t1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK t2 WITH FRAME TITLE text-002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS p_date TYPE sy-datum DEFAULT sy-datum OBLIGATORY.&lt;/P&gt;&lt;P&gt;PARAMETERS p_ALL TYPE sy-datum .&lt;/P&gt;&lt;P&gt;PARAMETERS P_PERIOD TYPE sy-datum .&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK t2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: p317980 on Mar 3, 2008 11:40 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 10:39:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3463371#M832277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-03T10:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3463372#M832278</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;To create screen, Right click on program name -&amp;gt; Select Create -&amp;gt; Screen -&amp;gt; Opens Screen Description page -&amp;gt; Enter short description for screen -&amp;gt; Select screen type as NORMAL -&amp;gt; Click on LAYOUT pushbutton from application toolbar -&amp;gt; Opens Screen Painter -&amp;gt; In the menu bar click the icon dictionary/program fields, the give the database name and select the field(here) username (then u can give search help for the created this username in the attributes screen)or else u can drag and drop two input fields for the username.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then drag and drop the three radio buttons and name them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click 'flow logic' to write the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps u,&lt;/P&gt;&lt;P&gt;Arunsri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 10:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3463372#M832278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-03T10:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3463373#M832279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello there&lt;/P&gt;&lt;P&gt; thanks for the reply&lt;/P&gt;&lt;P&gt;but my problem is that i have to select all the output between the input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here uname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i use select-potions s_ame for tablename-uname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in the select query i can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where uname IN s_uname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me of to proceed .&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;anuj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 13:49:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3463373#M832279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-03T13:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3463374#M832280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your problem is not understandable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you defined &lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_ame for tablename-uname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whatever the data you enter in the selection screen for that s_ame field (range) you have to write the querry as following to pick up those detaild data from the respective tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select field1 field2....fieldn&lt;/P&gt;&lt;P&gt;from table_n&lt;/P&gt;&lt;P&gt;into table itab&lt;/P&gt;&lt;P&gt;where uname = same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please update your problem with understandable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 14:18:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3463374#M832280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-03T14:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3463375#M832281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi thnks for ur reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be this ll clear my problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;uname  ______________    " no from ....  to.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;uname   from________  to ________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in module pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so what would be thw select query for this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me  with this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anuj.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: anuj anuj on Mar 4, 2008 6:37 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 05:22:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3463375#M832281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T05:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3463376#M832282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anuj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Think u need a select-options in ur module pool..is that right,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is so,&lt;/P&gt;&lt;P&gt;chk this out...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can define your own selection screen using statements 'SELECTION-SCREEN BEGIN OF SCREEN...' and 'SELECTION-SCREEN END OF SCREEN...' like this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: sflight. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 200 TITLE title. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS p_carrid TYPE sflight-carrid. &lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_connid FOR sflight-connid. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 200. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call your screen with statement 'CALL SELECTION-SCREEN [number]' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title = 'My selection-screen'. &lt;/P&gt;&lt;P&gt;call selection-screen '200'. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system-returncode (sy-subrc) is set on value '4' if user cancelled. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other way: you can define your selection screen as subscreen and integrate the subsreen in your module-pool &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 200 AS SUBSCREEN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS p_carrid TYPE sflight-carrid. &lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_connid FOR sflight-connid. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 200. &lt;/P&gt;&lt;P&gt; u can use the select query which u use for select-options in  reports..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of block b1 with frame title text001.&lt;/P&gt;&lt;P&gt;select-options: begda for zemptab3-zedoj.&lt;/P&gt;&lt;P&gt;selection-screen end of block b1.&lt;/P&gt;&lt;P&gt;select * from zemptab3 into table wi_emp2 where zedoj in begda.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps u,&lt;/P&gt;&lt;P&gt;Arunsri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Arunsri on Mar 4, 2008 6:55 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 05:54:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3463376#M832282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T05:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3463377#M832283</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;yes i need select-option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as mention above i need to change &lt;/P&gt;&lt;P&gt;uname ________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;uname from______ to _____&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i have to change the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where condition also in the select query also&lt;/P&gt;&lt;P&gt;as i can not put same dataelement.&lt;/P&gt;&lt;P&gt;plz help me with the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anuj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 06:14:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3463377#M832283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T06:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3463378#M832284</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 two I/O fields in screen painter like sel-options....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let first field be UNAME_LOW and second be UNAME_HIGH.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now define a range...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;RANGES uname for usr01-bname.
uname-sign   = 'I'.
uname-option = 'BT'.
uname-low    = UNAME_LOW.
uname-high   = UNAME_HIGH.
append uname.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in ur query use it like sel-options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select............where name &lt;STRONG&gt;IN UNAME&lt;/STRONG&gt;......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;jose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jose on Mar 4, 2008 7:25 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 06:24:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3463378#M832284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T06:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3463379#M832285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;probelm is answers by others&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but thanks all for all your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anuj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: anuj anuj on Mar 5, 2008 6:35 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 05:23:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/3463379#M832285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T05:23:00Z</dc:date>
    </item>
  </channel>
</rss>

