cancel
Showing results for 
Search instead for 
Did you mean: 

mass updating of material master

former_member207835
Participant
0 Kudos

Hi,

can any one plz tell me the process of mass updation of material master charecteristics such as classification name, classification type,charecteristics name, charecteristics value for the given materials.

give me some brief overview so that i can proceed on that.

I have to use either BAPI or IDOC only.

Thanks & Regards

Nageswar

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hai.

Use BAPI BAPI_MATERIAL_SAVEDATA. " This bapi is for create and change material data.

Fill the following structures:

HEADDATA

CLIENTDATA

CLIENTDATAX

PLANTDATA

PLANTDATAX

PLANNINGDATA

PLANNINGDATAX

STORAGELOCATIONDATA

STORAGELOCATIONDATAX

VALUATIONDATA

VALUATIONDATAX

madhu_vadlamani
Active Contributor
0 Kudos

Hi Ravi,

Can you explain how this bapi will update characteristics .

Regards,

Madhu.

Former Member
0 Kudos

Hai Madhu,

Pass the Required fields what you want to update in material master . First know the fields what you required from the functional guys and pass it to BAPI.

madhu_vadlamani
Active Contributor
0 Kudos

Hi Ravi,

My question is not about all the fields, is it useful for update characteristics and classes.

Regards,

Madhu.

Former Member
0 Kudos

Hai Madhu,

yes it's useful to update the characteristics.

check this link if u have any doubts http://www.sapbapi.com/bapi-list/

former_member207835
Participant
0 Kudos

Hi Ravi,

can u pls tell me how it updates charecteristics..

give me some overview..

Thanks & Regards

Eswar

madhu_vadlamani
Active Contributor
0 Kudos

Hi Eswar,

Please check with BAPI_OBJCL_CREATE_KEY. There are no of threads available on same topic. lease check for the available information in SCN.I will suggest you post this in Data transfers forum.

Same thread

which was blocked by moderator Thomas and posted the same again

Regards,

Madhu.

Edited by: madhurao123 on Nov 2, 2011 11:43 AM

Edited by: madhurao123 on Nov 2, 2011 11:45 AM

Edited by: madhurao123 on Nov 2, 2011 11:47 AM

Former Member
0 Kudos

try BAPI_OBJCL_CREATE & BAPI_OBJCL_CREATE_KEY.