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: 

How to convert characterisitics of a materila to external format

Former Member
0 Kudos
247

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.

3 REPLIES 3

Former Member
0 Kudos
119

U can use the conversion EXIT.

CALL FUNCTION 'CONVERSION_EXIT_ATINN_OUTPUT'

EXPORTING

input = internal format

IMPORTING

output = external format

REWARD POINTS IF USEFUL

0 Kudos
119

I want to covert the format of charactestics values..

Former Member
0 Kudos
119

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?