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

Print two custom containers

Former Member
0 Likes
508

I have two custom container in a dynpro, how can I do to print custom containers together?

I have two custom container in a dynpro, how can I do to print custom containers together?

3 REPLIES 3
Read only

Sandra_Rossi
Active Contributor
0 Likes
466

The first answer is to use the windows ALT+print function to capture the screen into clipboard.

Now, if you want to print containers correctly (full width, full height), it depends upon the controls you displayed in the containers, if they can be printed or not (yes for ALV, GFW). You'll have to trigger the printings yourself and try to display only one print dialog for "printing the 2 containers". There are some threads about that.

Read only

Former Member
0 Likes
466

Hi,

Refer to this link....

Read only

Former Member
0 Likes
466

Unsolved