<?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: Logical Database Selection in Dynpros in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-selection-in-dynpros/m-p/11583443#M1938928</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A logical database has various events which are also report based as well.&amp;nbsp; Raymond is giving good advice here but he has missed out one vital step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where you would write out the results table or display an ALV grid on the screen with the data from your logical database export that table to memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the initialisation event read that memory id.&amp;nbsp; If it's populated,&amp;nbsp; attach a docking container to the default screen.&amp;nbsp; Then look at adding a splitter to that docking container so you then have a container for your tree and the result report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to free the memory id when you have read it though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Mar 2016 16:01:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-03-10T16:01:34Z</dc:date>
    <item>
      <title>Logical Database Selection in Dynpros</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-selection-in-dynpros/m-p/11583441#M1938926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SCN-Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to create a HCM-Report with a changing selection screen.&lt;/P&gt;&lt;P&gt;The following image (created with Microsoft Word) shows the desired result.&lt;/P&gt;&lt;P&gt;A Dynpro, containing two subscreens, is supposed to have a tree model on the left and based on the selected entry a subcreen is filled on the right.&lt;/P&gt;&lt;P&gt;The problem however is the use of logical databases. As we need a selection exactly like the standard logical database selection, we would like to include it in the dynpros:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/904515" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the logical database selection overwrites all dynpros and seems to be only useable with standard selection-screens.&lt;/P&gt;&lt;P&gt;Does this mean, that we can only use logical databases with selection-screens and cann't combine it with dynpros?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 08:25:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-selection-in-dynpros/m-p/11583441#M1938926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-10T08:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Database Selection in Dynpros</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-selection-in-dynpros/m-p/11583442#M1938927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a first step ignore the tree and develop the report with the logical database managed selection-screen. Then in INITIALIZATION/AT SELECTION-SCREEN OUTPUT attach a docking container to the left of the screen and implemnt your tree there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 14:21:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-selection-in-dynpros/m-p/11583442#M1938927</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-03-10T14:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Database Selection in Dynpros</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-selection-in-dynpros/m-p/11583443#M1938928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A logical database has various events which are also report based as well.&amp;nbsp; Raymond is giving good advice here but he has missed out one vital step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where you would write out the results table or display an ALV grid on the screen with the data from your logical database export that table to memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the initialisation event read that memory id.&amp;nbsp; If it's populated,&amp;nbsp; attach a docking container to the default screen.&amp;nbsp; Then look at adding a splitter to that docking container so you then have a container for your tree and the result report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to free the memory id when you have read it though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 16:01:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-selection-in-dynpros/m-p/11583443#M1938928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-10T16:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Database Selection in Dynpros</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-selection-in-dynpros/m-p/11583444#M1938929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your fast answers! I will give it another try with your tips!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 11:23:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-selection-in-dynpros/m-p/11583444#M1938929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-11T11:23:52Z</dc:date>
    </item>
  </channel>
</rss>

