‎2010 Nov 11 7:16 AM
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
‎2010 Nov 11 8:27 AM
Try BDC with table control. I have done it by using the same.
Regards,
Shwetha
‎2010 Nov 11 8:27 AM
Try BDC with table control. I have done it by using the same.
Regards,
Shwetha
‎2010 Nov 11 10:58 AM
Thanks Shwetha.
I came across this FM CAD_CREATE_BOM_WITH_SUB_ITEMS
It solved my purpose.