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.