<?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: restricting values in selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/restricting-values-in-selection-screen/m-p/6682934#M1449900</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;The below link provides a code snippet for your requirement. Have a look at it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.divulgesap.com/blog.php?p=Njk=" target="test_blank"&gt;http://www.divulgesap.com/blog.php?p=Njk=&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravikiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Mar 2010 15:49:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-11T15:49:53Z</dc:date>
    <item>
      <title>restricting values in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restricting-values-in-selection-screen/m-p/6682929#M1449895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created one ztable with fields cost center and division fields and created matchcode objects for that.&lt;/P&gt;&lt;P&gt;Now  i need to restrict cost center parameter based on division parameter in the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 11:24:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restricting-values-in-selection-screen/m-p/6682929#M1449895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-11T11:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: restricting values in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restricting-values-in-selection-screen/m-p/6682930#M1449896</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 can restrict this under&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AT selection-screen output&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;RItesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 11:32:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restricting-values-in-selection-screen/m-p/6682930#M1449896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-11T11:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: restricting values in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restricting-values-in-selection-screen/m-p/6682931#M1449897</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;My exact requirement is "The cost center field should show the only cost centers of the selected division only. (System should not accept any other cost center other than which are maintained in the table)"&lt;/P&gt;&lt;P&gt;Please help  me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 11:42:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restricting-values-in-selection-screen/m-p/6682931#M1449897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-11T11:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: restricting values in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restricting-values-in-selection-screen/m-p/6682932#M1449898</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 hope the user will first enter the division. Then user will look for input help for cost center.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my understanding is correct:&lt;/P&gt;&lt;P&gt;Use the function module DYNP_VALUES_READ to read the values of the selection-screen after user has entered the division.&lt;/P&gt;&lt;P&gt;While calling the function module, pass the DYNAME = report name, DYNUMB = 1000 and then the DYNPFIELDS = &amp;lt;int_table1&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before calling the function module, you should populate the internal table &amp;lt;int_table1&amp;gt; with fieldname = &amp;lt;selection_screen_field_name_for_division&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This function module call should be in the AT SELECTION-SCREEN ON VALUE REQUEST FOR &amp;lt;cost_center&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the function module call, you can find the user input value of division in the field FIELDVALUE of the internal table &amp;lt;int_table1&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then based on the FIELDVALUE, then you can restrict the F4 values for cost center by populating those values in the function module F4IF_INT_TABLE_VALUE_REQUEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sakthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 11:46:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restricting-values-in-selection-screen/m-p/6682932#M1449898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-11T11:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: restricting values in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restricting-values-in-selection-screen/m-p/6682933#M1449899</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;then u can write the validatin for tha field in AT SELECTION-SCREEN.&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, 11 Mar 2010 11:54:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restricting-values-in-selection-screen/m-p/6682933#M1449899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-11T11:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: restricting values in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restricting-values-in-selection-screen/m-p/6682934#M1449900</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;The below link provides a code snippet for your requirement. Have a look at it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.divulgesap.com/blog.php?p=Njk=" target="test_blank"&gt;http://www.divulgesap.com/blog.php?p=Njk=&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravikiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 15:49:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restricting-values-in-selection-screen/m-p/6682934#M1449900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-11T15:49:53Z</dc:date>
    </item>
  </channel>
</rss>

