Hi all,
I have uploaded data directly to application server from itab using Open dataset,transfer,and close dataset. But i am getting "#' in between the records. I tried to ignore that using
REPLACE ALL OCCURRENCES OF '#' IN str WITH ',' & also tried with SPLIT file at comma separator, but its coming the same. Can you anybody give the solution to remove #.
Regards
Sree