Application Development 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: 

creating finished-product with necessary semi-finished product with BAPI

Former Member
0 Kudos

Hi,

I really need help to be able to save materials made up of several parts with BAPI.

Let me show you the idea by using the example of car (finished product):

Car is built from a lot of components, for instance:

- 1 engine

- 4 tires

- 2 front lights

etc.

My task is to implement a method responsible for creating a finished product and all necessary semi-finished products which are connected with ready prod and save them in SAP. Furthermore I've got to create a bill of materials.

Has somebody faced such a problem? How have you solved it?

Looking forward your answers.

BR,

Rafal

3 REPLIES 3

Former Member
0 Kudos

u have to create BOM that it.

u have to diff options to create BOM.But i think no such BAPI to Create BOM,

Regards

Prabhu

0 Kudos

ok....but do u know which option I am supposed to enable to create BOM?

According to my best knowledge there is no BAPI to create BOM...i tried to find.

I found out that I have to create material master record for trading goods(type: HAWA ) and create Semifinished products (HALB) by using BAPI_MATERIAL_SAVEDATA (hopefully I'm right), but I still don't know how to connect them with each other and then use to create BOM.

Every help will be warmly appreciated.

If somebody may provide me an example it will be great.

BR,

Rafal

Former Member
0 Kudos

solved