Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Scripts ?

Former Member
0 Likes
660

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 ?

5 REPLIES 5
Read only

Former Member
0 Likes
641

do u know that.

Read only

Former Member
0 Likes
641

Hi Spart,

May be you can use &EKPO-MENGE&..like this ....

If u b more clear i can tell u ...

Regards,

Sudheer.

Read only

Former Member
0 Likes
641

Hello,

use the below command

/: SET COUNTRY country_key

Reward points if helpful...

Read only

Former Member
0 Likes
641

I think it is SET LOCALE.

Read only

Former Member
0 Likes
641

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 ' '