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: 

Convert routine

Former Member
0 Kudos

Hallo

Is there any convert routine to convert a number with 10 digits e.g 0000509359 to 509359.

Thanks

Waseem

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Use FM CONVERSION_EXIT_APLHA_OUTPUT

Conversion Routine : ALPHA

Edited by: Sukriti Saha on Mar 27, 2009 4:25 PM

6 REPLIES 6

Former Member
0 Kudos

Use FM CONVERSION_EXIT_APLHA_OUTPUT

Conversion Routine : ALPHA

Edited by: Sukriti Saha on Mar 27, 2009 4:25 PM

0 Kudos

Thanks I make a mistake I want to it reverse namely

509359 to 0000509359.

Thanks

Waseem

0 Kudos

CONVERSION_EXIT_ALPHA_INPUT

0 Kudos

for this, u can use the fm: CONVERSION_EXIT_ALPHA_INPUT

plz chk in SCN u hve a lot of posts reg the same.

former_member226203
Active Contributor
0 Kudos

use the FM:CONVERSION_EXIT_ALPHA_OUTPUT

OR

u can use Write: / itab-field NO-ZERO

Former Member
0 Kudos

Thanks