‎2009 Jun 15 7:26 PM
Dear Experts,
I have a Z table with a field of type CURR 17,4.
I save the field with the value '10'. It is stored in the database as 10.0000.
I click on display contents in the table and execute(F8) , the output shows 10.0000
But when i double click and go inside the record it shows 1000.00
I have checked the System->User profile->Own Data the default parameters are for Decimal
Notation :123467.89. There is no other option to change as in the desired format 10.0000
I guess that if there is some Conversion Routine that should be written and added at Domain Level.
Input as 17,4
Output as 17,4..Would there exist a conversion routine for CURR 17,4?
Please help me in this Issue.
Regards,
khan
‎2009 Jun 16 2:56 AM
Hi,
You Can check whether there exists any Conversion Routine on that data element.
Goto SE11 --> Enter the table Name --> Double click on the data element of Currency Field --> Click on Data Type --> Check in output characteristics --> Conversion Routine
Hope this may be useful..
Regards,
Prashant
‎2009 Jun 15 8:25 PM
click on the data element, i guess a conversion routine will already have been defined. if u need a specific one u hav to create ur zdomain and z data elemetnt with required convertion routine
‎2009 Jun 16 2:56 AM
Hi,
You Can check whether there exists any Conversion Routine on that data element.
Goto SE11 --> Enter the table Name --> Double click on the data element of Currency Field --> Click on Data Type --> Check in output characteristics --> Conversion Routine
Hope this may be useful..
Regards,
Prashant
‎2011 Sep 12 4:08 PM