2008 Feb 13 10:43 AM
Hi All,
I am fetching characteristics value(present in Classification view) of a material using the FM 'CLLA_CHANGE_DOC_CLASSIFICATION'.But it gives the old value and new value in internal foramat.How can i convert the characteristics values to external format?
Thanks,
Rakesh.
2008 Feb 13 11:32 AM
U can use the conversion EXIT.
CALL FUNCTION 'CONVERSION_EXIT_ATINN_OUTPUT'
EXPORTING
input = internal format
IMPORTING
output = external format
REWARD POINTS IF USEFUL
2008 Feb 13 12:33 PM
2008 Feb 13 12:45 PM
Characteristic values for a class are fixed. Values that any FM returns has to be one which is predefined in the class for that object.
How can the format be different?