Application Development 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: 

Print option on module pool screen

Former Member
0 Kudos

Hi 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 containing <b>Table controle</b>,up on selecting it should work as in the standard SAP-screen print option.

Correct answers will be promptly rewarded.

Regards,

Ram.

3 REPLIES 3

Former Member
0 Kudos

Hi,

Create a push button and assign a function code.

Using if or case statement, call function module GET_PRINT_PARAMETERS by passing the required parameters. Then you will be prompted to get the print.

Hope this helps.

Thanks,

Srinivasa

Former Member
0 Kudos

Hi my problem is solved thanks

0 Kudos

Hi,

Please could one of you tell me what are the required paarmeters that are to be passed to function module get_print_parameters as even I have a similar requirement where in I need to print the contents of a table control.

Regards,

Sushanth H.S.