<?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: Reg: Dynamic Selections in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dynamic-selections/m-p/1892390#M373377</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in every ldb there is a selection screen defined so when you use that ldb that pre defined selection screen will come automatically and you can fetch the value for that selection criteria. But in some cases that selection screen doesnot fulfill your requirement so most of the ldb contains dynamic selection i.e they are not appearing in default selection screen but if you click on dynamic selection button then it will show some other fields which you can incorporate in selection screen.&lt;/P&gt;&lt;P&gt;dynamic selection button you can see in application tool bar selection screen after the execute button. If you click that a list of other fields will appear at the runtime only you are defining the selection criteria so it is called dynamic selection .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Feb 2007 03:25:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-06T03:25:17Z</dc:date>
    <item>
      <title>Reg: Dynamic Selections</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dynamic-selections/m-p/1892388#M373375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;   I have a basic question. What is the use of dynamic selections in LDB?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&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;nathan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 00:20:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dynamic-selections/m-p/1892388#M373375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T00:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Dynamic Selections</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dynamic-selections/m-p/1892389#M373376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN DYNAMIC SELECTIONS FOR NODE|TABLE &amp;lt;node&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the node &amp;lt;node&amp;gt; is requested by the user of the logical databases, the dynamic selections are included in the selection screen. A user can then choose Dynamic selections to enter extra selections for the corresponding fields. If you call the logical database using the function module LDB_PROCESS, you can pass a corresponding parameter. You can use these selections in dynamic statements in the logical database program to read data. The values of the program-specific selection criteria that you defined for a node for which dynamic selections were available are also passed to the logical database. The user can also define the fields for dynamic selections as a selection view for the logical database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The selection screen of a logical database is part of the standard selection screen (number 1000) of the executable program to which the logical database is attached. It has a standardized layout - the selection criteria and parameters appear on separate lines in the order in which they were declared. You can change the layout using the SELECTION-SCREEN statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The runtime environment generates the selection screen with number 1000 for every program in which the attributes do not contain a different selection screen version. You can prevent certain input fields from the selection screen of a logical database from appearing on the selection screen by defining selection screen versions with a screen number lower than 1000 in the selection include, and entering this version number in the program attributes. By pressing F4 there, you can get an overview of the selection screen versions defined in the logical database concerned. To define a selection screen version, use the statements SELECTION-SCREEN BEGIN|END OF VERSION. Within these statements you can use SELECTION-SCREEN EXCLUDE to specify fields that you do not want to appear on the selection screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the attributes of an executable program contain the number of a selection screen version, the version is used in the standard selection screen. Although the input fields that you excluded from the selection screen are not displayed, the corresponding selections still exist, and you can still edit them in the program or by calling the function module LDB_PROCESS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. Mark if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 03:06:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dynamic-selections/m-p/1892389#M373376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T03:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Dynamic Selections</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dynamic-selections/m-p/1892390#M373377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in every ldb there is a selection screen defined so when you use that ldb that pre defined selection screen will come automatically and you can fetch the value for that selection criteria. But in some cases that selection screen doesnot fulfill your requirement so most of the ldb contains dynamic selection i.e they are not appearing in default selection screen but if you click on dynamic selection button then it will show some other fields which you can incorporate in selection screen.&lt;/P&gt;&lt;P&gt;dynamic selection button you can see in application tool bar selection screen after the execute button. If you click that a list of other fields will appear at the runtime only you are defining the selection criteria so it is called dynamic selection .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 03:25:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dynamic-selections/m-p/1892390#M373377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T03:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Dynamic Selections</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dynamic-selections/m-p/1892391#M373378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Dynamic selections: as the name tell you, it is to change the selection screen dynamically.&lt;/P&gt;&lt;P&gt;You can select which fields you want to be included in your select criteria.&lt;/P&gt;&lt;P&gt;Based on your selection the options will be created on the screen for you to enter values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 03:29:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dynamic-selections/m-p/1892391#M373378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T03:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Dynamic Selections</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dynamic-selections/m-p/1892392#M373379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/f7/3ecfa4149c11d2953c0000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/f7/3ecfa4149c11d2953c0000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 03:42:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dynamic-selections/m-p/1892392#M373379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T03:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Dynamic Selections</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dynamic-selections/m-p/1892393#M373380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba65c35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba65c35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 04:15:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dynamic-selections/m-p/1892393#M373380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T04:15:28Z</dc:date>
    </item>
  </channel>
</rss>

