Application Development 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: 

Change documents on CS02

Former Member
0 Kudos

Hello everyone,

I need to know about what item was deleted on tcode CS02, but i realized that if the CHANGE_IND is 'D' on table CDPOS, it doesn't show us the deleted value.....does anyone know why??

Is that how it works? It only shows us if we do a change not a deletion?

Thanks in Advance.

2 REPLIES 2

viquar_iqbal
Active Contributor
0 Kudos

Hi

well when using the FM ****_CHANGE_WRITE_DOCUMENT

you need to pass the old value before deleting it by using a select query into o_****_test or under tables ytable

0 Kudos

Hi,

Well, my requirement is the following:

if a user deletes an item from a material bom, we don't know which one was deleted because this table CDPOS doesn't hold the old item, only the one that was inserted in place.

Is there a way, I mean, with other tables or these ones (CDHDR, CDPOS) to get this old item?

Thanks for your answer.