cancel
Showing results for 
Search instead for 
Did you mean: 

Foreign Currency Key Error In Scripts

Former Member
0 Kudos

Hi All,

Can anyone please help me out in finding out what this error means and what we are supposed to do to resolve this error.

"The symbol for the currency key is missing in form .Z_cash

Although the print program is working fine while using the Local Currecy

but it gives the error while printing the document in Foriegn Currency.

While posting the document it gives no error, error comes only while printing.

Regards

Ashwani Kalkal

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Done ....

We need to pass the WAERS field in the CHECK window in the command line and in the correct TEXT ELEMENT

Former Member
0 Kudos

hi mr Ashwani Kalkal

i am facing right now the same problem.

can you please exolain what do you mean in

"command line" and in "text element" when you say :

"We need to pass the WAERS field in the CHECK window in the command line and in the correct TEXT ELEMENT "

thanks

ami

Former Member
0 Kudos

Hi Ami,

If you are using the CHECK window, then use the WAERS field

in the text element..

like

/E 545

/: IF &REGUD-WAERS(3)& = '0'

/: ENDIF

You just have to use the currency field.

here 545 is the text element and

/: is the command

If the check window is not there then create the window and use the privious code.

Regards,

Ashwani Kalkal

arsalantaufiq
Explorer
0 Kudos

can you please guide the steps for check window. how to open the check window where i pass the WEARS field?