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: 

How to Delete Additional EAN record form Material Master

Former Member
0 Kudos

Hello,

I would like to delete an record available in Additional EAN tab.

Path is Basic Data ->Additional Data->Additional EANs.

Kindly let me know if there are any BAPI's available and what all fields needs to be passed.

Thanks in Advance

Irfan

3 REPLIES 3

Former Member
0 Kudos

Hello Irfan,

Just need to delete the data from table "MEAN"

This table stores the data for tab Additional EANs.

You need to delete this records directly from table as I don't think there is any BAPI to do this job.

Please take help from your ABAPer.

Hope the above discussion was helpful.

Cheers,

Suvendu

0 Kudos

I cannot delete directly from the table..,

I trying to do the same through BAPI .. BAPI_MATERIAL_SAVEDATA - Create and Change Material Master Data

I would like to know what all fields are madatory here

Former Member
0 Kudos

Hi Syed,

Any updates how you solved this. I am trying to implement the same through bapi_material_savedata. But not able to delete the record.