<?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 doubt in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032829#M84367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PA001-BTRTL is personal subarea.&lt;/P&gt;&lt;P&gt;1) personal subarea text can be found in the table t001p-btext.&lt;/P&gt;&lt;P&gt;user input btrtl in sel scree. the corresponding text should be displayed in the output&lt;/P&gt;&lt;P&gt;2)yes..we have to show only selected month for the current year.&lt;/P&gt;&lt;P&gt;3) work days lost (selected month in the selection screen)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2005 07:01:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-19T07:01:50Z</dc:date>
    <item>
      <title>selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032808#M84346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can anyone help on this:-&lt;/P&gt;&lt;P&gt;i hav tables pa0000, pa0001, pa2001.&lt;/P&gt;&lt;P&gt;my selection screen:- &lt;/P&gt;&lt;P&gt;parameters : S_BTRTL LIKE PA0001-BTRTL,&lt;/P&gt;&lt;P&gt;             s_month like      ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how should i get month in the selection screen?&lt;/P&gt;&lt;P&gt;i am callig fun module:-REAL_ESTATE_F4_MONTH to get the month .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i taken like this&lt;/P&gt;&lt;P&gt;s_month like VVIS_SOPTI-SMONTH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i am retriving data from select queries based on selection screen...&lt;/P&gt;&lt;P&gt;eg: - select .... from .. where btrtl eq s_btrtl&lt;/P&gt;&lt;P&gt;                                &amp;lt;b&amp;gt;smonth eq s_month&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's showing errror smonth is unknown?&lt;/P&gt;&lt;P&gt;Am I called the right function module?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 04:33:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032808#M84346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T04:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032809#M84347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which table are you writing the select on?&lt;/P&gt;&lt;P&gt;does it have a column named smonth?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when u say select ....where smonth = s_month, smonth needs to be a field in the concerned table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;PJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 04:41:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032809#M84347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T04:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032810#M84348</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;Just try this.It won't show error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables vvis_sopti.&lt;/P&gt;&lt;P&gt;parameters s_month like VVIS_SOPTI-SMONTH.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 04:42:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032810#M84348</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-10-19T04:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032811#M84349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whats ur complete select query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think u r using PA0001 table..&lt;/P&gt;&lt;P&gt;If yes then there is no field of name 'smonth' in it.&lt;/P&gt;&lt;P&gt;Therefore you are getting this error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 04:42:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032811#M84349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T04:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032812#M84350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you post ur code here so we could take a look on it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ville&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 04:44:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032812#M84350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T04:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032813#M84351</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;the problem not with parameter &lt;/P&gt;&lt;P&gt;check your from ..table has smonth or not&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;smonth eq s_month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 04:44:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032813#M84351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T04:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032814#M84352</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;Pop a Date in ABAP Report Selection Screens &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZPOPDATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: V_CODE  LIKE  SY-SUBRC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETER: V_MONTH LIKE ISELLIST-MONTH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR V_MONTH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'POPUP_TO_SELECT_MONTH'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;          ACTUAL_MONTH               = '200205'&lt;/P&gt;&lt;P&gt;          LANGUAGE                   = SY-LANGU&lt;/P&gt;&lt;P&gt;          START_COLUMN               = 8&lt;/P&gt;&lt;P&gt;          START_ROW                  = 5&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;         SELECTED_MONTH             = V_MONTH&lt;/P&gt;&lt;P&gt;         RETURN_CODE                = V_CODE&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;         FACTORY_CALENDAR_NOT_FOUND = 1&lt;/P&gt;&lt;P&gt;         HOLIDAY_CALENDAR_NOT_FOUND = 2&lt;/P&gt;&lt;P&gt;         MONTH_NOT_FOUND            = 3&lt;/P&gt;&lt;P&gt;         OTHERS                     = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ruthra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 04:47:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032814#M84352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T04:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032815#M84353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tables are pa0000, pa0001, pa2001.&lt;/P&gt;&lt;P&gt;in this tables there is no month field.&lt;/P&gt;&lt;P&gt;my requirement is to get month in the selection screen..so i called func module.&lt;/P&gt;&lt;P&gt;but when i am using select queries...ther is no particular field like smonth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i used REAL_ESTATE_F4_MONTH.&lt;/P&gt;&lt;P&gt;Is ther any alternative to get month in selc sceen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 04:52:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032815#M84353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T04:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032816#M84354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hari,&lt;/P&gt;&lt;P&gt;        I think if any change is required thats in your select query. the selecton screen is ok, can you send the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 04:53:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032816#M84354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T04:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032817#M84355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i used the same.&lt;/P&gt;&lt;P&gt;tables vvis_sopti.&lt;/P&gt;&lt;P&gt;parameters s_month like VVIS_SOPTI-SMONTH. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but there is no field in the concerned table.&lt;/P&gt;&lt;P&gt;how should i approach&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 04:53:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032817#M84355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T04:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032818#M84356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Ruthra,&lt;/P&gt;&lt;P&gt;thank u for your reply.&lt;/P&gt;&lt;P&gt;but this function module retrieves both &amp;lt;b&amp;gt;month and year.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i need only month in the seletion screen.&lt;/P&gt;&lt;P&gt;i already tried this fm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 04:55:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032818#M84356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T04:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032819#M84357</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;&amp;gt;&amp;gt;parameters s_month like VVIS_SOPTI-SMONTH. &lt;/P&gt;&lt;P&gt;  no probs with the above statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the query you don't have month field (smonth is not available in PA0001) how you want to fillter the data as per month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only BEGDA,ENDDA are the date fields in the PA0001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 04:57:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032819#M84357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T04:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032820#M84358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anid. H R U.&lt;/P&gt;&lt;P&gt;here i am sending :-&lt;/P&gt;&lt;P&gt; PARAMETERS : S_MONTH LIKE VVIS_SOPTI-SMONTH,&lt;/P&gt;&lt;P&gt;                   S_BTRTL LIKE PA0001-BTRTL.&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR S_MONTH.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REAL_ESTATE_F4_MONTH'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   I_MONTH             = 00&lt;/P&gt;&lt;P&gt;   I_POPUP_TITLE       = 'Choose Month'&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   E_MONTH             = P_MONTH&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  E_SEL_OK            =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;S_MONTH = P_MONTH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wnt to disply these fields in the report output.&lt;/P&gt;&lt;P&gt;personal sub area text, no. of workers, no.of work days lost based on sel. screen.&lt;/P&gt;&lt;P&gt;no. of workers can be calculated by:-&lt;/P&gt;&lt;P&gt;SELECT COUNT(*) INTO ITAB FROM PA0000&lt;/P&gt;&lt;P&gt;WHERE ENDDA = '99991231' AND STAT2 = '3'.&lt;/P&gt;&lt;P&gt;no. of work days can be calc by:-&lt;/P&gt;&lt;P&gt;SELECT COUNT(*) INTO ITAB FROM PA2001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i select btrtl in selection screen...the corresponding text should be displayed in the rep output&lt;/P&gt;&lt;P&gt;please send me how to declare as an internal table and also the code.&lt;/P&gt;&lt;P&gt;your help is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 05:04:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032820#M84358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T05:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032821#M84359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN PA0002 table,there is a field GBMON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables vvis_sopti.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data itab type standard table of pa0002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters s_month like VVIS_SOPTI-SMONTH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from pa0002 into table itab where gbmon = s_month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly reward points if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 05:04:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032821#M84359</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-10-19T05:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032822#M84360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ville ,&lt;/P&gt;&lt;P&gt;i posted the code. plz hav a look.&lt;/P&gt;&lt;P&gt;thank u &lt;/P&gt;&lt;P&gt;your help would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 05:05:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032822#M84360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T05:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032823#M84361</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;If you need personal sub area text,you can get it from T001P.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types : begin of ty,&lt;/P&gt;&lt;P&gt;        btext type t001p-btext,&lt;/P&gt;&lt;P&gt;        end of ty.&lt;/P&gt;&lt;P&gt;data itab type standard table of ty.&lt;/P&gt;&lt;P&gt;select BTEXT into table itab from t001p where btrtl = p_btrtl.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 05:11:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032823#M84361</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-10-19T05:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032824#M84362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Hari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     i need one more clarification. The month , that you r accepting from user in selection screen, r u going to display the report for records r created&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.only for that month or &lt;/P&gt;&lt;P&gt;2.upto that month or&lt;/P&gt;&lt;P&gt;3.after that months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please clarify this from your functional team, then we can send the code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 05:13:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032824#M84362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T05:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032825#M84363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i wnt to display for that month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also there is one more column in the output saying that &amp;lt;b&amp;gt;12month rolling period&amp;lt;/b&amp;gt;(means if i select october..it should roll back 12 months. ie., nov2004 to oct2005.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 05:20:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032825#M84363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T05:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032826#M84364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anid..Can we take GBMON as month field in the sel screen which is in the PA0002? &lt;/P&gt;&lt;P&gt;and can we proceed. bcoz it is not showing error.if we select this.&lt;/P&gt;&lt;P&gt;Please send me the code for the above prg. I wait for u.&lt;/P&gt;&lt;P&gt;Thanks again for your valuable time.&lt;/P&gt;&lt;P&gt;your help is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 06:09:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032826#M84364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T06:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032827#M84365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya hari, just hang on, i am trying ..i am not fully aware of infotyps of HR thats why, its taking time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 06:13:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-doubt/m-p/1032827#M84365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T06:13:58Z</dc:date>
    </item>
  </channel>
</rss>

