‎2012 Jul 05 1:09 PM
I am trying to print customer statements from transaction FD10N, My problem is when i try to get print preview from f.64 the output format is different
from what i want, The decimal is replaced by point and vice versa.
I know that it is depend on country settings in SPRO and transaction OY01 but i want the output should be changed according to the specific company code not by country.
Is it possible?
‎2012 Jul 05 1:11 PM
Hi
So you need to change the sapscript in order to insert the command SET COUNTRY in according to your specific
Max
‎2012 Jul 05 1:11 PM
Hi
So you need to change the sapscript in order to insert the command SET COUNTRY in according to your specific
Max
‎2012 Jul 05 2:09 PM
set country is already there. Actually i checked in my driver program the values are fetched in the correct format but when the values comes into script elements then changed into the wrong format.
‎2012 Jul 05 2:18 PM
‎2012 Jul 05 4:06 PM
You can put check on country code in script using IF condition on command line operation.
Shrinivas
‎2012 Jul 06 10:24 AM
what i have to write in if condition for specific country code?
‎2012 Jul 06 10:32 AM
Hi, You can also adjust the default parameters of the user in SU01.
Need to logoff and login again to get the changes reflected.
‎2012 Jul 06 3:03 PM
I tried that but i want the changes will be applicable depends on specific country code.