<?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: Query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/1157336#M119261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;You need some identifier in the file for distiguishing between header and item data.For eg H for header and P for item.This rules applies to BDC as well.Unless and until you have an identifier you can't upload the data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regads,&lt;/P&gt;&lt;P&gt;Abdul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Feb 2006 09:16:03 GMT</pubDate>
    <dc:creator>abdul_hakim</dc:creator>
    <dc:date>2006-02-21T09:16:03Z</dc:date>
    <item>
      <title>Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/1157334#M119259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,  i want  to upload  data ,by LSMW &lt;/P&gt;&lt;P&gt;There is item  and  header&lt;/P&gt;&lt;P&gt;if i want to put  both header  and item in one single file, how i  should arrage the file.&lt;/P&gt;&lt;P&gt;with the help of identifier,pls exp me by example&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 08:43:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/1157334#M119259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-21T08:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/1157335#M119260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes u can do this by arranging the input file in the format ....&lt;/P&gt;&lt;P&gt;rec type data.....&lt;/P&gt;&lt;P&gt;1        dfjhdflk dfkjdlkfjd dskjdlk&amp;lt;-----Header line&lt;/P&gt;&lt;P&gt;2        kjdlkdf dfkjkdljs skdjsk&amp;lt;------Detail line&lt;/P&gt;&lt;P&gt;2 &amp;lt;--all related detail lines data for the header&lt;/P&gt;&lt;P&gt;1 &amp;lt;--- new header....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the first char explains the type of the record&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 09:04:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/1157335#M119260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-21T09:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/1157336#M119261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;You need some identifier in the file for distiguishing between header and item data.For eg H for header and P for item.This rules applies to BDC as well.Unless and until you have an identifier you can't upload the data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regads,&lt;/P&gt;&lt;P&gt;Abdul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 09:16:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/1157336#M119261</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-02-21T09:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/1157337#M119262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to specify two different settings for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- While creating structures add an extra field as first field in your both header and item structures. For that field give a constant in the 'Identifying Field content' column. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Example -&amp;gt; Header structure -  HEADER&lt;/P&gt;&lt;P&gt;            Item Structure - ITEM &lt;/P&gt;&lt;P&gt;            HEADER - First field HEAD_IDEN (char 9) and identifier HEAD_IDEN &lt;/P&gt;&lt;P&gt;            ITEM - First field ITEM_IDEN (char 9) and identifier ITEM_IDEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Sample data in the file &lt;/P&gt;&lt;P&gt;                         &lt;/P&gt;&lt;P&gt;HEAD_IDEN 11&lt;/P&gt;&lt;P&gt;ITEM_IDEN 11&lt;/P&gt;&lt;P&gt;ITEM_IDEN 11&lt;/P&gt;&lt;P&gt;ITEM_IDEN 11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- While specifying files select &amp;#145;Data for multiple Source structures (Seq .File)&amp;#146; option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 09:24:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/1157337#M119262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-21T09:24:10Z</dc:date>
    </item>
  </channel>
</rss>

