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 module pool screen output - containing multiple table controls

Former Member
0 Likes
510

Hi all,

I have created module program which contains 2 table controls and some user defined headings.

user enters data in these two table controls and when save button is pressed data is saved in two Z tables.

My requirement is :

I have put a print icon in the gui status, when this is clicked, the screen content(headings and table controls)

should be printed in A4 .

Pl help.

Regards

Senthil

3 REPLIES 3
Read only

Kiran_Valluru
Active Contributor
0 Likes
460

Hi.,

U cannot print module pool screen., Do it manually..

loop the table control contents and print it manually using Function Module.

Hope this helps u.,

Thanks & Regards

Kiran

Read only

0 Likes
460

hi kiran,

thanks for the reply.

i need to print headings along with table controls.

any coding available?

regards

senthil

Read only

0 Likes
460

Hi,

In PAI

When Print button pressed .,

leave to list processing

loop table control internal table

and write output., then u can print from there.,

else have a look at this FM : RSPO_SX_OUTPUT_TEXTDATA

hope this helps u.,

Thanks & Regards

Kiran