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 Button in Module Pool Program

Former Member
0 Likes
1,024

Hi All,

Im using table control.Need print button.Can pleasehelp on this ,how to proceed.

Regards,

Anu.

6 REPLIES 6
Read only

Former Member
0 Likes
832

Hi Anitha,

Go to the menu SYSTEM => STATUS & then go the screen program option & see the GUI status of this program finally copy the Screen program & Status to a Z one by using transaction SE43.

Then use this PF status in you program.

Close the thread if this helps you.

Regards

Abhii

Edited by: Abhii on Aug 24, 2010 10:32 AM

Read only

0 Likes
832

Hi,

Yes,But in PF Status I mentioned as Functions Key Print.

But when running the module pool its not working .

Regards,

ANu

Read only

0 Likes
832

Hi,

Any help.

Thank You,

ANu.

Read only

0 Likes
832

Hi,

Your function key is not working.

How did you create print button in your screen and how are you relating it to the code which needs to be triggered after pressing print button?

Thanks,

Archana

Read only

0 Likes
832

Hi,

What code you written for the Button .

Regards,

Madhu.

Read only

0 Likes
832

You have to put some code for printing, table control wont do it by itself. Put a perform in the PAI module for function key. You could also look at FM FITRV_PRINT_TABLE_CONTROL_DATA.

Regards,

Raymond