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

CDPOS table problem

vallamuthu_madheswaran2
Active Contributor
0 Likes
582

HI Friends,

we have one report usnig the table CDHDR and CDPOS. if we cahnge anything in VA42 that field isreflects in the zreport .

if we add any material in va42, that field is not reflecting in CDPOS. how we get the detail

Thanks & Regards,

Vallamuthu.M

Edited by: vallamuthu madheswaran on Mar 24, 2010 5:35 PM

4 REPLIES 4
Read only

Former Member
0 Likes
516

Check this : http://wiki.sdn.sap.com/wiki/display/ABAP/ABAP-DataChangeTrackerforCustom+Tables

Use FM : 'CHANGEDOCUMENT_READ_HEADERS', 'CHANGEDOCUMENT_READ_POSITIONS'

Read only

0 Likes
516

Hi Madhavi,

This FM's also won't give the field name and value.

Thanks & Regards,

Vallamuthu.M

Read only

Former Member
0 Likes
516

Hi,

Check the config. We need to config the MATNR as a change pointer for VA42 change .

Thanks,

Raj.

Read only

vallamuthu_madheswaran2
Active Contributor
0 Likes
516

Solved. Any added material is not recorded in CDPOS. The line item number is stored in the TABKEY field.

Thanks & Regards,

Vallamuthu.M