<?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: Import structure query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-structure-query/m-p/1830970#M354141</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;snthil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   In function module &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   select  required columns form x table in to table itab&lt;/P&gt;&lt;P&gt;    for all entries in structure&lt;/P&gt;&lt;P&gt;       where  client eq structure-client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you will get required client details in your internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Pls. mark if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jan 2007 06:35:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-09T06:35:44Z</dc:date>
    <item>
      <title>Import structure query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-structure-query/m-p/1830968#M354139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a se37 function builder i have a structure in the import paramter &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie i am getting list of client in the import &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how i can write the query to get the details of the list of client &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it says the error as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"it" must be a flat structure. You cannot use internal&lt;/P&gt;&lt;P&gt;tables, strings, references, or structures as components. -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;senthil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 06:26:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-structure-query/m-p/1830968#M354139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T06:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Import structure query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-structure-query/m-p/1830969#M354140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if it is structure the u can u use for all entries clause to fetch all the details as per ur import values lik - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from dbtab into corresponding fields of itab for all entries in itab1&lt;/P&gt;&lt;P&gt;  where field1 = itab1-field1  "optional&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 06:32:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-structure-query/m-p/1830969#M354140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T06:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Import structure query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-structure-query/m-p/1830970#M354141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;snthil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   In function module &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   select  required columns form x table in to table itab&lt;/P&gt;&lt;P&gt;    for all entries in structure&lt;/P&gt;&lt;P&gt;       where  client eq structure-client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you will get required client details in your internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Pls. mark if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 06:35:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-structure-query/m-p/1830970#M354141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T06:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Import structure query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-structure-query/m-p/1830971#M354142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnax for u r reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a FM in import as clientno like zclientno(structure to get list of client )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to have the output from the input as ( there will be many input clien no )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;based on the cleint no i want to take the output inot an IT table from kna1 table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 06:48:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-structure-query/m-p/1830971#M354142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T06:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Import structure query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-structure-query/m-p/1830972#M354143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u have to write the select condition as per mentioned in my last post &lt;/P&gt;&lt;P&gt;second option can be tht u can have a loop at the internal table having clients and inside loop u can fetch the client details one by one like -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single * from KNA1 into corresponding fields of itab1 where Mandt = itab-mandt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;second option will degrade ur performance so use the first one only.&lt;/P&gt;&lt;P&gt;amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 06:52:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-structure-query/m-p/1830972#M354143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T06:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Import structure query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-structure-query/m-p/1830973#M354144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Senthil , &lt;/P&gt;&lt;P&gt;  Sorry but i am still not clear with your requirement , coule you pleae rephrase it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 06:55:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-structure-query/m-p/1830973#M354144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T06:55:08Z</dc:date>
    </item>
  </channel>
</rss>

