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

varirable declaration help

Former Member
0 Likes
289

hello experts,

I need some help from you.....

Actually I am reading some fields from a file which are containg the values like(00.00) and I am passing the same data to the output file. But I am getting the value as (0,00) I need the same value in the .XLS file...

can anyone guide me how to do it?

here I am giving my variable declarations.

PCTSL(5) TYPE P DECIMALS 2,

FATCT(5) TYPE P DECIMALS 2,

PHCNT(5) TYPE P DECIMALS 2,

PRFDB(5) TYPE P DECIMALS 2,

Please its bit urgent

Nitesha

1 REPLY 1
Read only

ferry_lianto
Active Contributor
0 Likes
250

Hi,

Please try to use character field type instead.

Regards,

Ferry Lianto