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: 

Remove leading zeros in xls file sent over email as attachment.

Former Member
0 Kudos

Hi,

i am sending an attachment over email, which has material number in it, the problem is the end user does not want leading zero, how to remove it.

Thanks,

chetan

2 REPLIES 2

Former Member
0 Kudos

Hi

It can be removed in excel file by doing the column formating,

if there is any possibility before attaching the file you can use the fm "convertion_exit_alpha_input" and remove the leading zeros from your internal table and send to excel.

You can try either any one of the solution.

0 Kudos

Hi Goutam,

Thanks, this worked. but the correct function is "conversion_exit_alpha_output" and not "conversion_exit_alpha_input".