cancel
Showing results for 
Search instead for 
Did you mean: 

how to enable the printer option in print priview screen in script

Former Member
0 Kudos

Hi All,

Please tell me how to enable the printer option in script print priview screen.

Thanks & Regards

Murali

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI,

Check the field OPTIONS-TDNOPRINT parameter of FM OPEN_FORM if 'X' is passed the clear it.

Pass blank to the field OPTIONS-TDNOPRINT to get the print button enable in print preview.

Former Member
0 Kudos

hi

the print option TDNOPRINT has to be intial (' '). NOT 'X'

TDNOPRINT CHAR 1 0 No printing from print preview

this will do.

Gr., Frank

Former Member
0 Kudos

I think you get that option when you click on print preview.

Isnt it.

It all depends on what are the parameters that you passed while calling the Form from your driver program.