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 CSAI_BOM MAINTAIN

Former Member
0 Likes
2,281

I am using BAPI CSAI_BOM_MAINTAIN to change BOM, but is it giving me error "Check effectivity data".

There is no documentation available for this BAPI can anybody help me in correcting this error ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,455

Hi Spidy123,

Abhishek is right. You need to provide one of these parameters.

But first parameter is mandatory. You have to always select it. And according to your need you can select either of remaining flags.

like -

FL_BOM_CREATE = 'X'.

FL_NEW_ITEM = 'X'.

This will create a new item if it is not present. System ignores items with deletion indicator.

If system doesn't find the BOM, it will create BOM.

I am using BAPI CSAI_BOM_MAINTAIN to change BOM, but is it giving me error "Check effectivity data".

There is no documentation available for this BAPI can anybody help me in correcting this error ?

3 REPLIES 3
Read only

abhishek_shukla3
Explorer
0 Likes
1,455

To correct this error you need to provide one of following parameters -

FL_BOM_CREATE

FL_NEW_ITEM

FL_COMPLETE

Read only

Former Member
0 Likes
1,456

Hi Spidy123,

Abhishek is right. You need to provide one of these parameters.

But first parameter is mandatory. You have to always select it. And according to your need you can select either of remaining flags.

like -

FL_BOM_CREATE = 'X'.

FL_NEW_ITEM = 'X'.

This will create a new item if it is not present. System ignores items with deletion indicator.

If system doesn't find the BOM, it will create BOM.

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,455

CSAP_MAT_BOM_OPEN

CSAP_BOM_ITEM_MAINTAIN

CSAP_MAT_BOM_CLOSE

check link:[http://help.sap.com/saphelp_40b/helpdata/fr/92/58b521417011d189ec0000e81ddfac/content.htm]