cancel
Showing results for 
Search instead for 
Did you mean: 

Latest BOM

Former Member
0 Kudos

Hi,

We are using ECM in our project. So the data in the STPO (BOM Item table) is different from what we see in CS02. On which condition can fetch the latest data from the from the STPO table as we see in CS02? Please give your suggestions.

Thanks

Ramakanth

Accepted Solutions (1)

Accepted Solutions (1)

former_member184655
Active Contributor
0 Kudos

Dear Ramakanth,

I could not understand your requirement properly,but instead of looking into STPO table alone,also just

check in STAS table.

Check and revert back if not solved.

Regards

Mangalraj.S

Former Member
0 Kudos

Hi,

Suppose there is a component A in a BOM. I change the BOM using a change number and replace the component A with a new component B. In the table STPO (BOM Item data) there is a record for A and B also. Now, we are extracting data using a program and I dont want A to be fetched in the records. I am unable to find a condition basing up on which I can filter the old data.

Regards

Ramakanth

former_member184655
Active Contributor
0 Kudos

Dear Ramakanth,

Check in Table STAS using BOM number.

Say For Eg:

Product is X and it's BOM number is 00002850 and it has got a component say A.

Now if you check in STAS table you will get the result like this,

STLNR STLKN AENNR LKENZ STVKN

00002850 00000001 00000001

Now Let's assume you are deleting this component A and adding a new component say B using a Change

number 50000000076.So for the same product X if you check in table STAS,then the result will be like this,

STLNR STLKN AENNR LKENZ STVKN

00002850 00000001 500000000076 X 00000001

00002850 00000002 500000000076 00000002

Which means item node 00000001 is no more present in the BOM because its marked with LKENZ = X.

I hope this will help you to understand more.

Revert back if you need any more assistance.

Regards

Mangalraj.S

Former Member
0 Kudos

Hi Mangalraj,

Thanks for your input. It was a great help.

Thanks

Ramakanth

Answers (0)