<?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: Fields for Selection on selection screen - Data Dictionary in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-for-selection-on-selection-screen-data-dictionary/m-p/7753928#M1582891</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;selection screen variant creates at runtime. Whenever a new variant will be created the screen sets that fields of the variant during execution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Mar 2011 17:29:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-30T17:29:09Z</dc:date>
    <item>
      <title>Fields for Selection on selection screen - Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-for-selection-on-selection-screen-data-dictionary/m-p/7753926#M1582889</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 an issue while selecting the required fields for selection on the Standard table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VBAK --&amp;gt; Settings &lt;DEL&gt;&amp;gt; Fields for Selection&lt;/DEL&gt;&amp;gt; Select required fields and save it as a variant. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks good for that day but it again changes to the standard selection fields on the selection screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way that i can keep the Fields for selection on the selection screen ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion will be appreciated!&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;Kittu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 09:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-for-selection-on-selection-screen-data-dictionary/m-p/7753926#M1582889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-30T09:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Fields for Selection on selection screen - Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-for-selection-on-selection-screen-data-dictionary/m-p/7753927#M1582890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if anyone changes the selection fields in the way you described the report and the selection screen will be created and generated anew!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 10:40:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-for-selection-on-selection-screen-data-dictionary/m-p/7753927#M1582890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-30T10:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Fields for Selection on selection screen - Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-for-selection-on-selection-screen-data-dictionary/m-p/7753928#M1582891</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;selection screen variant creates at runtime. Whenever a new variant will be created the screen sets that fields of the variant during execution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 17:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-for-selection-on-selection-screen-data-dictionary/m-p/7753928#M1582891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-30T17:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Fields for Selection on selection screen - Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-for-selection-on-selection-screen-data-dictionary/m-p/7753929#M1582892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kittu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SE16 tool generates Selection Screens automatically for the Table and chosen fields therein the user selects. Unfortunately the tool is User Independent, thus other users can change the fields for selection thus rendering any Variants created useless. This is because of internal numbering identifiers for fields instead of field names making up the variant. SE16 has always being regarded as a development tool hence its limited functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I however may suggest that you could utilise ABAP Queries instead by way of transaction SQ01/SQ02 or SQVi. These may offer you a better solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best of luck,&lt;/P&gt;&lt;P&gt;Derrick Hurley&lt;/P&gt;&lt;P&gt;ABAP Development Workbench&lt;/P&gt;&lt;P&gt;SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Derrick Hurley on Mar 31, 2011 4:01 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Derrick Hurley on Mar 31, 2011 4:01 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 15:00:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-for-selection-on-selection-screen-data-dictionary/m-p/7753929#M1582892</guid>
      <dc:creator>VEPS</dc:creator>
      <dc:date>2011-03-31T15:00:51Z</dc:date>
    </item>
  </channel>
</rss>

