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

Change documents on CS02

Former Member
0 Likes
697

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.

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
Read only

viquar_iqbal
Active Contributor
0 Likes
633

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

Read only

0 Likes
632

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.