‎2008 May 05 6:03 AM
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 ?
‎2008 May 05 3:28 PM
‎2008 May 05 5:59 PM
Hi Spart,
May be you can use &EKPO-MENGE&..like this ....
If u b more clear i can tell u ...
Regards,
Sudheer.
‎2008 May 06 1:28 AM
Hello,
use the below command
/: SET COUNTRY country_key
Reward points if helpful...
‎2008 May 06 5:46 AM
‎2008 May 16 5:49 AM
hi,
The SET COUNTRY control command can be used to select a formatting option other than that specified in the user master record.
Syntax:
/: SET COUNTRY country_key
The country key can be specified either as a literal value enclosed in quotes or as a symbol.
/: SET COUNTRY 'CAN'
/: SET COUNTRY &country_key&
A blank country name can be used to revert to the setting found in the user master record:
/: SET COUNTRY ' '