cancel
Showing results for 
Search instead for 
Did you mean: 

Change Decimal Notation Format

darren_bambrick2
Active Participant
0 Kudos

Hi All

We have a requirement to output currency and quantity fields in a smartform to a different format than is specified in the users settings.

This can be different depending on the country key of the vendor.

Does anyone know of a way to dynamically change the decimal notation of a smartform.

Thank you

Darren

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please check this function Module HRGPBS_HER_FORMAT_AMOUNT

or

You can use :

Write <CURRENCYFILED> to <new_field >USING CURRENCY 'USD'.

then you can use New-field in the smartform

Regards

Sudheer

darren_bambrick2
Active Participant
0 Kudos

Hi

Thanks for the reply.

I should have stated that I do not want to modify the code in the smartform.

Is there a setting on the smartform or the output type that we can set to do the conversion.

Thanks

varma_narayana
Active Contributor
0 Kudos

hi Darren..

I guess there is no such option directly.

Create a Program lines node in which you can call the FM

CONVERT_TO_FOREIGN_CURRENCY

<b>Reward if Helpful</b>