‎2006 Mar 13 8:32 AM
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
‎2006 Mar 13 8:38 AM
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
‎2006 Mar 13 8:42 AM
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
‎2006 Mar 13 8:47 AM
in the text editor, for 2nd page,
try writing the following statement
SET LOCALE LANGUAGE lg COUNTRY c
lg and c are variables
‎2006 Mar 13 8:50 AM