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

CDHDR/CDPOS Tables

Former Member
0 Likes
714

Hi experts,

What are the fields OBJECTCLAS and OBJECTID in CDHDR/CDPOS tables?

What type of values will be stored in theses tables?..Can any body let me know with an example..

Regards

Ravi.

1 ACCEPTED SOLUTION
Read only

h_senden2
Active Contributor
0 Likes
665

OBJECTCLAS shows the class of the change. This can be EKKO or MATERIAL

OBJECTID is a link to the object itself, for instance the purchase order number or the material number

regards,

Hans

Please reward all helpful answers !!!!!

Hi experts,

What are the fields OBJECTCLAS and OBJECTID in CDHDR/CDPOS tables?

What type of values will be stored in theses tables?..Can any body let me know with an example..

Regards

Ravi.

2 REPLIES 2
Read only

h_senden2
Active Contributor
0 Likes
666

OBJECTCLAS shows the class of the change. This can be EKKO or MATERIAL

OBJECTID is a link to the object itself, for instance the purchase order number or the material number

regards,

Hans

Please reward all helpful answers !!!!!

Read only

Former Member
0 Likes
665

If you want to get all the changes for a material, the the Objectclass would be MATERIAL and the objectid would be the material number.

if you want all the changes for a PO header, then object class would be EKKO and Object ID would be the PO Number.

If yo uwant the changes for a PO Item, then the Objectclass would be EKPO and the Object Id would be the concatenation of the PO Number and PO Item.

Regards,

Ravi