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

Provide print option on module pool screen

Former Member
0 Likes
779

Experts,

There is a urgent requirement where in I have to provide PRINT option just as in standard SAP screens, on to my module pool screen, ie I need to provide a option in the menu of the module-pool screen,up on selecting it should work as in the standard SAP-screen print option.

Correct answers will be promptly rewarded.

Regards,

Ram.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
685

Hi,

You need to include the PRINT button in the PF-STATUS.

Handle the USER COMMAND for PRINT button.

Call the smartform which has the data in the specified format.

Best regards,

Prashant

Experts,

There is a urgent requirement where in I have to provide PRINT option just as in standard SAP screens, on to my module pool screen, ie I need to provide a option in the menu of the module-pool screen,up on selecting it should work as in the standard SAP-screen print option.

Correct answers will be promptly rewarded.

Regards,

Ram.

5 REPLIES 5
Read only

Former Member
0 Likes
685

Hi, if u add one push button in screen and write appropriate code on click event. That means u need to write code into command button.

Read only

Former Member
0 Likes
686

Hi,

You need to include the PRINT button in the PF-STATUS.

Handle the USER COMMAND for PRINT button.

Call the smartform which has the data in the specified format.

Best regards,

Prashant

Read only

0 Likes
685

My module pool screen contains table controle and I need to print the contents of it.

Regards,

Ram

Read only

0 Likes
685

Hi,

Enable the print function from Menu painter and code the printing functionality.

For coding the print functionality refer to the link :

http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba5ef35c111d1829f0000e829fbfe/content.htm

Thanx & Rgds.

Read only

Former Member
0 Likes
685

Hi all,

My question is answered.

Thanks & Regards,

Rama Murthy.P