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

Reg. currency field declaration

Former Member
0 Likes
1,169

Hi ,

How to declare variable - currency field length 15.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
757

declare as

data : c(15) type p decimals 2.

Hi ,

How to declare variable - currency field length 15.

Thanks

3 REPLIES 3
Read only

Former Member
0 Likes
758

declare as

data : c(15) type p decimals 2.

Read only

Former Member
0 Likes
757

Hi,

Declare your variable with reference to CURR data type

Thanks,

Read only

Former Member
0 Likes
757

Hi,

use the below code.

data : cur type Currency.