<?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: error in database ltdx(lt) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-database-ltdx-lt/m-p/1505023#M233460</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The program which is giving me the problem is LSKBSF03 and I can not modify it. How can I modify the database ? which transaction is used ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Aug 2006 11:08:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-04T11:08:16Z</dc:date>
    <item>
      <title>error in database ltdx(lt)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-database-ltdx-lt/m-p/1505021#M233458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have this sentente in a program;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT LT_DBFIELDCAT TO RT_DBFIELDCAT&lt;/P&gt;&lt;P&gt;       LT_DBSORTINFO TO RT_DBSORTINFO&lt;/P&gt;&lt;P&gt;       LT_DBFILTER   TO RT_DBFILTER&lt;/P&gt;&lt;P&gt;       LT_DBLAYOUT   TO RT_DBLAYOUT&lt;/P&gt;&lt;P&gt;                     FROM DATABASE LTDX(LT)&lt;/P&gt;&lt;P&gt;                     ID_RS_VARKEY. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have insert a new line in the data dictionary table LTDX but the error tells me that the program cannot interpret the IMPORT dataset. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I access to database LTDX to change whatever it should be changed ? What is exactly the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2006 07:37:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-database-ltdx-lt/m-p/1505021#M233458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-04T07:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: error in database ltdx(lt)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-database-ltdx-lt/m-p/1505022#M233459</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;You have to use first EXPORT for exporting this data to memory. As LTDX is the index table you can't directly read the data which you had inserted by IMPORT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You first EXPORT the data and then IMPORT the data &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;EXPORT LT_DBFIELDCAT LT_DBSORTINFO LT_DBFILTER LT_DBLAYOUT &lt;/P&gt;&lt;P&gt;FROM DATABASE LTDX(LT)&lt;/P&gt;&lt;P&gt;ID_RS_VARKEY.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;Just fire a select query for the table LTDX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2006 08:32:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-database-ltdx-lt/m-p/1505022#M233459</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2006-08-04T08:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: error in database ltdx(lt)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-database-ltdx-lt/m-p/1505023#M233460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The program which is giving me the problem is LSKBSF03 and I can not modify it. How can I modify the database ? which transaction is used ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2006 11:08:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-database-ltdx-lt/m-p/1505023#M233460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-04T11:08:16Z</dc:date>
    </item>
  </channel>
</rss>

