<?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: At selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/1593761#M266866</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Heyyyy !!! krishnaaaa, please save me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to fill the periods also when I press enter after entering just buday-low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CC = 100&lt;/P&gt;&lt;P&gt;budat-low 10/01/2006  high ___________&lt;/P&gt;&lt;P&gt;monat________              ___________&lt;/P&gt;&lt;P&gt;year ________              ___________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i press enter after entering 10/01/2006&lt;/P&gt;&lt;P&gt;budat-high should become 10/01/2006&lt;/P&gt;&lt;P&gt;and monat-low should have respective period for date 10/01/2006 ie 7 and monat-high should be also 7&lt;/P&gt;&lt;P&gt;and resp year should be 2007 in both fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now suppose as I said above after entering 10/01/2006 and pressing enter, if the blanks are filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10/012006        10/01/2006&lt;/P&gt;&lt;P&gt;7                 7&lt;/P&gt;&lt;P&gt;2007             2007&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now if change budat-high to 12/01/2007&lt;/P&gt;&lt;P&gt;like &lt;/P&gt;&lt;P&gt;10/01/2006         12/01/2007&lt;/P&gt;&lt;P&gt;7                   7&lt;/P&gt;&lt;P&gt;2007               2007&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now if i press enter it should become&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10/01/2006        12/01/2007&lt;/P&gt;&lt;P&gt;7                  9&lt;/P&gt;&lt;P&gt;2007               2008&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the monat-high year-high should change accordingly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same for monat also. budat low and high should get filled accordingly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;________            ___________&lt;/P&gt;&lt;P&gt;7                  __________&lt;/P&gt;&lt;P&gt;2007             __________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have given error message if both monat and year are initial so if monat is not initial year will be present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now if i press enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10/01/2006         10/01/2006&lt;/P&gt;&lt;P&gt;7                     7&lt;/P&gt;&lt;P&gt;2007                2007&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now if change monat-high  to 10 and press enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10/01/2006        01/01/2007&lt;/P&gt;&lt;P&gt;7                  10&lt;/P&gt;&lt;P&gt;2007              2007&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;budat-high and year-high should chagne accordingly&lt;/P&gt;&lt;P&gt;here 10 is in same fiscal year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to code. I am able to do some part&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Oct 2006 22:46:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-12T22:46:07Z</dc:date>
    <item>
      <title>At selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/1593759#M266864</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 a selection screen with&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK LDB WITH FRAME TITLE TEXT-001.&lt;/P&gt;&lt;P&gt;  PARAMETERS : BR_BUKRS  LIKE  BKPF-BUKRS FOR TABLE BKPF  OBLIGATORY.&lt;/P&gt;&lt;P&gt;  SELECT-OPTIONS:&lt;/P&gt;&lt;P&gt;    BR_BUDAT  FOR  BKPF-BUDAT ,&lt;/P&gt;&lt;P&gt;    BR_MONAT  FOR  BKPF-MONAT ,&lt;/P&gt;&lt;P&gt;    BR_GJAHR  FOR  BKPF-GJAHR .&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK LDB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the selection screen when report is ran.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if user enters just budat-low and presses enter then budat-high should fill with same value of low and below monat-low and monat-high and gjahr-low and gjahr-high should get filled with respective period and fiscal year automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now suppose if they are filled as per above requirement,&lt;/P&gt;&lt;P&gt;now if I change budat-high increase to next month and press enter automatically below monat-high and gjahr-high should change without changing low values as I did'nt change budat-low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you are able to understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same way for if budat-low and budat-high is initial.&lt;/P&gt;&lt;P&gt;and I enter mona-low and press enter&lt;/P&gt;&lt;P&gt;monat-high should get filled with same value of monat-low and budat-low and budat-high should get filled resp dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please advice on how to write the code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using At selection screen on block LDB but not able to solve all requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 21:19:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/1593759#M266864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T21:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: At selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/1593760#M266865</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 the below program. Since SELECT-OPTION is a table, if you have multiple entries, then you have to modify the below code using LOOP AT...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT BR_BUDAT.&lt;/P&gt;&lt;P&gt;  IF NOT BR_BUDAT-LOW IS INITIAL .&lt;/P&gt;&lt;P&gt;    BR_BUDAT-HIGH = BR_BUDAT-LOW.&lt;/P&gt;&lt;P&gt;  ELSEIF NOT BR_BUDAT-HIGH IS INITIAL .&lt;/P&gt;&lt;P&gt;    BR_BUDAT-LOW = BR_BUDAT-HIGH.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly for BR_MONAT and MR_GJAHR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the eblow sample program for single input in the selection-screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp; Report  ZRKPROGRAM2&lt;/P&gt;&lt;P&gt;*&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;&lt;/P&gt;&lt;P&gt;*&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&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;REPORT  ZRKPROGRAM2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: BKPF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK B1.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:&lt;/P&gt;&lt;P&gt;BR_BUDAT FOR BKPF-BUDAT ,&lt;/P&gt;&lt;P&gt;BR_MONAT FOR BKPF-MONAT ,&lt;/P&gt;&lt;P&gt;BR_GJAHR FOR BKPF-GJAHR .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF NOT BR_BUDAT-LOW IS INITIAL .&lt;/P&gt;&lt;P&gt;    BR_BUDAT-HIGH = BR_BUDAT-LOW.&lt;/P&gt;&lt;P&gt;  ELSEIF NOT BR_BUDAT-HIGH IS INITIAL .&lt;/P&gt;&lt;P&gt;    BR_BUDAT-LOW = BR_BUDAT-HIGH.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF NOT BR_MONAT-LOW IS INITIAL .&lt;/P&gt;&lt;P&gt;    BR_MONAT-HIGH = BR_MONAT-LOW.&lt;/P&gt;&lt;P&gt;  ELSEIF NOT BR_MONAT-HIGH IS INITIAL .&lt;/P&gt;&lt;P&gt;    BR_MONAT-LOW = BR_MONAT-HIGH.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF NOT BR_GJAHR-LOW IS INITIAL .&lt;/P&gt;&lt;P&gt;    BR_GJAHR-HIGH = BR_GJAHR-LOW.&lt;/P&gt;&lt;P&gt;  ELSEIF NOT BR_GJAHR-HIGH IS INITIAL.&lt;/P&gt;&lt;P&gt;    BR_GJAHR-LOW = BR_GJAHR-HIGH.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;  WRITE: / BR_BUDAT-LOW, BR_BUDAT-HIGH.&lt;/P&gt;&lt;P&gt;  WRITE: / BR_MONAT-LOW, BR_MONAT-HIGH.&lt;/P&gt;&lt;P&gt;  WRITE: / BR_GJAHR-LOW, BR_GJAHR-HIGH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnks,&lt;/P&gt;&lt;P&gt;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 21:41:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/1593760#M266865</guid>
      <dc:creator>venkata_ramisetti</dc:creator>
      <dc:date>2006-10-12T21:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: At selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/1593761#M266866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Heyyyy !!! krishnaaaa, please save me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to fill the periods also when I press enter after entering just buday-low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CC = 100&lt;/P&gt;&lt;P&gt;budat-low 10/01/2006  high ___________&lt;/P&gt;&lt;P&gt;monat________              ___________&lt;/P&gt;&lt;P&gt;year ________              ___________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i press enter after entering 10/01/2006&lt;/P&gt;&lt;P&gt;budat-high should become 10/01/2006&lt;/P&gt;&lt;P&gt;and monat-low should have respective period for date 10/01/2006 ie 7 and monat-high should be also 7&lt;/P&gt;&lt;P&gt;and resp year should be 2007 in both fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now suppose as I said above after entering 10/01/2006 and pressing enter, if the blanks are filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10/012006        10/01/2006&lt;/P&gt;&lt;P&gt;7                 7&lt;/P&gt;&lt;P&gt;2007             2007&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now if change budat-high to 12/01/2007&lt;/P&gt;&lt;P&gt;like &lt;/P&gt;&lt;P&gt;10/01/2006         12/01/2007&lt;/P&gt;&lt;P&gt;7                   7&lt;/P&gt;&lt;P&gt;2007               2007&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now if i press enter it should become&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10/01/2006        12/01/2007&lt;/P&gt;&lt;P&gt;7                  9&lt;/P&gt;&lt;P&gt;2007               2008&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the monat-high year-high should change accordingly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same for monat also. budat low and high should get filled accordingly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;________            ___________&lt;/P&gt;&lt;P&gt;7                  __________&lt;/P&gt;&lt;P&gt;2007             __________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have given error message if both monat and year are initial so if monat is not initial year will be present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now if i press enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10/01/2006         10/01/2006&lt;/P&gt;&lt;P&gt;7                     7&lt;/P&gt;&lt;P&gt;2007                2007&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now if change monat-high  to 10 and press enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10/01/2006        01/01/2007&lt;/P&gt;&lt;P&gt;7                  10&lt;/P&gt;&lt;P&gt;2007              2007&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;budat-high and year-high should chagne accordingly&lt;/P&gt;&lt;P&gt;here 10 is in same fiscal year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to code. I am able to do some part&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 22:46:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/1593761#M266866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T22:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: At selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/1593762#M266867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please advice on how to proceed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 01:09:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/1593762#M266867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T01:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: At selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/1593763#M266868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;proceed with the following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;IF NOT br_budat-low IS INITIAL.&lt;/P&gt;&lt;P&gt;    IF BR_MONAT-LOW IS INITIAL.&lt;/P&gt;&lt;P&gt;     PERFORM DATE_TO_PERIOD USING BR_BUDAT-LOW&lt;/P&gt;&lt;P&gt;                                  BR_MONAT-LOW&lt;/P&gt;&lt;P&gt;                                  BR_GJAHR-LOW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      IF BR_BUDAT-HIGH IS INITIAL.&lt;/P&gt;&lt;P&gt;        BR_BUDAT-HIGH = BR_BUDAT-LOW.&lt;/P&gt;&lt;P&gt;        PERFORM DATE_TO_PERIOD USING BR_BUDAT-LOW&lt;/P&gt;&lt;P&gt;                                     BR_MONAT-high&lt;/P&gt;&lt;P&gt;                                     BR_GJAHR-HIGH.&lt;/P&gt;&lt;P&gt;      ELSE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        PERFORM DATE_TO_PERIOD USING BR_BUDAT-HIGH&lt;/P&gt;&lt;P&gt;                                     BR_MONAT-high&lt;/P&gt;&lt;P&gt;                                     BR_gjahr-high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    APPEND BR_MONAT.&lt;/P&gt;&lt;P&gt;    APPEND BR_GJAHR.&lt;/P&gt;&lt;P&gt;    APPEND BR_BUDAT.&lt;/P&gt;&lt;P&gt;    IF NAME IS INITIAL.&lt;/P&gt;&lt;P&gt;      NAME = SY-UNAME.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;FORM DATE_TO_PERIOD USING LV_DATE   TYPE BUDAT&lt;/P&gt;&lt;P&gt;                          LV_PERIOD TYPE POPER&lt;/P&gt;&lt;P&gt;                          LV_GJAHR  TYPE GJAHR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'DATE_TO_PERIOD_CONVERT'&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;            i_date               = LV_DATE&lt;/P&gt;&lt;P&gt;            i_periv              = 'Z1'&lt;/P&gt;&lt;P&gt;          IMPORTING&lt;/P&gt;&lt;P&gt;            e_buper              = LV_PERIOD&lt;/P&gt;&lt;P&gt;            e_gjahr              = LV_GJAHR&lt;/P&gt;&lt;P&gt;          EXCEPTIONS&lt;/P&gt;&lt;P&gt;            input_false          = 1&lt;/P&gt;&lt;P&gt;            t009_notfound        = 2&lt;/P&gt;&lt;P&gt;            t009b_notfound       = 3&lt;/P&gt;&lt;P&gt;            OTHERS               = 4.&lt;/P&gt;&lt;P&gt;      IF SY-SUBRC EQ 0.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to get the value of the             i_periv              in the FM to get the year maintiance that's configured into your system.&lt;/P&gt;&lt;P&gt;and do teh same thing for monat field accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am not syre when the period values are not accodingly like &lt;/P&gt;&lt;P&gt;in the low field if its 8 and in the high field its 2 the system would give an error message on the screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 03:39:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/1593763#M266868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T03:39:50Z</dc:date>
    </item>
  </channel>
</rss>

