Application Development 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: 

A query on removing additionally padded zeroes from the pernr.

Former Member
0 Kudos

Hi ,

How can i remove the padded zeroes from the pernr, Ex pernr is 8 chars and if pernr has 6 chars it has to remove appended 2 zeroes from the left and should only print the 6 chars with no appended zeroes

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Khaleel,

Use FM <b>CONVERSION_EXIT_ALPHA_OUTPUT</b>

Reward if useful.

Thanks

Aneesh.

3 REPLIES 3

Former Member
0 Kudos

Hi,

use FM : BKK_DELETE_LEADING_ZERO

in your report for remove leading zeros from particular field

regards,

shardul shah

Former Member
0 Kudos

Hi Khaleel,

Use FM <b>CONVERSION_EXIT_ALPHA_OUTPUT</b>

Reward if useful.

Thanks

Aneesh.

0 Kudos

Thanks everybody , My prb is solved i used pack to suppress zeroes.