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

Select options numeric value with asterisk in field screen.

ronaldo_aparecido
Contributor
0 Likes
1,416

Hi Guys

I searched this solution in SDN and SAP HELP but I found the solution, so I created this post.

I have a select options:

SELECT-OPTIONS: s_asnum  FOR asmd-asnum


If I insert value 3000111 , then my internal table show 000000000003000111  (ok its wright)

If I insert value 30001*1 , then my internal table show  30001*1 (its my problem , because i NEED 0000000000030001*1 to my select work)

How can I change my select option 30001*1  to  0000000000030001*1.

Thanks for help.

1 REPLY 1
Read only

Former Member
0 Likes
679

Hi Ronaldo,

can't you ask your user to fill the zeros? or search by *30001*1?

try  CONVERSION_EXIT_ALPHA_RANGE_I

If it doesn't work you'll have to fill left zeros yourself in code.

regards,

Edgar