Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CONVT_CODEPAGE : Abap Dump while using Transfer statment

Former Member
0 Likes
486

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

2 REPLIES 2
Read only

Former Member
0 Likes
435

Hi,

Try using the option 'Ignoring Conversion Errors' in the open dataset command.

Thank you.

Read only

Former Member
0 Likes
435

Hi Rohan,

Please use char instead of string while using transfer statement .

Amit.