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

UCCheck Error.

Former Member
0 Likes
487

Hi I have the following statement

In 4.6C.

p_num type mseg-dmbtr which is of type CURR with 13 and 2 for decimal.

In 6.0cc iam getting error saying that p_num must be of type C N D T only.

ny help in this regard?

1 ACCEPTED SOLUTION
Read only

former_member206377
Active Contributor
0 Likes
462

Hi Kiran,

Declare another local variable say 'l_p_num' of type C. Assign the value of 'p_num' to 'l_p_num' and use this local variable in place of 'p_num'.

Hope this resolves ur issue.

Thanks,

Vasuki

2 REPLIES 2
Read only

former_member206377
Active Contributor
0 Likes
463

Hi Kiran,

Declare another local variable say 'l_p_num' of type C. Assign the value of 'p_num' to 'l_p_num' and use this local variable in place of 'p_num'.

Hope this resolves ur issue.

Thanks,

Vasuki

Read only

0 Likes
462

Hi Vasuki.

But iam still getting the same errror while ucchecking it.