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

Deleted STPO data

Former Member
0 Likes
1,565

Hi all,

In my project ,Have encountered the following problem,Which I want to clear with you guys.

When I delete a BOM component using transaction CS02,I look into the cdhdr and cdpos tables to see the changes.

From the cdpos table,I get a tabkey field which is a KEY to the stpo table.But as the component is deleted,the entry corresponding to this tabkey is not there in STPO.

But I want to find out the "componentname" and "position" of the BOM component which got deleted.This information is there in the SPPO fields - idnrk and posnr.

But as the STPO doesnt have the deleted component.where will I get this information from...

I really need this information.

Any help is appreciated.

Thanks

Koh

Hi all,

In my project ,Have encountered the following problem,Which I want to clear with you guys.

When I delete a BOM component using transaction CS02,I look into the cdhdr and cdpos tables to see the changes.

From the cdpos table,I get a tabkey field which is a KEY to the stpo table.But as the component is deleted,the entry corresponding to this tabkey is not there in STPO.

But I want to find out the "componentname" and "position" of the BOM component which got deleted.This information is there in the SPPO fields - idnrk and posnr.

But as the STPO doesnt have the deleted component.where will I get this information from...

I really need this information.

Any help is appreciated.

Thanks

Koh

5 REPLIES 5
Read only

Former Member
0 Likes
1,207

CDPOS for the change....old value, new value.

Read only

0 Likes
1,207

But what I need is the component name and posnr of the deleted item.These information are not there in cdpos.

Read only

0 Likes
1,207

Have found that we can use Engineering Change Management (ECM) to log the change.If the ECM is already engaged and while getting data from stpo can I put the "validFromdate" 1 day before the date of deletion so that I get the deleted record information from STPO.

Read only

0 Likes
1,207

Hi Experts,

Could someone give me a hand on this one.Have no clue so far about this...

Read only

0 Likes
1,207

Found out that the deleted record will be in object clas stue_v