Application Development 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: 

When debug the value of lzeih = 10 , but when write ou is " JR" , Wh happen

Former Member
0 Kudos
228

hi ,

I am having a problem with the field lzeih ( Time unit ) of the table marc ,

When i debug the value of the field lzeih = 10 , and when i write it out the screen it is : JR ( day ) , so i can not compare it value in the program , is there any function used to resolve it . If you please to help me !

Thank you very much .

1 ACCEPTED SOLUTION

Former Member
0 Kudos
79

Hi,

If u go to the domain of the field LZEIH, u will see a conversion exit used out there. U can use those FMs to convert the value.

The FMs are

CONVERSION_EXIT_CUNIT_INPUT

CONVERSION_EXIT_CUNIT_OUTPUT

Regards,

Himanshu

3 REPLIES 3

Former Member
0 Kudos
80

Hi,

If u go to the domain of the field LZEIH, u will see a conversion exit used out there. U can use those FMs to convert the value.

The FMs are

CONVERSION_EXIT_CUNIT_INPUT

CONVERSION_EXIT_CUNIT_OUTPUT

Regards,

Himanshu

Former Member
0 Kudos
79

there must be a converison routine assigned to this field .

check in the data element properties of that field .

Vijay

Former Member
0 Kudos
79

there must be a converison routine assigned to this field .

check in the data element properties of that field .

Vijay