<?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: help on import &amp; export statement in moni table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-import-export-statement-in-moni-table/m-p/928675#M60413</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;Take a look at &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="204637"&gt;&lt;/A&gt;. See if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Mar 2005 07:46:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-03-07T07:46:46Z</dc:date>
    <item>
      <title>help on import &amp; export statement in moni table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-import-export-statement-in-moni-table/m-p/928674#M60412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; thanks poornanand mandalika , serdar simsekler for providing help on moni table.&lt;/P&gt;&lt;P&gt; now here is same more research on cluster data &lt;/P&gt;&lt;P&gt;1. can we convert the import and export statement to simple select statement to extract data from moni table, thing is that i want to write report which extract data from moni as how import and export does?&lt;/P&gt;&lt;P&gt;2. we have different cluster id such as DD,HK,... etc can you tell what this id means and how data store in cluster table.&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;john&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2005 07:31:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-import-export-statement-in-moni-table/m-p/928674#M60412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-07T07:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: help on import &amp; export statement in moni table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-import-export-statement-in-moni-table/m-p/928675#M60413</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;Take a look at &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="204637"&gt;&lt;/A&gt;. See if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2005 07:46:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-import-export-statement-in-moni-table/m-p/928675#M60413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-07T07:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: help on import &amp; export statement in moni table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-import-export-statement-in-moni-table/m-p/928676#M60414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the answers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. No. You cannot use a simple SELECT statement on a cluster database. I mean, you will not get anything meaningful out of doing so (though it is syntactically possible).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The two-character ID that you are talking about is a way of segregating the related information in a (any)&lt;/P&gt;&lt;P&gt;cluster table. You would have to specify that, because it is a mandatory part of the syntax for the IMPORT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coming to understanding the way data is stored, when the data was entered into the cluster table, it would have been done through an EXPORT statement. You will need to find out where that EXPORT statement was issued, and use the similar structure for the data recepients in the IMPORT statement. &lt;/P&gt;&lt;P&gt;In a way, you can say that a cluster table can store data of any format(line-type) unlike an ordinary database table which has a particular structure , as defined in the data-dictionary (SE11). And this data is actually stored in the LRAW field of the table in a compressed format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information on MONI and Cluster tables, please search the forum for these keywords. there have been quite a lot of discussions in the past on these topics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2005 07:57:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-import-export-statement-in-moni-table/m-p/928676#M60414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-07T07:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: help on import &amp; export statement in moni table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-import-export-statement-in-moni-table/m-p/928677#M60415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BTW, why is this topic not marked as a question ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2005 07:58:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-import-export-statement-in-moni-table/m-p/928677#M60415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-07T07:58:06Z</dc:date>
    </item>
  </channel>
</rss>

