‎2008 Sep 02 4:09 AM
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
‎2008 Sep 02 5:34 AM
Hello
In material classification date stored in field ATFLV (not in ATWRT).
‎2008 Sep 02 5:55 AM
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
‎2008 Sep 02 6:02 AM
Kevin,
Just try with FM CUCK_CHAR_VAL_VIEW and get values in X_OUTPUT_TAB
‎2008 Sep 03 8:50 AM
hi all ,
thanks for your anwers , my issue is solved. i just show the next field on my form for the data.
regards
Kevin