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: 

Write to table CDHDR / CDPOS

Former Member
0 Kudos

Hi colleagues,

is it possible to insert data into the tables CDHDR or CDPOS when I create ( not change or delete ) a purchase order ?

If not, perhaps is there a function modul to write informations to these tables ?

Best regards

Dieter

2 REPLIES 2

Former Member
0 Kudos

Hi

When ever a field values is changed in an application document these tables get updated

for example if you change a field in PO then that change will be recorded in these tables

<b>Reward points for useful Answers</b>

Regards

Anji

Former Member
0 Kudos

Create of a purchase order results in data being inserted into the PO tables EKKO, EKPO, etc. Subsequent changes to the order are logged in CDHDR / CDPOS - So you can get back to the original by taking the current PO data and "Subtracting " any changes stored in CDHDR/CDPOS for the order.

Storing all the PO data in these tables at creation would significantly increase the data volume in tables that are already quite large - without adding functionality?

Andrew