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: 

consequential field changes in CDPOS tables

former_member200967
Active Participant

Hallo Experts,

I have a question rearding fields being logged in CDPOS tables, I want to know which field was actually changed by user and which was a consequential change.

For eg : If I manually update the ordered quantity of the Item, i just change the quantity field but the CDPOS table will also log the changes in the field confirmed quantity and Net price .

Is there any way I can determine which exact field was changed manually and which were just consequentially changed?

3 REPLIES 3

iklovski
Active Contributor
0 Kudos

Well, not in CDPOS. You might find this information in CDHDR. But, if CDHDR stores only one lie for the changes you described, then you won't be able to distinguish what was done manually and what was triggerred by this very change.

former_member200967
Active Participant
0 Kudos

@Eli, Even if I restrict one field change per save, still if changing quantity field canges 3 other fields I am still not able to identify which ones were not done manually. What i want to know is , is there any way that I can find consequential fields that get updated when a particular field is changed?

Rodrigo-Giner
Active Contributor
0 Kudos

Hi Manpreet, to your question. No... you can't know wich field were manually changed and wich fields "depend" of that one...a functional could help you if there are common and well know field. But Technically there is no reference between them.

Regards