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

BAPI to Create a BOM .

Former Member
0 Likes
2,889

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,545

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.

4 REPLIES 4
Read only

Former Member
0 Likes
1,545

BAPI_MATERIAL_BOM_GROUP_CREATE to create Material BOM.

Read only

Former Member
0 Likes
1,545

hi,

BAPI_MATERIAL_BOM_GROUP_CREATE -- Creation of a material BOM group

You can also use FM CSAI_BOM_CREATE

Regards

Read only

0 Likes
1,545

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

Read only

Former Member
0 Likes
1,546

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.