Hi Ashok,
A possibility is to use FM's in the CUKD function group (for instance, CUKD_HAS_RELATIONS and CUKD_COPY_ALLOCATION).
Moreover, BoM and routing should better be created / changed following the OSS note 488765 - 'Do it yourself EWB programming'.
Thank you and bye,
Flavio
I second Raymond Giuseppi with FM of group CSBI and CSBC. If you want some extra functionality and don't want to use "non-released" FMs, couldn't find the functionality you need (in classes, FMs) or to dig into SAP code, as a final way out you can use transaction SHDB.
AFAIK CSAP_MAT_BOM_CREATE or BAPI_MATERIAL_BOM_GROUP_CREATE don't handle object dependencies (cf. 545676 - FAQ BOM data transfer)
" Note that the function module can create only material BOMs without object dependencies.The interface of BAPI_MATERIAL_BOM_GROUP_CREATE does not contain any structure in which object dependencies can be assigned since the EWB modules called to create the BOMS cannot handle object dependencies.
However you may have to rely on good old FM of group CSBI and CSBC...
Add comment