cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function Module for BOM Creation

Former Member
0 Likes
4,011

Hi Guys,

I want to create a BOM programatically. I am using FM: BAPI_MATERIAL_BOM_GROUP_CREATE, but am getting exception "Incomplete Data". Can you please tell us what are the mandatory parameters we need to pass in the FM to create a BOM, or if there is any other way of doing it.

Thanks in advance,

Samarpita

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi,

If you can paste the code here, then it would be easier to let you know why you're getting that message.

Alternatively you can use the FM - CSAP_MAT_BOM_CREATE to create Material BOM's.

Regards,

Vivek

Answers (2)

Answers (2)

Ritz
Active Contributor
0 Likes

Hi ,

You can use LSMW or BDC to record the transaction CS01 or CS02.

Regards

Former Member
0 Likes

Dear Samarpita,

Check with this Functional Modules,

CSAI_BOM_CREATE

CSAP_MAT_BOM_CREATE

CSAP_ORD_BOM_CREATE - Order BOM

CS_BI_BOM_CREATE_BATCH_INPUT Create BOM Via Batch Input

CS_BI_BOM_CREATE_BATCH_INPUT1 Create BOM Via Batch Input

CS_BI_BOM_CREATE_WITH_LONGTEXT

CS_CL_P_BOM_CREATE

CS_CL_S_BOM_LTEXT_CREATE

CS_CL_S_MAT_BOM_CREATE

CS_CL_S_MAT_BOM_CREATE_BY_COPY

Regards

Mangalraj.S