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

help

Former Member
0 Likes
341

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
323

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

2 REPLIES 2
Read only

Former Member
0 Likes
324

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

Read only

Former Member
0 Likes
323

Hi Ravish,

Check CDHDR and CDPOS tables to track any changes.

reward if helpful

preet