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

Change documents : Insert, Multiple Field Documentation

Former Member
0 Likes
474

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
Read only

Former Member
0 Likes
413

Hi,

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

regards

jansi

Read only

0 Likes
413

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