Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Conversion Routine

Former Member
0 Likes
553

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
513

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

3 REPLIES 3
Read only

Former Member
0 Likes
513

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

Read only

Former Member
0 Likes
514

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

Read only

Former Member
0 Likes
513

This message was moderated.