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

Remove LHS zero

ashish_shah5
Participant
0 Likes
462

Hi Abapers,

Var = 00000010

Var= 10

I want to remove extra zero from Var field.

Regards,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
427

var = var+6(2).

Hope this helps.

Thanks

Kiran

2 REPLIES 2
Read only

Former Member
0 Likes
428

var = var+6(2).

Hope this helps.

Thanks

Kiran

Read only

0 Likes
427

Thx for ur answer I forgoten ds statement.

Regards.