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: 

Change documents : Insert, Multiple Field Documentation

Former Member
0 Kudos

Hi experts,

We are facing an important problem on change documents (CDHDR/CDPOS) analysis.

Our client is asking to display an INSERT like an UPDATE (ie. one line by field in CDPOS table).

At the moment, when we track an INSERT, we add only one line in CDPOS table, with the field FNAME filled with 'KEY'.

It is possible to change "easily" this behaviour ?

The other solution is to "reconstruct" the Insertion information during historic display, but we want to avoid it, as this will be really difficult to implement.

I hope you will be able to help.

Regards,

Mathieu

2 REPLIES 2

Former Member
0 Kudos

Hi,

Can u tell me in which scenario so that i can help as i already had this type of scenario.

regards

jansi

0 Kudos

This is a full specific scenario, it can be hard to describe it.

In our specific function, we call successivly :

CHANGEDOCUMENT_OPEN (OBJECT_CHANGE_INDICATOR = I)

CHANGEDOCUMENT_SINGLE_CASE (CHANGE_INDICATOR = I)

CHANGEDOCUMENT_CLOSE

Hope it helps