Skip to Content
0
Former Member
Feb 26, 2009 at 11:52 AM

Problem while uploading data to server

22 Views

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