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

report

Former Member
0 Likes
271

hi,

how to declare field supp_val with11.2 size

Thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
255

data: supp_val(13) type p decimal 2.

2 REPLIES 2
Read only

Former Member
0 Likes
255

hi Prakash,

I guess you are looking for this sort of declaration ..

data : supp_val(11) type P decimals 2.

Regards,

Santosh

Read only

Former Member
0 Likes
256

data: supp_val(13) type p decimal 2.