cancel
Showing results for 
Search instead for 
Did you mean: 

Re: Smart form printing

Former Member
0 Kudos

Dear all ,

Facing another problem friends

: CONTROL_PARAMETERS-NO_CLOSE = 'X'. will stop PRINT PREVIEW ( Ctrl + Shift + F1)

but i need to stop 'PRINT'ing. ( Ctrl + P).

CONTROL_PARAMETER is structure of type SSFCTRLOP

Hope u understand.

Accepted Solutions (0)

Answers (1)

Answers (1)

deepak_dhamat
Active Contributor
0 Kudos

hi ,

use SSFCOMPOP-TDNOPRINT = 'X'

Also you can use SSFCOMPOP-TDIMMED = ' ' . i.e no print immediatley

REGARDS

DEEPAK.

Edited by: Deepak Dhamat on Aug 24, 2011 1:31 PM

Former Member
0 Kudos

Hi Deepak ,

the sol that u provided works when , we click on Print preview and then on Print , but if we directly click on 'Print' option then it wont work. It says that Output issued successfully... If u click on Print preview and then on Print then it says o/p cannot be issued.

Trying out all the fields in SSFCOMPOP and SSFCTRLOP structures. Thanks in advance.

Former Member
0 Kudos

Hi,

Try SSFCTRLOP-NO_DIALOG = 'X'.

SSFCTRLOP-PREVIEW = 'X'.

SSFCOMPPP-TDNOPRINT = 'X'.

Then user will be directly navigated to print preview screen.

Regards,

Ravi