Hi Friends,
I have two internal tables one is table structure type and other is string type. I am processing each record from the internal table and sending it to function module before sending the record i have write the record in to a dump file for this i have take the currect record in the internal table which is of string type and move to error file.
it_data type x_struc
it_file type string.
when data from it_data move to function module same data from it_file should get append to a file
please help how to do this.
thanks,
Gayathri