‎2011 May 06 6:07 AM
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
‎2011 May 06 7:16 AM
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
‎2011 May 06 7:18 AM
hi kiran,
thanks for the reply.
i need to print headings along with table controls.
any coding available?
regards
senthil
‎2011 May 06 7:47 AM
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