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

Function module which can provide me Material characteristic value

Former Member
0 Likes
2,153

Hi Can some body tell me how to get the material characteristic value by passing material characteristics...

6 REPLIES 6
Read only

Former Member
0 Likes
895

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

Read only

Former Member
0 Likes
895

Hi,

try FM CLAF_CLASSIFICATION_OF_OBJECTS.

Good luck

Jo

Read only

Former Member
0 Likes
895

i dont have the material number i hav only the material characteristic , with this information i want the charecteristic value to be obtained

Read only

0 Likes
895

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.

Read only

Former Member
0 Likes
895

Its little urgent Can some body help me in soving this

Read only

Former Member
0 Likes
895

Hello,

USE FM

CHARACTERISTIC_VALUE_GET

Cheers,

Vasanth