Application Development 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: 

Special Symbols are appearing in data extraction

Former Member
0 Kudos
73

Hi All,

I was extracting the data from the tables using a program.

While the table data coming into an internal table, the currency and qunatity fields are converted into some special symbols.

Is there any way to extract the currency and quatity fields as it is using a program..?

Note: I had declared the internal table structure same as standard table with length as character fields.

Please suggest me some methods to solve this issue.

Thanks in advance.

Regards,

SB.

1 REPLY 1

former_member305388
Active Contributor
0 Kudos
47

Hi,

Better use the same data type when it is the case of currency and quantity fields. These can not be converted into CHAR fields.. and hence the problem...