<?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: LDB fields missing in selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-fields-missing-in-selection-screen/m-p/10193848#M1824232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;even if you are using LDB.&lt;/P&gt;&lt;P&gt;Tables : (example BKPF).&lt;/P&gt;&lt;P&gt;should be declered above the selection screen.&lt;/P&gt;&lt;P&gt;Hope this help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards-&lt;/P&gt;&lt;P&gt;Makarand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Mar 2014 11:58:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-03-26T11:58:40Z</dc:date>
    <item>
      <title>LDB fields missing in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-fields-missing-in-selection-screen/m-p/10193843#M1824227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using LDB BRF in executable program .I can only see posting date and reference number in general selections .while when run the LDB&amp;nbsp; BRF in se36 I can see lot of other fields like document type ,entry date etc also in general selection .Why this difference is appearing .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 18:10:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-fields-missing-in-selection-screen/m-p/10193843#M1824227</guid>
      <dc:creator>former_member543447</dc:creator>
      <dc:date>2014-03-25T18:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: LDB fields missing in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-fields-missing-in-selection-screen/m-p/10193844#M1824228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the attributes of the program, check the selection screen you are using.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 19:29:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-fields-missing-in-selection-screen/m-p/10193844#M1824228</guid>
      <dc:creator>kmoore007</dc:creator>
      <dc:date>2014-03-25T19:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: LDB fields missing in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-fields-missing-in-selection-screen/m-p/10193845#M1824229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not using selection screen in the attributes ,only mentioned the LDB name BRF .why all the fields not appearing .I am not able to understand .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 03:26:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-fields-missing-in-selection-screen/m-p/10193845#M1824229</guid>
      <dc:creator>former_member543447</dc:creator>
      <dc:date>2014-03-26T03:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: LDB fields missing in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-fields-missing-in-selection-screen/m-p/10193846#M1824230</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;In your Z program after your customized selection sreen is defined, enter below code. It will automatcially put the selection screen fields from LDB of table BKPF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need additional selection feilds feom LDB then write appropriate 'GET table' statement where table is from LDB BRF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;START-OF-SELECTION&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;GET &lt;/SPAN&gt;bkpf&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 05:59:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-fields-missing-in-selection-screen/m-p/10193846#M1824230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-26T05:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: LDB fields missing in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-fields-missing-in-selection-screen/m-p/10193847#M1824231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, make sure you have the TABLES statement declaring the tables of the LDB.&amp;nbsp; See example below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;REPORT ztest_ldb_brf&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;TABLES&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;BKPF&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;BSEG&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;BSET&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 11:51:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-fields-missing-in-selection-screen/m-p/10193847#M1824231</guid>
      <dc:creator>kmoore007</dc:creator>
      <dc:date>2014-03-26T11:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: LDB fields missing in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-fields-missing-in-selection-screen/m-p/10193848#M1824232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;even if you are using LDB.&lt;/P&gt;&lt;P&gt;Tables : (example BKPF).&lt;/P&gt;&lt;P&gt;should be declered above the selection screen.&lt;/P&gt;&lt;P&gt;Hope this help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards-&lt;/P&gt;&lt;P&gt;Makarand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 11:58:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-fields-missing-in-selection-screen/m-p/10193848#M1824232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-26T11:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: LDB fields missing in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-fields-missing-in-selection-screen/m-p/10193849#M1824233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The LDB you mentione has dynamic selection BRF, could it be that they are simply hidden when you call it from your program but not when called from se36? To access the dynamic selection you click the toolbar menu button at the top next to the execute button&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/419493" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;&lt;P&gt;Which will then open a subscreen that allow you to customise the selection screen by adding a removing parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/419494" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 01:55:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-fields-missing-in-selection-screen/m-p/10193849#M1824233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-27T01:55:35Z</dc:date>
    </item>
  </channel>
</rss>

