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: 

Table maintenance generator updation

Former Member
0 Kudos

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.

3 REPLIES 3

Former Member
0 Kudos

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

0 Kudos

If table maintenance generator is there for a table, then the change pointers will work?

0 Kudos

Yes it willl work

Edited by: Cili on Jan 29, 2008 8:56 PM