‎2009 Oct 29 10:54 AM
dear all,
I want bom changes data. if we delete or add any lower level component , if we change qty. it should display old qty as well as new qty and deleted item as well as added item to bom. I have seen CS03.Is there another bapi or function module to trigger bom changes data.
with regards,
Prasadbabu
‎2009 Oct 29 11:34 AM
this function modules should help u..
/ISDFPS/PM_BOM_GETDETAI
/ISDFPS/PM_BOM_GETLIST
‎2009 Oct 30 3:41 AM
above mentioned function modules are not exist.
Regards,
Prasadbabu
‎2009 Oct 30 7:51 AM
1. Prepare OBJECTID by CONCATENATE STKO-MANDT STKO-STLTY STKO-STLNR
2. Get changes at header level by FM CHANGEDOCUMENT_READ_HEADERS by passing OBJECTCLASS = STUE and OBJECTID from step 1.
3. Get item level changes using CHANGEDOCUMENT_READ_POSITIONS using changebumbers obbtained in step 2
‎2009 Nov 04 7:42 AM
iam getting only quantity changed data, but i also want item deleted data like old item which is deleted from BOM and which item is added to BOM.
With Regards,
PrasadBabu.
‎2009 Nov 04 8:57 AM
hi,
For your requirement SAP system should have ECM ( Engineering Change Management )implemented. whenever you change the BOM , new ECM number get generated.So that you can track the changes
Thanks,
SAtish
‎2009 Nov 09 6:33 AM
Is not there any other way to solve this problem?
regards,
Prasad.