‎2006 Jul 13 8:05 AM
how i could know in sapscript if the user have in
SU01-details - decimal notation 1 or 2.
there is an option to know it in the code se71 or se38
‎2006 Jul 13 8:09 AM
It is a bit difficult to know the SU01 setting of the user. In stead of that move the filed containing decimal to a character and then print it as character. This will work.
Regards,
Subhasish
‎2006 Jul 13 8:09 AM
In Se38 you can query from <b>USR01</b> table for field <b>DCPFM</b> with <b>SY-UNAME</b> values will be like:
X : Decimal point is period: N,NNN.NN
SPACE: Decimal point is comma: N.NNN,NN
Y : Decimal point is N NNN NNN,NN
rgds,
TM.
‎2006 Jul 13 8:09 AM
‎2006 Jul 13 8:17 AM
‎2006 Jul 13 8:26 AM
vajay
do you have a code that handle this in sapscript-se38
you kow perform?
‎2006 Jul 13 8:46 AM
Hi liat,
with the help of Performs you can get it.
you can code in side the perform.Just check the above thread which i mentioned in my post.
Regards
vijay
‎2006 Jul 13 8:19 AM
also u can use statement set country
based on the country format
set country 'IN'.
will set to indian format.
that way u wont have worry about neither date nor currency
Harish