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 Printing Problems

kmoore007
Active Contributor
0 Likes
308

Hi,

I have developed a report which displays the data using the dynamic documents class cl_dd_document. I have added shading and colors. My problem is when I print, using the method PRINT_DOCUMENT, none of the shading/colors show on the printout. Also, there are no table grid lines being printed. Is this normal or do I have a problem.

Another problem is that the column headers only print on the first page. I expect them to print on each new page.

Thanks.

1 ACCEPTED SOLUTION
Read only

Kiran_Valluru
Active Contributor
0 Likes
269

Hi.,

Back Ground will not be print using cl_dd_document., Check DD_STYLE_TABLE Program.. this will help u., to print document.,

also you can see backgrund colors cannot be print... but you can print text color..

hope this helps u.,

Thanks & Regards,

Kiran

1 REPLY 1
Read only

Kiran_Valluru
Active Contributor
0 Likes
270

Hi.,

Back Ground will not be print using cl_dd_document., Check DD_STYLE_TABLE Program.. this will help u., to print document.,

also you can see backgrund colors cannot be print... but you can print text color..

hope this helps u.,

Thanks & Regards,

Kiran