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: 

Most efficient way of checking for contract changes

Former Member
0 Kudos

Hi there,

I need to extract all the contract changes for certain period of time, and output them into a file. The question is, what is the most efficient way of extracting these changes to contracts?

I know CDHRD / CDPOS is a possible way but it will definitely take a long time considering the way it is structured.

Has anyone out there has a more efficient solution?

Thanks in advance.

Cheers,

Jared.

2 REPLIES 2

Former Member
0 Kudos

Use CHANGEDOCUMENT_READ which does the same reads as you would have done from the CDHDR or CDPOS. Just make sure that you will give as many of the index field values as possibile.

Former Member
0 Kudos

Hi, you can also try the sap standard program RSSCD200.

It call 'CHANGEDOCUMENT_READ' and associated FMs, so you can have a reference.

Hope it will helpful

thanks