2010 Jan 28 11:07 AM
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 ?
2010 Jan 28 3:25 PM
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 ?
2010 Jan 28 3:18 PM
To correct this error you need to provide one of following parameters -
FL_BOM_CREATE
FL_NEW_ITEM
FL_COMPLETE
2010 Jan 28 3:25 PM
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.
2010 Jan 28 4:21 PM
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]
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |