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

Table maintenance generator updation

Former Member
0 Likes
521

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.

3 REPLIES 3
Read only

Former Member
0 Likes
499

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

Read only

0 Likes
499

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

Read only

0 Likes
499

Yes it willl work

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