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 preview print option disabling

Former Member
0 Kudos
709

Dear All,

Can we disable the print option in print preview,

Actually there is this SAPScript Print output which cannot be printed until it was released,but print preview is available.i need to block this print option here this print preview.

Can we control it thru print program.

thanks in advance.

2 REPLIES 2

former_member214131
Active Contributor
0 Kudos
189

Hi,

We can supress the print option.

ITCPO-TDNOPRINT = 'X' .or. ' '. Pass this structure to OPTIONS Inport parameter.

and to supress the dialog box you can use export parameter

'DIALOG' in the OPEN_FORM.

Hope this helps you

Regards, Murugesh AS

Message was edited by: Murugesh Arcot

ssimsekler
Active Contributor
0 Kudos
189

Hi Srinivas

I believe Murugesh's post has solved your problem. So, let me introduce you the SDN forums pointing system: You can assign points to posts you find helpful while solving your question. You can reward points by clicking the yellow star icon at header of each reply post. You can reward;

- one 10 points (solved)

- two 6 points (very helpful answer)

- many 2 points (helpful answer)

Kind Regards...

*--Serdar