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 Change list

Former Member
0 Likes
503

how to find the BOMs changed,and to list them --specially the case of item deleted.

thanks!

how to find the BOMs changed,and to list them --specially the case of item deleted.

thanks!

1 REPLY 1
Read only

shivananddeshmu
Explorer
0 Likes
448

Hello Edgar,

1) Goto TC: CC03 and display the change master. goto menu environment->reporting->BOM Changes . Here you will get details of all the changes done to BOM´s using this change master.

2) Alternatively you can use the FM CHANGEDOCUMENT_READ to get the same data programmatically.

3) You can also check the history of BOM items maintained in table STAS. All the items that were deleted will have field LKENZ set to 'X'.

Reward if useful.

Rgds

Shiva