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

which Function Module we use for Material Classification.

Former Member
0 Likes
8,361

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
Read only

Former Member
0 Likes
2,384

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

Read only

0 Likes
2,384

Hi Lata,

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

Ashok.

Read only

0 Likes
2,384

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'

Read only

0 Likes
2,384

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

Read only

Former Member
2,384

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