‎2008 Feb 14 1:20 PM
Hi Can some body tell me how to get the material characteristic value by passing material characteristics...
‎2008 Feb 14 1:22 PM
Hello,
Check this.
L_OBJECT = G_T_STPO-IDNRK.
*--- Merkmale incl. Bewertung zum Objekt/Klassenart lesen ----------*
CALL FUNCTION 'CLAF_CLASSIFICATION_OF_OBJECTS'
EXPORTING
CLASSTEXT = 'X'
CLASSTYPE = '300'
FEATURES = 'X'
LANGUAGE = SY-LANGU
OBJECT = L_OBJECT
INITIAL_CHARACT = ' ' "keine unbewertete M.
OBJECTTABLE = 'MARA'
KEY_DATE = SY-DATUM
* NO_VALUE_DESCRIPT =
CHANGE_SERVICE_CLF = 'X'
INHERITED_CHAR = 'X'
TABLES
T_CLASS = H_CLASS
T_OBJECTDATA = H_CLOBJDAT
EXCEPTIONS
NO_CLASSIFICATION = 1
NO_CLASSTYPES = 2
INVALID_CLASS_TYPE = 3
OTHERS = 4.
Regards,
Vasanth
‎2008 Feb 14 1:23 PM
‎2008 Feb 14 1:48 PM
i dont have the material number i hav only the material characteristic , with this information i want the charecteristic value to be obtained
‎2008 Feb 14 2:00 PM
object = pencil
characteristic = color
characterisic value = black
now tell me how you want your question answered without taking into account the object...only in combination with the object (here material) a specific value can be determined for a characteristic.
‎2008 Feb 14 2:00 PM
‎2008 Feb 14 2:01 PM