<?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 Logical Database Help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-help/m-p/1848988#M359894</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;If any brother have got the knowledge of LDB then please tell me that how to make a dynamic selection in LDB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenerio : in VFV LDB i want to get VBRK-FKDAT (Billing Date) in my ABAP Program, so how to pass this dynamically means by selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Muhammad Usman Malik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jan 2007 05:37:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-25T05:37:47Z</dc:date>
    <item>
      <title>Logical Database Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-help/m-p/1848988#M359894</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;If any brother have got the knowledge of LDB then please tell me that how to make a dynamic selection in LDB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenerio : in VFV LDB i want to get VBRK-FKDAT (Billing Date) in my ABAP Program, so how to pass this dynamically means by selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Muhammad Usman Malik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2007 05:37:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-help/m-p/1848988#M359894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-25T05:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Database Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-help/m-p/1848989#M359895</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;U can go through SLDB or SE36  transaction u can access the logical database builder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 05:21:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-help/m-p/1848989#M359895</guid>
      <dc:creator>p291102</dc:creator>
      <dc:date>2007-02-01T05:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Database Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-help/m-p/1848990#M359896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just create a select-options FOR  VBRK-FKDAT in your program which use the LDB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 14:21:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-help/m-p/1848990#M359896</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-02-01T14:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Database Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-help/m-p/1848991#M359897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also had the same problem and solved the same by changing the LDB VFV as told by the Raymond Sir,&lt;/P&gt;&lt;P&gt;First you need to register the Object R3TR LDBA VFV with SCCR to get the access key to change Logical Dbs SELECTION SCREEN code and SOURCE CODE section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that click Selections section of the LDB VFV and add Select options for field FKDAT.&lt;/P&gt;&lt;P&gt;Eg . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: DD_ERDAT    FOR  VBRK-ERDAT.&lt;/P&gt;&lt;P&gt;*{   INSERT         DEVK904455                                        1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SELECT-OPTIONS: DD_FKDAT    FOR  VBRK-FKDAT." Added to Bring Billing Date in logical Database VFV&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;*}   INSERT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And after that change the Source code section of LDB VFV as follows&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;SELECT (L_TAB_FIELDS-FIELDS) INTO CORRESPONDING&lt;/P&gt;&lt;P&gt;           FIELDS OF TABLE ZVBRK FROM VBRK&lt;/P&gt;&lt;P&gt;           UP TO 100 ROWS&lt;/P&gt;&lt;P&gt;                        WHERE VBELN IN DD_VBELN AND&lt;/P&gt;&lt;P&gt;                             VBELN IN ILAST    AND&lt;/P&gt;&lt;P&gt;                             VKORG IN DD_VKORG AND&lt;/P&gt;&lt;P&gt;*{   INSERT         DEVK904455                                        1&lt;/P&gt;&lt;P&gt;                            &lt;STRONG&gt;FKDAT IN DD_FKDAT AND&lt;/STRONG&gt; " Addded Billing Date in logical DB&lt;/P&gt;&lt;P&gt;*}   INSERT&lt;/P&gt;&lt;P&gt;                             LAND1 IN DD_LAND1 AND&lt;/P&gt;&lt;P&gt;                             ERDAT IN DD_ERDAT AND&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2012 05:51:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-help/m-p/1848991#M359897</guid>
      <dc:creator>Sijin_Chandran</dc:creator>
      <dc:date>2012-03-05T05:51:41Z</dc:date>
    </item>
  </channel>
</rss>

