2016 Feb 03 11:01 AM
Hi Experts,
I want to create the change number for BOM. I have used the BAPI BAPI_ISMCHANGENUMBER_CREATE .
This BAPI throwing a short dump . The reason for that is, it’s checking data in TJY00 table and since there’s no data in that table, it’s giving that dump.
Is there any other FM to create the change number or we will go for BDC?
Please suggest.
Thanks & Regards,
Arindam Samanta.
2016 Feb 03 11:23 AM
Even if not released for customers, i found useful FM CCAP_ECN_CREATE (I found it last year for a similar request)
2016 Feb 03 12:12 PM
Hi Simone,
Thanks for your reply. I am providing mandatory parameter CHANGE_HEADER. I am not passing any other.
It is throwing error - Change number cannot be processing like that.
Could you please provide the parameters for this FM?
Thanks & Regards,
Arindam Samanta.
2016 Feb 03 12:20 PM
Hi Arindam,
Depending by the kind of bom you are creating, you have to fill also one or more structure between
OBJECT_BOM
OBJECT_BOM_CUS
OBJECT_BOM_DOC
OBJECT_BOM_EQUI
OBJECT_BOM_LOC
OBJECT_BOM_MAT
OBJECT_BOM_PSP
OBJECT_BOM_STD
Even more, which data are you passing in CHANGE_HEADER?