<?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 selection-screen programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842332#M1473269</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;At selection-screen level, i've to pass 2 parameters i.e. bukrs and payroll area of both having single value (No range required)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I've a ztable of containing values of these company code and payroll area fields.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Validations given at selection-screen level is such that bukrs is to be selected (obligatory) and then for parameter p_payroll, it should be greyed out and defaulted to value 'xx' from the given ztable based on company code selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the first selection field, p_bukrs, i done with that i.e. fetching data from ztable using f4 option...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls provide logic to handle second selection field with the validations mentioned above...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;&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;Tham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Mar 2010 09:40:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-31T09:40:55Z</dc:date>
    <item>
      <title>selection-screen programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842332#M1473269</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;At selection-screen level, i've to pass 2 parameters i.e. bukrs and payroll area of both having single value (No range required)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I've a ztable of containing values of these company code and payroll area fields.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Validations given at selection-screen level is such that bukrs is to be selected (obligatory) and then for parameter p_payroll, it should be greyed out and defaulted to value 'xx' from the given ztable based on company code selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the first selection field, p_bukrs, i done with that i.e. fetching data from ztable using f4 option...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls provide logic to handle second selection field with the validations mentioned above...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;&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;Tham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 09:40:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842332#M1473269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T09:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842333#M1473270</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 must use this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
AT SELECTION-SCREEN OUTPUT.
  IF p_payroll IS INITIAL.
       SELECT PAYROLL FROM TABLE INTO P_PAYROLL
  ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Menegazzo Marco on Mar 31, 2010 12:06 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 10:04:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842333#M1473270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T10:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842334#M1473271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At Selection-screen on p_bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  select value from &amp;lt;ztable&amp;gt;  into p_payroll&lt;/P&gt;&lt;P&gt;    where bukrs = p_bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;  LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;    IF screen-name = 'P_PAYROLL'&lt;/P&gt;&lt;P&gt;      screen-input = '0'.&lt;/P&gt;&lt;P&gt;      MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 10:09:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842334#M1473271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T10:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842335#M1473272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At Selection-screen on p_bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single payroll from &amp;lt;ztable&amp;gt; into p_payroll&lt;/P&gt;&lt;P&gt;where bukrs = p_bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;If p_payroll is not initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;IF screen-name = 'P_PAYROLL'&lt;/P&gt;&lt;P&gt;screen-input = '0'.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prajwal K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 10:33:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842335#M1473272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T10:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842336#M1473273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried in the similar way but doesn't works out, as data is not fetching to p_payroll from the ztable.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, my exact requirement is as we fill p_bukrs in the selection-screen and press enter, the corresponding value for p_payroll from ztable shud appear in the screen in greyed out, hope you understand.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do we need to handle screen attributes at screen painter level, i guess...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Tham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 11:06:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842336#M1473273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T11:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842337#M1473274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have simulated the Scenario mentioned by you, and the same code worked for me.. Check whether data exist for the company code you are entering.   is the p_payroll parameter getting grayed out after you press enter key?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 11:14:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842337#M1473274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T11:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842338#M1473275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gautham,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data : sval type standard table of sval with header line.
parameters : bukrs type bukrs,
    pay_roll type "your pay roll type
data : first. " and in start-of-selection clear this variable I controlled it by declaring it in TOP Include
at selection-screen output.
data : str type string.

  if first = 'X'. " You need to provide this otherwise whenever you come back again this is triggered
    sval-tabname = 'T001'.
    sval-fieldname = 'BUKRS'.
    sval-field_obl = 'X'.
    append sval.
    perform popup_plant.
    select single payroll from your table 
      where bukrs = p_bukrs.
    if sy-subrc ne  0.
      concatenate 'Company Code' p_bukrs 'Does not exist'
      'Check your Entry' into str separated by space.
      message str type 'W'.
      perform popup_plant.
    endif.
    if p_bukrs is not initial
      loop at screen.
        if screen-name = '%_P_REM_%_APP_%-TEXT'   or " Get it from Screen Painter of selection Screen
           screen-name = 'P_'  " Your Payroll Parameter
          screen-active = 0.
          modify screen.
        endif.
      endloop.
    endif.  " Make Minor Modification if required to suit your requirements since it is not tested for your scenario
  endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;form popup_plant.
  call function 'POPUP_GET_VALUES'
    exporting
     no_value_check        = ' '
      popup_title           = 'Please Enter Plant'
* IMPORTING
*   RETURNCODE            = RETURNCODE
    tables
      fields                = sval
   exceptions
     error_in_fields       = 1
     others                = 2
            .
  if sy-subrc = 0.
    read table sval index 1.
    if sy-subrc = 0.
      move sval-value to p_bukrs.
    endif.
  endif.
endform.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;                  &lt;/P&gt;&lt;P&gt;Cheerz&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 11:17:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842338#M1473275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T11:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842339#M1473276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is an example with table T001. For your Z-table you must replace T001 by your table (and fields accordingly).&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
parameters: p_bukrs type t001-bukrs.
parameters: p_land1 type t001-land1.

DATA : fmap TYPE TABLE OF dselc WITH HEADER LINE.
DATA : itab TYPE TABLE OF t001 WITH HEADER LINE.

AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_bukrs.
  SELECT * FROM t001 INTO TABLE itab.
  fmap-fldname = 'BUKRS'.
  fmap-dyfldname = 'P_BUKRS'.
  APPEND fmap.
  fmap-fldname = 'LAND1'.
  fmap-dyfldname = 'P_LAND1'.
  APPEND fmap.
  CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
     ddic_structure         = 'T001'
     retfield               = 'BUKRS'
     dynpprog               = sy-repid
     dynpnr                 = sy-dynnr
     DYNPROFIELD            = 'P_BUKRS'
     value_org              = 'S'
    TABLES
     value_tab              = itab
     dynpfld_mapping        = fmap.

AT SELECTION-SCREEN OUTPUT.
IF NOT P_LAND1 IS INITIAL.
LOOP AT SCREEN.
IF screen-name = 'P_LAND1'.
screen-input = '0'.
MODIFY SCREEN.
ENDIF.
ENDLOOP.
ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 11:19:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842339#M1473276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T11:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842340#M1473277</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;In my requirement, given selection-screen fields u2018bukrsu2019 u2018abkrsu2019 are referred to tables u2018t001u2019 u2018pa0001u2019 respectively &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, weu2019re having a ztable of fields u2018abkrsu2019 u2018bukrsu2019 in which u2018abkrsu2019 (payroll) is key field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coming to selection-screen conditions/validations, p_bukrs  should be fetched from ztable using f4 option and coming to 2nd field, p_abkrs u2013 it should be fetched from the same ztable (corresponding value to selected p_bukrs) also the field should be greyed out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the logics given by Ramchander and Dzed, it works fine except the greyed out condition, which is very important in my scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide your valuable inputsu2026.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;&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;Tham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 13:47:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842340#M1473277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T13:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842341#M1473278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello gautham, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I took , the same code that dzed gives to you and i change it a little bit according to your scenario&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAMETERS: p_bukrs TYPE t001-bukrs.
PARAMETERS: p_land1 TYPE t001-land1.

DATA : fmap TYPE TABLE OF dselc WITH HEADER LINE.
DATA : itab TYPE TABLE OF t001 WITH HEADER LINE.

AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_bukrs.
  SELECT * FROM t001 INTO TABLE itab.
  fmap-fldname = 'BUKRS'.
  fmap-dyfldname = 'P_BUKRS'.
  APPEND fmap.
  fmap-fldname = 'LAND1'.
  fmap-dyfldname = 'P_LAND1'.
  APPEND fmap.
  CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
      ddic_structure  = 'T001'
      retfield        = 'BUKRS'
      dynpprog        = sy-repid
      dynpnr          = sy-dynnr
      dynprofield     = 'P_BUKRS'
      value_org       = 'S'
    TABLES
      value_tab       = itab
      dynpfld_mapping = fmap.

  LOOP AT SCREEN.
    IF screen-name = 'P_LAND1'.
      screen-input = 0.
      MODIFY SCREEN.
    ENDIF.
  ENDLOOP.

AT SELECTION-SCREEN OUTPUT.
  DATA: l_land1 LIKE dynpread-fieldvalue.

  IF p_bukrs IS NOT INITIAL.
    SELECT SINGLE land1
      INTO l_land1
      FROM t001
      WHERE bukrs EQ p_bukrs.

    CHECK sy-subrc EQ 0.

    p_land1 = l_land1.

    LOOP AT SCREEN.
      IF screen-name = 'P_LAND1'.
        screen-input = 0.
        MODIFY SCREEN.
      ENDIF.
    ENDLOOP.
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Sebastiá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 14:40:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842341#M1473278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T14:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842342#M1473279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sebastian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the same way as given by you, but displayin the same result i.e field 'p_payroll' is not being greyed out in the selection-screen, so that user may have the option of editing the field, which is not matches to the requirement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the logic given by Ramchander, screen element list (at screen painter level) needs to be handle, i guess,  but unfortunately it doesn't works out even !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any possible inputs pls....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Apr 2010 11:35:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842342#M1473279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-01T11:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842343#M1473280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gautham,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt; Please make the second Parameter as Display only , so that user will be mandatory to fill the P_BUKRS either manuall or through F4 selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the at selection-screen output , write the below source Code to fill Payroll area from your ZTABLE based on the input P_BUKRS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;select Single payroll_area into P_PAYROLL where BUKRS eq P_BUKRS.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Apr 2010 11:47:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842343#M1473280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-01T11:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842344#M1473281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;      IF screen-name = 'P_PAYROLL'.   " Changed from P_LAND1 to P_PAYROLL.&lt;/P&gt;&lt;P&gt;        screen-input = 0.&lt;/P&gt;&lt;P&gt;        MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Apr 2010 11:49:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842344#M1473281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-01T11:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842345#M1473282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello  Gautham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I developed that last code in a "Y" program (as local object) and worked without problems, at f4 and typing a bukrs code and pressing enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, sebastiá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Apr 2010 12:14:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-programming/m-p/6842345#M1473282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-01T12:14:21Z</dc:date>
    </item>
  </channel>
</rss>

