‎2008 Apr 01 11:44 AM
Hi All,
my requirement is i wll be getting the BOM data through a file interface and we need to create BOM using the data in the file.
we are planning to use BAPI to create BOM.
Can some one plz tell me is there any BAPI available to create BOM by coping from existing BOM.
can we use BDC if there is no BAPI available.
thanks
Chindam.
‎2008 Apr 02 6:39 AM
Hi
You can use this API function (CSAP_MAT_BOM_MAINTAIN) which is well documented.
you have a sample prg in the documentation.
Regards
Milton.
‎2008 Apr 01 11:48 AM
‎2008 Apr 01 12:12 PM
hi,
BAPI_MATERIAL_BOM_GROUP_CREATE -- Creation of a material BOM group
You can also use FM CSAI_BOM_CREATE
Regards
‎2008 Apr 01 2:27 PM
thanks for your response but unfortunately did not solve my issue.
Yes the above 2 FM can be used to create a BOM but i want to know what are the various fields used to create BOM by copying from the existing BOM (Copy as).
thanks
‎2008 Apr 02 6:39 AM
Hi
You can use this API function (CSAP_MAT_BOM_MAINTAIN) which is well documented.
you have a sample prg in the documentation.
Regards
Milton.