cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to reuse an invoice for multiple countries? Like use it for UK and Ireland

Former Member
0 Kudos

Is it possible to reuse and invoice for multiple countries?

I was given an invoice that I need has multiple requirements for specific countries

Example:

On UK invoice, I have to use their own currency. Same with Ireland, I have to use their own currency. Is it possible? if yes, how?

FredericGirod
Active Contributor

Yes it is possible, it should already be the case if you use the standard smartforms/sapscript

Accepted Solutions (0)

Answers (1)

Answers (1)

PascalBremer
Advisor
Advisor

Hi Justin,
according to your question I guess you are currently struggling with managing the currency for form output in different countries.

For existing forms this is solved in two ways:

  1. The currency symbol is embedded in the xml data and displayed in a dedicated currency field
  2. The currency symbol is added to the amount via form scripting

Best regards
Pascal

Former Member
0 Kudos

Thanks pascal.bremer , I have found the way to show which Currency I want depending on the country by using If Else statement.