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

Convert routine

Former Member
0 Likes
702

Hallo

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

Thanks

Waseem

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
677

Use FM CONVERSION_EXIT_APLHA_OUTPUT

Conversion Routine : ALPHA

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

6 REPLIES 6
Read only

Former Member
0 Likes
678

Use FM CONVERSION_EXIT_APLHA_OUTPUT

Conversion Routine : ALPHA

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

Read only

0 Likes
677

Thanks I make a mistake I want to it reverse namely

509359 to 0000509359.

Thanks

Waseem

Read only

0 Likes
677

CONVERSION_EXIT_ALPHA_INPUT

Read only

0 Likes
677

for this, u can use the fm: CONVERSION_EXIT_ALPHA_INPUT

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

Read only

Former Member
0 Likes
677

use the FM:CONVERSION_EXIT_ALPHA_OUTPUT

OR

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

Read only

Former Member
0 Likes
677

Thanks