‎2009 Apr 03 12:15 PM
Hi ,
My problem was that when i was using write statement for diplaying the amount it was not coming proper.
Ex if amount was 25,506.59 it was diplaying as 25.506,59.
I looked out for the problem and found out that in table T005X the decimal notation ( field XDEZP ) was marked with value ' '.When i changed the value in table T005X to 'X'.
It gave me the correct output.
So my question is changing the value directly into the table is the right approach and is it going to effect my any other process.??
Regards,
Anuj
‎2009 Apr 03 12:25 PM
it is always better not to change the standard table properties ...because in your program they need this format.....in some other format they may need some other ....so it is alywas better to modify the data while processing by using the replace or some other ways
‎2009 Apr 03 12:19 PM
well most probably there is some point in customizing where you can edit that table.
Changing that field straight in the table is not the correct way i hence.
If you changed it via SE16N, you even got no transport request to bring your new property into the following systems.
‎2009 Apr 03 12:25 PM
it is always better not to change the standard table properties ...because in your program they need this format.....in some other format they may need some other ....so it is alywas better to modify the data while processing by using the replace or some other ways
‎2009 Apr 03 12:48 PM
Hi all,
Thx for the reply.
Is there anyother way in the user setting through which the field in table T005X is updated.
Regards,
Anuj
‎2009 Apr 03 1:15 PM
‎2009 Apr 03 1:19 PM
Hi Maroz ,
Thx for the reply .
But this thing was not working earlier also.
When i got this problem i checked the SU01 but it was of no use.
Regards,
Anuj
‎2009 Apr 03 1:23 PM
>
> Is there anyother way in the user setting through which the field in table T005X is updated.
Hello,
You can do the same using the approach specified by Dzed. It basically updates the field USR01-DCPFM. But this change will be specific to your user only.
If someone else is using the report then this setting will not work.
BR,
Suhas
‎2009 Apr 03 1:18 PM
From SAP screen System> User Profile> Own Data and in default tab you cam modify the decimal notation.
Regards
Sathar
‎2009 Apr 03 2:58 PM