Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BOM changes report

Former Member
0 Likes
964

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

6 REPLIES 6
Read only

Former Member
0 Likes
870

this function modules should help u..

/ISDFPS/PM_BOM_GETDETAI

/ISDFPS/PM_BOM_GETLIST

Read only

Former Member
0 Likes
870

above mentioned function modules are not exist.

Regards,

Prasadbabu

Read only

Former Member
0 Likes
870

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

Read only

Former Member
0 Likes
870

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.

Read only

Former Member
0 Likes
870

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

Read only

Former Member
0 Likes
870

Is not there any other way to solve this problem?

regards,

Prasad.