2009 Apr 24 6:42 AM
hi ,
In the module pool program , on selection screen I want to give percentage value, we are using KBETR field but it is accepting only comma seperated values like 1,11 not accepting 1.11.If I change decimal settings in user profile then it accepts 1.11.
Could you please suggest a reference field which will accept both types of values.
Thanks
Saurabh
hi ,
In the module pool program , on selection screen I want to give percentage value, we are using KBETR field but it is accepting only comma seperated values like 1,11 not accepting 1.11.If I change decimal settings in user profile then it accepts 1.11.
Could you please suggest a reference field which will accept both types of values.
Thanks
Saurabh
2009 Apr 24 6:45 AM
Instead of reference data element from dictionary, it would be advisable if you use custom varaible of type characters, coz then only it will accept both ',' and '.'
Regards,
Mansi.
2009 Apr 24 6:49 AM
Use:
Data: w_percentage type p decimals 2.Data Element: BF_PRZ32
This will solve the issue.
Regards,
Gurpreet
2009 Apr 24 7:14 AM
Could some one plz provide me data dictionary reference field. Because I have to refer it to module pool screen field.
2009 Apr 24 7:36 AM
2009 Apr 28 9:03 AM