2006 Mar 28 12:42 PM
Hi all,
I am woking on module pool program. Client wants print option for that program.
That program consists of tabl control option.
With out using (print prog and lay out set design) as usual processes.
If any one provide the info for this it will appreciated with reward points .
2006 Mar 28 12:48 PM
Hi,
In your screen PBO set the PF-status and enable Print Option and then handle that Print Button Ok code in Your PAI.
Regards
Vijay
2006 Mar 28 12:57 PM
Hi
You have to manage the print by your self, so you need to insert the icon for the print into your gui status and then you can or:
- To transfer your output table to ALV function: it'll manage the print;
or
- to create an abap list using the statament NEW-PAGE with option PRINT ON: the system'll automatically open the dialog and print the list.
Max
2006 Mar 28 1:10 PM
Hi Praveen,
If you want to print directly with out creating layout etc you need to go for ALV instead of table control.
The alv has the capability of priting the list.
so better go for this option.
Other wise you need to go for a normal process of activating GUI STATUS print button and write code for PRINT BUTTON Function code.
Regards
Anil Kumar K