cancel
Showing results for 
Search instead for 
Did you mean: 

Use addition UNIT when outputting ... auxiliary field....

kowong
Participant
0 Kudos

Hi all,

the error,

"Use addition UNIT when outputting XXX auxiliary field when outputting with MESSAGE "

and another one:

"Char. strings w/o text elements will not be translated: 'xxxx...' "

What does that means , how to correc this error.

Message was edited by: Kokwei Wong

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

When you are dealing with a Quantity or a Amount field, you also need to specify the unit along with it.

WRITE AMOUNT CURRENT 'USD'.

If you have multi lingual implementation, you should not hard code strings in your prgoram. If you do, then if the user logsin in a different language then that string will not be converted into that language. So, you need to maintain all the strings as a part of the text elements of the program and the same need to be maintained in all the languages required.

You can maintain the text elements for a program in SE38 for the program.

Regards,

Ravi

Notes : Please mark the helpful answers