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: 

Dynamic Documents (cl_dd_document) performance problems

kmoore007
Active Contributor
0 Kudos

I created a program which uses dynamic documents for output. It has a few pages of output (5 - 6). The problem is the performance of the method 'merge_document' is way too slow to be practical. It takes about a minute just to merge a few pages. It gets worse the more pages you have.

Someone know some tips to speed up the performance of dynamic documents? I would like to use it some, but if the performacne is this bad, the users will not be happy and I won't be able to push this into Production.

Thanks.

4 REPLIES 4

Former Member
0 Kudos

There are a number of notes related to this. Have you searched?

Rob

0 Kudos

I have search for SAP notes and found a couple of older ones from a few years back which we already have in our system. I haven't seen any newer notes. We are on ERP 6.0.

0 Kudos

So, I think it's a question for OSS, not the forum.

Rob

0 Kudos

I decided to go with the tried and true SAP Smartforms. A bit cumbersome, but it allows me to use ABAP logic within the smartform which is a requirement for this report.

Edited by: Kenneth Moore on Jun 17, 2011 9:11 AM