cancel
Showing results for 
Search instead for 
Did you mean: 

Foreign Currency

sergio_cifuentes
Participant
0 Kudos

i got an error when trying to print a SAPscript when i use GTQ (local currency) it prints fine, but when i try to print in USD it gaves me an error "the symbol of the currency key is missing", is there anyplace where i can specify the currency of the SAPscript or it's handled in the control program??

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Are you hardcoding this GTQ and USD in the script or printing from a FIELD?

check whether the value USD exist for that field or not

If needed use the command

/: SET COUNTRY 'US' ...for USD so that US currency format is printed..

Reward points for useful Answers

Regards

Anji

sergio_cifuentes
Participant
0 Kudos

No, in fact i'm not using the currency field in anyway (hardcode or the field)

Former Member
0 Kudos

Hi

Check the currency related tables like TCURR and TCURC etc whether this USD is defined or not for which it is giving this error

also take the help of fun guys to check the country specific currecny settings in SPRO and also user speific settings

Reward points for useful Answers

Regards

Anji

sergio_cifuentes
Participant
0 Kudos

you mean that it may be just customizing??

Former Member
0 Kudos

Hi

May be

because program point of view I don't find any thing missing..

Regards

Anji

sergio_cifuentes
Participant
0 Kudos

it works now but only when i display the &REGUD-WAERS& exactly in the element 545 (/e:545), because i want to print the foreign currency (GTQ) and the variable &REGUD-WAERS& has (USD) how can i make it work?? also i need to print the value in letters but the variables &SPELL-WORD(75)& and &SPELL-DECIMAL(2)& only have the value but not in the foreign currency, any ideas??

Former Member
0 Kudos

Hi ,

I think you need to pass the currency key WAERS to the script.

Regards,

Atish

sergio_cifuentes
Participant
0 Kudos

i've already check but i don't use the waers field in the script, thanks anyway