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: 

convert number to SAP internal format

Former Member
0 Kudos

Hi All,

I have a number like this 99,999,999.90.I want to this number to convert to SAP internal format.

So that it can work for all the user settings.

Is there any function module or conversion exit to convert the number to SAP internal format.

If there any function module please let meknow.

Thanks,

Swapna.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

If you concerned field is currency you can try Function module :

BAPI_CURRENCY_CONV_TO_INTERNAL

Or just write some logic to Using REPLACE statement

2 REPLIES 2

former_member194669
Active Contributor
0 Kudos

You need to check for function modules

CONVERSION_EXIT_ALPHA_*

Former Member
0 Kudos

If you concerned field is currency you can try Function module :

BAPI_CURRENCY_CONV_TO_INTERNAL

Or just write some logic to Using REPLACE statement