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

Correct Function module Read CDPO CDHDR

Former Member
0 Likes
978

HI ,

I need to read CDPO and CDHDR tables for change documents of class 'EINKBELEG'

I used fm CHANGEDOCUMENT_READ_HEADERS but it did not return correct records.The DB table contains 87 recs and FM returned 20 records.

Please suggest whether there is any one fm which can fetch both header and item ie cdhdr and cdpos in one call...

Also mention separate FM for reading CDHDR , CDPOS.

Regards,

Shital

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
735

This will help you.

[http://help.sap.com/saphelp_nw04/helpdata/EN/2a/fa01dd493111d182b70000e829fbfe/content.htm]

2 REPLIES 2
Read only

GauthamV
Active Contributor
0 Likes
736

This will help you.

[http://help.sap.com/saphelp_nw04/helpdata/EN/2a/fa01dd493111d182b70000e829fbfe/content.htm]

Read only

Former Member
0 Likes
735

Hi

Look this fm CHANGEDOCUMENT_READ_WITHOUT_ED

Maybe is helpful

Regards

Gregory