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: 

which Function Module we use for Material Classification.

Former Member
0 Kudos

Hi Gurus,

for the material classification which function module i have to use....i am using

"vbws_mara_classification_get:....but the o/p of this FM is error .Is there any other Fm ...please help me ..it's vry urgent.....

5 REPLIES 5

Former Member
0 Kudos

Use FM CLAF_CLASSIFICATION_OF_OBJECTS. pass following parameters -

class, classtype, object , objecttable.

Do a 'where-used' on the FM to check for usage.

Cheers

Lata

0 Kudos

Hi Lata,

here i have to classify material data...so in the export parameters i should give the material number...please answer me

Ashok.

0 Kudos

FM CLAF_CLASSIFICATION_OF_OBJECTS. pass following parameters -

then material number will be passed to 'OBJECT'. CLASS & CLASSTYPE is from the MATERIAL CLASSIFICATION values screen.

OBJECTTABLE = 'MARA'

0 Kudos

Hi Ashok

If you are trying to get material classification data giving MATNR and CHARG then try this FM

VB_BATCH_GET_DETAIL

GET_CLASSIFICATION = 'X'.

Hope this helps

Regards

former_member198275
Active Contributor

Tri these FMs

IREP2_MATERIAL_CLASSIFICATION

UPDATE_MATERIAL_CLASSIFICATION

MATERIAL_CLASSIFICATION_RT

MATERIAL_INIT_CLASSIFICATION

VBWS_MARA_CLASSIFICATION_GET

VBWS_MARM_CLASSIFICATION_DEL

VBWS_MARM_CLASSIFICATION_GET