2009 Apr 07 3:08 AM
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.
2009 Apr 07 3:35 AM
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...