2014 Apr 30 2:24 PM
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.
2014 Apr 30 2:37 PM
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