2008 Jan 28 1:49 PM
Hi,
I created a table maintenance generator, in that table maintenace generator 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.
Problem is how to know whether it is ia created record or update record?
Please
Thaks in advance.
Hi,
I created a table maintenance generator, in that table maintenace generator 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.
Problem is how to know whether it is ia created record or update record?
Please
Thaks in advance.
2008 Jan 28 1:56 PM
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
Regards,
Nageswar
2008 Jan 29 4:51 PM
If table maintenance generator is there for a table, then the change pointers will work?
2008 Jan 29 7:45 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |