<?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: maintaining Record Numbering in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintaining-record-numbering/m-p/5056920#M1175351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi nidhi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need only no of records na?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see you have first file .take all records in an internal table .&lt;/P&gt;&lt;P&gt;Describe the internal table for total no of lines into any variable lets say v_count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now you have total no of records in file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add one more field for total no of records in ztable . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and while inserting summarized records in ztable , you can insert v_count in the new field of ztable along with all the records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so when ever you will get errror and you need the total no of records you can easily get from tht row only,.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Jan 2009 10:00:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-09T10:00:05Z</dc:date>
    <item>
      <title>maintaining Record Numbering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintaining-record-numbering/m-p/5056917#M1175348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;My requirement is that I get a file from client and I map that data one to one in a ztable.But I need a summerized data in ztable so similar data is sumed.&lt;/P&gt;&lt;P&gt;Now my problme is that I need to read this table fom XI and if an error occure in any row of that summerized table I need to send a log giving details of record numbers in origional file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How this can be done?&lt;/P&gt;&lt;P&gt;please help me every help will be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2009 06:06:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintaining-record-numbering/m-p/5056917#M1175348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-08T06:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: maintaining Record Numbering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintaining-record-numbering/m-p/5056918#M1175349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this sceniories is xi mains&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIle to file transfer sceinories&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First create one rfc funcation module .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And establesh the connection R3 to xi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 mapping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Etc......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2009 06:39:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintaining-record-numbering/m-p/5056918#M1175349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-08T06:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: maintaining Record Numbering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintaining-record-numbering/m-p/5056919#M1175350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My problem is not from XI side its from ABAP side&lt;/P&gt;&lt;P&gt;How will I maintain record numbers in summerized table.&lt;/P&gt;&lt;P&gt;experts please provide some solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Nidhi Bansal on Jan 9, 2009 10:45 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2009 06:49:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintaining-record-numbering/m-p/5056919#M1175350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-08T06:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: maintaining Record Numbering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintaining-record-numbering/m-p/5056920#M1175351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi nidhi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need only no of records na?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see you have first file .take all records in an internal table .&lt;/P&gt;&lt;P&gt;Describe the internal table for total no of lines into any variable lets say v_count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now you have total no of records in file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add one more field for total no of records in ztable . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and while inserting summarized records in ztable , you can insert v_count in the new field of ztable along with all the records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so when ever you will get errror and you need the total no of records you can easily get from tht row only,.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 10:00:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintaining-record-numbering/m-p/5056920#M1175351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-09T10:00:05Z</dc:date>
    </item>
  </channel>
</rss>

