cancel
Showing results for 
Search instead for 
Did you mean: 

restrict the printing of documents in the DMS

0 Kudos

Hi everybody

I want to know:

1- Is there any way that I can restrict users to printing in DMS?

2-how can I disable the Ctrl+P option in ECL Viewer?

Thanks for your attention

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_hopf
Advisor
Advisor

Dear Gelaa,

based on the provided information I think that the new authorization object C_DRAW_APL (see SAP note 2090482) could help to achieve the checks for originals.

For disabling the shortcut or printing function in the ECL Viewer there is no option in the standard. But maybe you can check class CL_DV_VIEWER_CONTROL_ECL and method CREATE_TOOLBAR. Here you find an area called "Print" where registry keys are checked and maybe a modification here can help.

Best regards,

Christoph

0 Kudos

Hi Christoph

Thanks for your answer.

I find the class and that method, I put break point on that line but when I debug abap, apparently program does not see it. And when I select debug abap or debug screen from utilities and then press ctrl+p I see the print window directly and don’t see any source!