Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

maintaining Record Numbering

Former Member
0 Likes
468

Hi all,

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.

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.

How this can be done?

please help me every help will be appreciated.

3 REPLIES 3
Read only

Former Member
0 Likes
446

this sceniories is xi mains

FIle to file transfer sceinories

First create one rfc funcation module .

And establesh the connection R3 to xi.

1 mapping.

Etc......

Read only

0 Likes
446

My problem is not from XI side its from ABAP side

How will I maintain record numbers in summerized table.

experts please provide some solution.

Edited by: Nidhi Bansal on Jan 9, 2009 10:45 AM

Read only

0 Likes
446

hi nidhi,

you need only no of records na?

see you have first file .take all records in an internal table .

Describe the internal table for total no of lines into any variable lets say v_count.

now you have total no of records in file.

Add one more field for total no of records in ztable .

and while inserting summarized records in ztable , you can insert v_count in the new field of ztable along with all the records.

so when ever you will get errror and you need the total no of records you can easily get from tht row only,.