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

Bulk Delete BOM allocations......

Former Member
0 Likes
2,883

Hi Friends,

I am using a function module CSAI_BOM_DELETE to delete a Material BOM for a specific plant. But if the BOM number is same for a material for different plants, then all the combinations are being deleted. We need to delete only the BOM for a material and Plant combination. The BOM should not get deleted for other Plants. Please help me out in this.

Regards

Daneil

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,505

CSAP_MAT_BOM_ALLOC_DELETE

8 REPLIES 8
Read only

Former Member
0 Likes
2,505

Hi Daneil,

Check this below link

http://scn.sap.com/thread/371050

Regards,

Ashok.

Read only

0 Likes
2,505

Hi

Thanks for ur reply.

you give me the link of the problem is the same .

Problem was not Solved.

With best regards

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
2,505

USe CSAP_MAT_BOM_DELETE instead. Check the program RJSDDELETEBOM or the function documentation to know the sample code.

Read only

0 Likes
2,505

HI,Thanks for ur reply

When I use CSAP_MAT_BOM_DELETE OR CSAI_BOM_DELETE. the results are all the combinations are being deleted. We need to delete only the BOM for a material and Plant combination. The BOM should not get deleted for other Plants.

Please help!

Regards

Daneil Wu


Read only

0 Likes
2,505

You will have to set the respective deletion indicators to the particular record using function CSAI_BOM_MAINTAIN as in transaction CS02.

Read only

0 Likes
2,505

problems are resolved. FM CSAP_MAT_BOM_ALLOC_DELETE

Read only

Former Member
0 Likes
2,505

Dear All,

Plz all experts reply on this

With best regards

Daneil Wu

Read only

Former Member
0 Likes
2,506

CSAP_MAT_BOM_ALLOC_DELETE