<?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 Fetching data from cluster table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-cluster-table/m-p/6187943#M1374159</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;I am working on Travel and Expense implementation of the SAP. Here i have a requirement of fetching the data from KONTI and KOSTB cluster tables to show the data in the forms. I have tried import statement but i am getting the error like KONTi is &lt;/P&gt;&lt;P&gt;unknown.&lt;/P&gt;&lt;P&gt;But when i go in the transaction PRTE then i can see the data from KONTI and KOSTB for a particular personal no and trip no..&lt;/P&gt;&lt;P&gt;Please suggest how can i fetch the data from these cluster tables.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pankaj Aggarwal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 19 Sep 2009 06:05:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-19T06:05:23Z</dc:date>
    <item>
      <title>Fetching data from cluster table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-cluster-table/m-p/6187943#M1374159</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;I am working on Travel and Expense implementation of the SAP. Here i have a requirement of fetching the data from KONTI and KOSTB cluster tables to show the data in the forms. I have tried import statement but i am getting the error like KONTi is &lt;/P&gt;&lt;P&gt;unknown.&lt;/P&gt;&lt;P&gt;But when i go in the transaction PRTE then i can see the data from KONTI and KOSTB for a particular personal no and trip no..&lt;/P&gt;&lt;P&gt;Please suggest how can i fetch the data from these cluster tables.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pankaj Aggarwal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Sep 2009 06:05:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-cluster-table/m-p/6187943#M1374159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-19T06:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching data from cluster table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-cluster-table/m-p/6187944#M1374160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pankaj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following links for your requirement.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
MIT
http://fuller.mit.edu/hr/cluster_tables.html
&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;
SDN
&amp;lt;a class="jive_macro jive_macro_message" href="" __jive_macro_name="message" modifiedtitle="true" __default_attr="7588213"&amp;gt;&amp;lt;/a&amp;gt;
&amp;lt;a class="jive_macro jive_macro_message" href="" __jive_macro_name="message" modifiedtitle="true" __default_attr="7699589"&amp;gt;&amp;lt;/a&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its better to search before posting as GOOGLE uncle always comes handy &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhinab Mishra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Sep 2009 20:26:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-cluster-table/m-p/6187944#M1374160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-19T20:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching data from cluster table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-cluster-table/m-p/6187945#M1374161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have used this statement.&lt;/P&gt;&lt;P&gt;  IMPORT&lt;/P&gt;&lt;P&gt;  beleg TO beleg&lt;/P&gt;&lt;P&gt;  konti TO konti&lt;/P&gt;&lt;P&gt;  kostb TO kostb&lt;/P&gt;&lt;P&gt;  editor TO editor&lt;/P&gt;&lt;P&gt;  FROM DATABASE pcl1(te)&lt;/P&gt;&lt;P&gt;  ID tekey.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2009 06:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-cluster-table/m-p/6187945#M1374161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-21T06:54:21Z</dc:date>
    </item>
  </channel>
</rss>

