‎2008 Apr 29 6:11 AM
Hi,
I am getting abap dump on the Transfer statment where in i am transfering character data to string.
What can be the exact cause for the issue ?
Since the help mentions that character cannot be converted,it is a bit confusing or rather unclear.
Pls help me solve or understand this.
Regards,
Rohan
‎2008 Apr 29 6:19 AM
Hi,
Try using the option 'Ignoring Conversion Errors' in the open dataset command.
Thank you.
‎2008 Apr 29 6:45 AM
Hi Rohan,
Please use char instead of string while using transfer statement .
Amit.