‎2008 Jun 16 1:23 PM
Hi,
I have created a table maintenance generator.
In that, when ever a record was created, a idoc will be generated, in that idoc, a field will be updated with
value 'C'.
Simultaniously when I change the existing record 'U' will be updated in IDOC field.
can you please help me out in finding whether it is a created record or an update record?
‎2008 Jun 16 1:26 PM
Hi,
Check CDHDR and CDPOS tables . So whenever you do changes for a particular record or insert a new record . all the changes will be tracked in these tables.
In these table you have one field to identify wether it is updated or createe record .
That field will hold the values I(fir insert) U (for update)
Reward Points if useful
Rishika bawa
‎2008 Jun 16 1:26 PM
Hi,
Check CDHDR and CDPOS tables . So whenever you do changes for a particular record or insert a new record . all the changes will be tracked in these tables.
In these table you have one field to identify wether it is updated or createe record .
That field will hold the values I(fir insert) U (for update)
Reward Points if useful
Rishika bawa
‎2008 Jun 16 1:31 PM
Hi Ravish,
Check CDHDR and CDPOS tables to track any changes.
reward if helpful
preet