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

BOM Creation - CS01

Former Member
0 Likes
490

Hi all.

i need to write a BDC for creating BOM. are there any BAPI

available.untill now i came across two :

BAPI_BOM_UPLOAD_SAVE

BAPI_MATERIAL_BOM_GROUP_CREATE

Which one is the apt one or is it better to do bdc?

Thanks,

kavitha

1 ACCEPTED SOLUTION
Read only

JoffyJohn
Active Contributor
0 Likes
447

There is an RFC function module.

CSAP_MAT_BOM_CREATE for creation of BOM. You can use this function module to create BOM.

Hi all.

i need to write a BDC for creating BOM. are there any BAPI

available.untill now i came across two :

BAPI_BOM_UPLOAD_SAVE

BAPI_MATERIAL_BOM_GROUP_CREATE

Which one is the apt one or is it better to do bdc?

Thanks,

kavitha

1 REPLY 1
Read only

JoffyJohn
Active Contributor
0 Likes
448

There is an RFC function module.

CSAP_MAT_BOM_CREATE for creation of BOM. You can use this function module to create BOM.