<?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 field values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-field-values/m-p/3545161#M852899</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I created a selection screen with 2 fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN begin of block selscr1 with frame title text-s01.&lt;/P&gt;&lt;P&gt;example-&lt;/P&gt;&lt;P&gt;PARAMETERS: p_ptr type BU_PARTNER,&lt;/P&gt;&lt;P&gt;                         p_typ type BU_TYPE.     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN begin of block selscr2 with frame title text-s02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My  question is -&lt;/P&gt;&lt;P&gt;when user selects BP value  (like example 1000000005 - then i want to display corresponding values in bp type field(p_typ) ( i don&amp;#146;t want to display all the values, i want to scrutinize the values and then display.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one tell me how i can do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Sandhya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Mar 2008 22:30:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-26T22:30:26Z</dc:date>
    <item>
      <title>Selection screen field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-field-values/m-p/3545161#M852899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I created a selection screen with 2 fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN begin of block selscr1 with frame title text-s01.&lt;/P&gt;&lt;P&gt;example-&lt;/P&gt;&lt;P&gt;PARAMETERS: p_ptr type BU_PARTNER,&lt;/P&gt;&lt;P&gt;                         p_typ type BU_TYPE.     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN begin of block selscr2 with frame title text-s02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My  question is -&lt;/P&gt;&lt;P&gt;when user selects BP value  (like example 1000000005 - then i want to display corresponding values in bp type field(p_typ) ( i don&amp;#146;t want to display all the values, i want to scrutinize the values and then display.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one tell me how i can do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Sandhya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 22:30:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-field-values/m-p/3545161#M852899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T22:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-field-values/m-p/3545162#M852900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;put them in the event AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
AT SELECTION-SCREEN OUTPUT.
*Select the bu_type
*change p_typ
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 22:42:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-field-values/m-p/3545162#M852900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T22:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-field-values/m-p/3545163#M852901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;use at selection-screen output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change the second field acording to u'r requirment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The assignments to input fields in the event block AT SELECTION-SCREEN OUTPUT always affect the selection screen and overwrite the user inputs from previous displays of the same selection screen. . &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;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;chandu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: CHANDRASEKHAR KONDAPANENI on Mar 26, 2008 11:47 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 22:44:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-field-values/m-p/3545163#M852901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T22:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen field values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-field-values/m-p/3545164#M852902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Sandhya&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way would be once the selection screen designing is done&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 bu_partner is not initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select single BU_TYPE from &amp;lt;dtable&amp;gt; where bu_partner = &amp;lt;dtable&amp;gt;-bu_partner.&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;It will do the rest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 22:48:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-field-values/m-p/3545164#M852902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T22:48:14Z</dc:date>
    </item>
  </channel>
</rss>

