2007 Mar 23 7:18 AM
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 .
2007 Mar 23 7:24 AM
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
2007 Mar 23 7:24 AM
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
2007 Mar 23 7:27 AM
there must be a converison routine assigned to this field .
check in the data element properties of that field .
Vijay
2007 Mar 23 7:37 AM
there must be a converison routine assigned to this field .
check in the data element properties of that field .
Vijay