<?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 doubt in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-doubt/m-p/1912304#M379673</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ravi kanth, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; It is not a problem. I need to replace the same functionality with coding..Please run given program in debugging by keeping break point at REPORT. You can find out what functionality it is doing...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Mar 2007 11:11:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-01T11:11:39Z</dc:date>
    <item>
      <title>LDB doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-doubt/m-p/1912300#M379669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REPORT  yjsample4                               .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables : bsik, t001.&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;GET BSIK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF bsik IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;    APPEND bsik TO g_t_bsik.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT * FROM bsik INTO TABLE g_t_bsik1 WHERE lifnr IN kd_lifnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT g_t_bsik.&lt;/P&gt;&lt;P&gt;    cnt = cnt + 1.&lt;/P&gt;&lt;P&gt;    WRITE:/ cnt, g_t_bsik-bukrs, g_t_bsik-belnr.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In above program attributes please assign LDB name as KDF and keep break point at REPORT  yjsample4  . If we go through debugging mode it is going into three function modules and doing some validations and giving the records in output. which are not same if we select the same from   SELECT * FROM bsik INTO TABLE g_t_bsik1 WHERE lifnr IN kd_lifnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any body help me. What is happennig? I need to remove LDB(Avoiding LDB usage) and need to replace with SELECT statement...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 09:02:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-doubt/m-p/1912300#M379669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T09:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: LDB doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-doubt/m-p/1912301#M379670</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;KDF is Vendor Database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note&lt;/P&gt;&lt;P&gt;The report SAPDBKDF controls access to the vendor data base from a Financial Accounting point of view. Since the program only contains physical accesss routines for the logical data base, it cannot be started separately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Technical documentation&lt;/P&gt;&lt;P&gt;In the standard system, a basic selection screen (screen number 1000) and 4 screen variants are delivered for the logical data base SAPDBKDF. The basic selection screen contains all available data base selections. If you make changes to data base selections (for example, defining a new selection parameter or extending the vendor number to 10 characters), then this screen is regenerated automatically by the system. It can then be used immediately by all reports that use the logical data base DDF. Screen variants are available in reporting by entering the screen number in the attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Available fields&lt;/P&gt;&lt;P&gt;The available fields on a screen are indicated with an 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                  Selection screen variant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field name          1000 900 901 902 903&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vendor number         X   X   X   X   X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Company code          X   X   X   X   X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fiscal year           X   X   X   X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Key date of OIs       X   X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clearing date         X       X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table selection&lt;/P&gt;&lt;P&gt;In order to improve performance, individual tables can be excluded from selection. The following fields can be set in the application report at the time of INITIALIZATION or at the START OF SELECTION:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B0SG-XAGSL (blank as a default): if this field is set, then only A and B segments are read; in this case, only A segments for which there are no B segments are selected - this is normally not the case.&lt;/P&gt;&lt;P&gt;B0SG-XBNKL ('X' as a default): if this field is left blank, then the bank data is not read.&lt;/P&gt;&lt;P&gt;B0SG-XSTDL ('X' as a default): if this field is left blank, then the tax data is not read.&lt;/P&gt;&lt;P&gt;B0SG-XMNDL ('X' as a default): if this field is left blank, then the dunning data is not read.&lt;/P&gt;&lt;P&gt;Authorization checks&lt;/P&gt;&lt;P&gt;account type authorization (F_BKPF_KOA)&lt;/P&gt;&lt;P&gt;company code authorization (F_LFA1_BUK, F_BKPF_BUK)&lt;/P&gt;&lt;P&gt;account authorization (F_LFA1_BEK)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 09:15:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-doubt/m-p/1912301#M379670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T09:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: LDB doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-doubt/m-p/1912302#M379671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Harsha Thanks for your Response,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possble to remove LDB from program or Not? Can I code same functionality in the program it-self or not? If possible please let me know the same How?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 10:49:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-doubt/m-p/1912302#M379671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T10:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: LDB doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-doubt/m-p/1912303#M379672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to remove the LDB, go to the ATTIBUTES section of the program, remove the LDB name and save it.&lt;/P&gt;&lt;P&gt;Activate the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 10:51:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-doubt/m-p/1912303#M379672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T10:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: LDB doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-doubt/m-p/1912304#M379673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ravi kanth, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; It is not a problem. I need to replace the same functionality with coding..Please run given program in debugging by keeping break point at REPORT. You can find out what functionality it is doing...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 11:11:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-doubt/m-p/1912304#M379673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T11:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: LDB doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-doubt/m-p/1912305#M379674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is function module 'LDB_PROCESS" or something like that which will let you use the LDB fucntionality without having to tie it in the Attributes. Di you try that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 11:15:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-doubt/m-p/1912305#M379674</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-03-01T11:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: LDB doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-doubt/m-p/1912306#M379675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please remove the logical database and replace it with directly using code for select statement.You have only 2 tables to access t001 and bsik.&lt;/P&gt;&lt;P&gt;The most common use of logical databases is  to read data from database tables and linking them to executable ABAP programs .Since U have only one table to select U can defenitly remove that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Avi..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 11:20:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-doubt/m-p/1912306#M379675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T11:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: LDB doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-doubt/m-p/1912307#M379676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avi,&lt;/P&gt;&lt;P&gt;         Yes i can replace GET BSIK with SELECT stament, but it is giving different values. You are saying to use BSIK and T001 tables. But how? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you go with debugging as i mentioned above..it is going into 3 Function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INIT_T001&lt;/P&gt;&lt;P&gt;READ_T001&lt;/P&gt;&lt;P&gt;DOCUMENT_DUE_DATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even i could not understand from where it going into those FMs.&lt;/P&gt;&lt;P&gt;If i can understand this i can replace GET BSIK with SELECT statement..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 13:01:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-doubt/m-p/1912307#M379676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T13:01:31Z</dc:date>
    </item>
  </channel>
</rss>

