<?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 LSMW TABLE CONTROL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-table-control/m-p/2855320#M669239</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;I uploaded the data so may Transactions with LSMW and BDC.. In that Transactions any Table control is there with more data..I will go for BDC only..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as per my Client requirement I have to do the Upload throgh LSMW only...&lt;/P&gt;&lt;P&gt;Table control handling also I have to do with LSMW ...&lt;/P&gt;&lt;P&gt;Right now I am not able to do the table control without knowing maximum number of records...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give ur valueable suggestion or solution for this problem..&lt;/P&gt;&lt;P&gt; I know some option is there with with Flag in mapping Fields in 5th step..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give the Solution for this problem... and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What kind file format precations wehave to take..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its urgent....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sampath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Sep 2007 14:20:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-25T14:20:07Z</dc:date>
    <item>
      <title>LSMW TABLE CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-table-control/m-p/2855320#M669239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;I uploaded the data so may Transactions with LSMW and BDC.. In that Transactions any Table control is there with more data..I will go for BDC only..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as per my Client requirement I have to do the Upload throgh LSMW only...&lt;/P&gt;&lt;P&gt;Table control handling also I have to do with LSMW ...&lt;/P&gt;&lt;P&gt;Right now I am not able to do the table control without knowing maximum number of records...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give ur valueable suggestion or solution for this problem..&lt;/P&gt;&lt;P&gt; I know some option is there with with Flag in mapping Fields in 5th step..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give the Solution for this problem... and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What kind file format precations wehave to take..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its urgent....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sampath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 14:20:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-table-control/m-p/2855320#M669239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T14:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW TABLE CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-table-control/m-p/2855321#M669240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sampath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this and also check in the forum. there are many threads available to this query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)while recording u enter the data in the table control in the first row , second row etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The thing is ur flat file must be in correct format.&lt;/P&gt;&lt;P&gt;Eg &lt;/P&gt;&lt;P&gt;Consider ur table control is having fields like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fields1 fileld2 field3 &lt;/P&gt;&lt;P&gt;Mr Suresh Peri&lt;/P&gt;&lt;P&gt;Mrs Peters Marry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ur flat file must be like this.&lt;/P&gt;&lt;P&gt;ANRED_01 ANRED_02 NAMEV_01 NAMEV_02 NAME1_01 NAME1_02&lt;/P&gt;&lt;P&gt;Mr. Mrs. Suresh Peters Peri Marry .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)*************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW will have a Indicator for headr and itam, i do not remember the correct field, but it will have an indicator, check the fields, there will be a single charecter lenght field, that should be the indicator, and using that we can write the logic.&lt;/P&gt;&lt;P&gt;check that single charecter field, it that is X that means the header record is processed, and do the items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and, this is another way, try this out also&lt;/P&gt;&lt;P&gt;YOu can do this in "Define Source Structures" step, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the HEADER is defined first, &lt;/P&gt;&lt;P&gt;then the DETAIL below the HEADER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add the fields to the structures. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both should have some common key field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please take care that the name of the common field is the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you do this it is linked. The you have a header and item corresponding to that header. then run the LSMW as you would. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Message was edited by: &lt;/P&gt;&lt;P&gt;        Pattan Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 14:44:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-table-control/m-p/2855321#M669240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T14:44:16Z</dc:date>
    </item>
  </channel>
</rss>

