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

Dynamic Documents ( CL_DD_DOCUMENT ) in background to generate spool

Former Member
0 Likes
917

Hi Everyone,

Is it possible for a Dynamic Document with the use of CL_DD_DOCUMENT to run in background and generate spool output?

If it is possible, can you please tell me how?

Thanks in advance.

Hi Everyone,

Is it possible for a Dynamic Document with the use of CL_DD_DOCUMENT to run in background and generate spool output?

If it is possible, can you please tell me how?

Thanks in advance.

4 REPLIES 4
Read only

Former Member
0 Likes
786

Hi ,

I think we can schedule the dynamic documents normally , there is no need to do any specific programmming.

Regards,

Phani Sista.

Read only

0 Likes
786

Hi Phani,

I have no problem scheduling the program in background but the problem is, it does not generate spool. And also, the background job is active all the time.

Do you have sample codes to achieve it?

Thank you for your reply.

Regards,

Denver

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
786

Hello,

Are you using the Dynamic Documents in conjunction with some GUI containers?

BR,

Suhas

Read only

Clemenss
Active Contributor
0 Likes
786

Hi Denver,

dynamic documents are screen controls to be put in a (enjoy) container controlled by SAPGUI. In background, SAP just ignores any display processing for GUI controls.

The CL_GUI_ALV_GRID is an exception here, in background output is converted to an ALV list. I don't know and I don't think that for dynamic documents anything comparable exists.

Regards,

Clemens