cancel
Showing results for 
Search instead for 
Did you mean: 

currency error in

Former Member
0 Kudos

hi ,

there is an issue with the form output when printed

the total amount should be euro for particular cutomser but amount is printed with symbol $ in the output total where can i correct this please guide

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

Try like this.

data : result type string.

If curr = 'EURO'

concatenate 'Euro' v_amount(u r amount variable) 'Only' into result.

endif.

Print Result.

Former Member
0 Kudos

Do check what is there in your window, there would be certain fields like WAERS from the structure REGUD that is populated in the check window, modify accordingly.

Narendra.

Answers (0)