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

Material classification issue

Former Member
0 Likes
658

hi all ,

I have to show my material classification on my smartform.

when i go to MM03 , I could see one of the classification value is 01.01.2009 type date .but when i use a function to get all classifications , i found that i could get all the classification values (which type is CHAR) but not this value 01.01.2009(type DATE)

the field name for classification value in smartform is ATWRT.

so , how should i got the value of which type is DATE via the function, please guide me .

regards

Kevin

4 REPLIES 4
Read only

Former Member
0 Likes
592

Hello

In material classification date stored in field ATFLV (not in ATWRT).

Read only

Former Member
0 Likes
592

Hi kevin,

U can get the required date from function module 'CLAF_CLASSIFICATION_OF_OBJECTS' .

here u need to pass material & batch no.

The table returned from this FM contains the characteristic data, in ur case u can get data from AUSP1 field by using respective characteristic name.

Regards,

Rishikesh

Read only

Former Member
0 Likes
592

Kevin,

Just try with FM CUCK_CHAR_VAL_VIEW and get values in X_OUTPUT_TAB

Read only

Former Member
0 Likes
592

hi all ,

thanks for your anwers , my issue is solved. i just show the next field on my form for the data.

regards

Kevin