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

Decimal format

Former Member
0 Likes
655

Hi All,

I have a SAP Script for Purchase order where i'm displaying numeric values,

if the output goes beyond one page, i'm facing a strange situation, the decimal format of the first line item in 2nd page is getting displayed in a different format.

is there any changes that has to be made in user profile.

Thanks in advance

Raghavendra

4 REPLIES 4
Read only

Former Member
0 Likes
613

try out country settings in OY01..set the decimal format for India( or others for that matter)..n chk out...just give it a try apart from user profile default settings..

Regards,

Bikash

Read only

vinod_gunaware2
Active Contributor
0 Likes
613

Hi

Check <b>OY01</b> tranasction for tht country.

and use <b>SET COUNTRY XX .</b> For script.

Or use <b>Write</b> statement with currancy to convert into particular format.

Hope this will be useful.

Regards

vinod

Read only

hymavathi_oruganti
Active Contributor
0 Likes
613

in the text editor, for 2nd page,

try writing the following statement

SET LOCALE LANGUAGE lg COUNTRY c

lg and c are variables

Read only

0 Likes
613

u have to add

SET COUNTRY XX

set language xx

into 2nd page .