2011 Dec 16 1:36 PM
Hi All,
While creating the bom with the FM "CSAP_MAT_BOM_MAINTAIN" using change number i am getting the below error message.
" Processing of this object is not supported with change number."
Please help me out.
Regards
Suresh
2011 Dec 16 2:07 PM
Hi Suresh,
Right in the FM documentation it says this: "If you only want to create BOMs, use function module CSAP_MAT_BOM_CREATE."
Sounds like you want to use that if you are creating BOMs...
Regards,
Ryan Crosby
2011 Dec 16 2:38 PM
Hi Ryan,
I have created around 20 BOM's with same FM 'CSAP_MAT_BOM_MAINTAIN'.
Regards
Suresh
2011 Dec 16 3:24 PM
call function 'CSAP_MAT_BOM_MAINTAIN'
exporting
material = material
plant = plant
bom_usage = usage
alternative = alternat
valid_from = y_date
* CHANGE_NO = "<----Have u used this field for creating ?
* REVISION_LEVEL =
i_stko = l_stko
* FL_NO_CHANGE_DOC = ' '
fl_commit_and_wait = 'X'
fl_bom_create = 'X'
fl_new_item = ' '
fl_complete = ' '
* IMPORTING
* FL_WARNING =
* O_STKO =
CSAP_MAT_BOM_CREATE would be an ideal one for creation and CSAP_MAT_BOM_MAINTAIN for change
Regards,
Mithun Shetty.
2011 Dec 19 5:54 AM
Hi Mithun,
Yes i used CHANGE_NO in the FM "CSAP_MAT_BOM_MAINTAIN".
Regards
Suresh
2011 Dec 19 6:39 AM
Hi All,
I tried with FM CSAP_MAT_BOM_CREATE to create the BOM. It is also giving the same error message as below.
"Processing of this object is not supported with change number"
Regards
Suresh