<?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: Problem in uploading data through Excel file in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-uploading-data-through-excel-file/m-p/8058856#M1612508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have 6000 customers record in Excel sheet, then 6000 entries will be there. It will not take any blank entry. That means how many records you have in your excel sheet these records will papulate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it will be helpful to you.&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;Sanjeeb.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jul 2011 04:25:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-07-13T04:25:38Z</dc:date>
    <item>
      <title>Problem in uploading data through Excel file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-uploading-data-through-excel-file/m-p/8058850#M1612502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose I have a excel file that need to be uploaded into SAP System. There is a FM to upload excel file data into internal table, where we have to provide number of rows and cols . Now my question is that how to track my row no if the file is getting changed month by month.I mean some modification can be done into the excel file and monthly from same excel file data needs to be uploaded.Is it possible or should I maintain diff excel file for each month?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in adv.&lt;/P&gt;&lt;P&gt;A Miter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 07:11:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-uploading-data-through-excel-file/m-p/8058850#M1612502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-12T07:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in uploading data through Excel file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-uploading-data-through-excel-file/m-p/8058851#M1612503</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;Add one more flag column in the excel and the internal table based on that you can retrive,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you explain where the data is stored in SAP. or give me your requirement clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vallamuthu Madheswaran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 10:06:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-uploading-data-through-excel-file/m-p/8058851#M1612503</guid>
      <dc:creator>vallamuthu_madheswaran2</dc:creator>
      <dc:date>2011-07-12T10:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in uploading data through Excel file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-uploading-data-through-excel-file/m-p/8058852#M1612504</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 for reply. Suppose I have one excel file containing list of customers . But the number of customer may change month by month.That means number of row can be added into the file.My question is how to dynamically track the number of rows of that file, as because I have to provide the  number of row and col into the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;Thanks in adv.&lt;/P&gt;&lt;P&gt;A Miter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 11:13:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-uploading-data-through-excel-file/m-p/8058852#M1612504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-12T11:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in uploading data through Excel file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-uploading-data-through-excel-file/m-p/8058853#M1612505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible in one excel sheet. You have declare the column and row position like below if your record starts in excel sheet with 1st column and 3rd row and you put for end column value 256 and end row value 65536. Keep in your mind that the excel format will not be changed i.e the start column and start row should be as it before position. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA :  gd_scol     TYPE i VALUE '1',          "Start Column&lt;/P&gt;&lt;P&gt;             gd_srow     TYPE i VALUE '3',         "Start Row&lt;/P&gt;&lt;P&gt;             gd_ecol     TYPE i VALUE '256',       "End Column &lt;/P&gt;&lt;P&gt;             gd_erow     TYPE i VALUE '65536'. "End row&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;Sanjeeb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 11:52:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-uploading-data-through-excel-file/m-p/8058853#M1612505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-12T11:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in uploading data through Excel file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-uploading-data-through-excel-file/m-p/8058854#M1612506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the fm TEXT_CONVERT_XLS_TO_SAP, it will not ask the no. of rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 11:54:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-uploading-data-through-excel-file/m-p/8058854#M1612506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-12T11:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in uploading data through Excel file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-uploading-data-through-excel-file/m-p/8058855#M1612507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sanjeeb ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just wanted to know that suppose as on date the number of customer is arround 6000.Now if I give end row as 65536 then after populating my internal table , how many entries will be there? Is it upto 6000 or after 6000 record there will be blank entry till 65536.Please suggest.&lt;/P&gt;&lt;P&gt;Thanks in adv.&lt;/P&gt;&lt;P&gt;A Miter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 12:57:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-uploading-data-through-excel-file/m-p/8058855#M1612507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-12T12:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in uploading data through Excel file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-uploading-data-through-excel-file/m-p/8058856#M1612508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have 6000 customers record in Excel sheet, then 6000 entries will be there. It will not take any blank entry. That means how many records you have in your excel sheet these records will papulate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it will be helpful to you.&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;Sanjeeb.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2011 04:25:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-uploading-data-through-excel-file/m-p/8058856#M1612508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-13T04:25:38Z</dc:date>
    </item>
  </channel>
</rss>

