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 for module pool program

Former Member
0 Likes
727

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………………….

3 REPLIES 3
Read only

Former Member
0 Likes
463

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

Read only

Former Member
0 Likes
463

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

Read only

Former Member
0 Likes
463

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