cancel
Showing results for 
Search instead for 
Did you mean: 

how to display quality & price based on particular language

Former Member
0 Kudos

Hi Good Day to all,

pls help me in this issue

I want to display quantity & Price based on Particular Language and Country in SAP Script , How we can do that ? One particular statement is there for that, What is that ?

regards

suresh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Use this statement in your text editor.

/: SET COUNTRY '<country name>'.

Regards,

Dara.

former_member181962
Active Contributor
0 Kudos

WRITE V_QTY UNIT V_UNIT.

or

WRITE V_AMOUNT UNIT V_CURRENCY.

where V_UNIT and V_CURRENCY are the Unit and Currency respectively.

REgards,

Ravi