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

Material BOM Upload

Former Member
0 Likes
2,980

Hi All,

I have to upload Bills of Material. (transaction CS01)

The program will have functionality to accept an external file in MS EXCEL format for BOM data to be uploaded. The BOM data received from MS EXCEL file will be stored into Internal Tables for further process.

After data gathering into Internal Tables, system will run pre-recorded BDC Or BAPI to upload BOM in new Org Structures

For every Material there will not be more than 1 altenative. Under this alternative there will be multiple material BOMs.

I have tried using BAPI_BOM_UPLOAD_SAVE

FM CSAP_MAT_BOM_CREATE

BAPI_MATERIAL_BOM_GROUP_CREATE

But still I am unable to create multiple materials under one alternative. Can you suggest any other way of doing the same.

Kindly Help.

Thanks in advance,

Shraddha

1 ACCEPTED SOLUTION
Read only

Shwetha58shetty
Explorer
0 Likes
1,571

Try BDC with table control. I have done it by using the same.

Regards,

Shwetha

2 REPLIES 2
Read only

Shwetha58shetty
Explorer
0 Likes
1,572

Try BDC with table control. I have done it by using the same.

Regards,

Shwetha

Read only

0 Likes
1,571

Thanks Shwetha.

I came across this FM CAD_CREATE_BOM_WITH_SUB_ITEMS

It solved my purpose.