cancel
Showing results for 
Search instead for 
Did you mean: 

Print Dialog Box

Former Member
0 Kudos

hi friends,

i want to print the form directly without showing the print dialog box.

can we do this and how can we?

thanks&regards,

srinivas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (3)

Answers (3)

former_member585060
Active Contributor
0 Kudos

In SAPScript driver program in the FM 'OPEN_FORM' pass ITCPO in OPTIONS.

U create a structure like ITCPO and update the field TDNOPREV = 1.

Ex:- ITCPO-TDNOPREV = '1'..

CALL FUNCTION 'OPEN_FORM'

Exporting parameter

.

.

OPTIONS = ITCPO

Former Member
0 Kudos

Hi,

see the control parameters of smartform.

Regards,

jagadeesh

Former Member
0 Kudos

hi,

If you are using smartforms... then populate the structure

CONTROL_PARAMETERS type SSFCTRLOP

and pass it to the function module

if it is scripts...

populate the structe ITCPO and pass the structure to Open_form function module.

you need to mention the printer name(mandatory)

regards

padma