‎2009 Jan 08 6:06 AM
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.
‎2009 Jan 08 6:39 AM
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......
‎2009 Jan 08 6:49 AM
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
‎2009 Jan 09 10:00 AM
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,.