cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CDHDR table performance issue.

Subbaka11
Participant
0 Likes
320

As per the current requirement, we need to retrieve change document records based only on OBJECTCLAS and UDATE. In our current object, there is no scope to pass additional key fields such as OBJECTID or CHANGENR. Due to the large volume of data in CDHDR, fetching records using only OBJECTCLAS and UDATE is causing performance concerns.

Could you please suggest any suitable SAP standard function module, API, or recommended approach to efficiently fetch CDHDR data based on OBJECTCLAS and UDATE without impacting system performance? Also, kindly advise if there are any best practices or alternative solutions to handle this requirement.

Accepted Solutions (0)

Answers (2)

Answers (2)

Lakshmipathi
SAP Champion
SAP Champion
0 Likes

In that z-report, you can very well copy the logic from the standard report AUT_REP10.

Lakshmipathi
SAP Champion
SAP Champion
0 Likes

Execute Transaction AUT10 followed by F9 key.  You will have multiple options over there

Subbaka11
Participant
0 Likes
Hi Lakshmipathi, Thanks for the response, but we are using CDHDR table in ZREPORT and facing performance issue at selection query we are trying to improve performance using different data fetching techniques.