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: 

Printing

Former Member
0 Kudos

Dear all,

I am going to hook the printing process, below is the details :

There is a SAP standard print button in menu/toolbar button, right ?

I want to insert some code before or after the printing process (something like user-exit).

Let's say I want to display a Message "hello" before window print is shown then it will continue to execute SAP standard printing code (as usual when we press the print button and a window print will be displayed).

Does anyone know how to do it ?

Thank you in advance

Best regards,

me

2 REPLIES 2

Former Member
0 Kudos

Hi,

Try this user exit EXIT_SAPLLMGT_083 in the enhancement MWMRFPRT.

Regards,

Nagaraju Chidurupalli

0 Kudos

Hi,

I am trying to use the user-exit you advided but can't make it work...

The user is alredy active, I have inserted a break point but I don't know why it's not coming to it.

Any help?

Thanks in advance,

Nisha