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

integer counter giving error

Former Member
0 Likes
387

hi all,

I am using the following logic for counter:

data: count type i.

count = count + 1.

but when the value gets to double figures i.e. 10 for count then the count value becomes *. giving error at this stage.

Any suggestions. Thanks.

Regards,

FS

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
367

Hello

I think it's linked to your layout. Is the column smaller than type i.

Christophe

2 REPLIES 2
Read only

Former Member
0 Likes
368

Hello

I think it's linked to your layout. Is the column smaller than type i.

Christophe

Read only

learnsap
Active Participant
0 Likes
367

Hi,

Where you are referring this variable? is it on as screen. Then check the visible length of the field & defined length of the field in the layout.

Regards,

Ramesh