Application Development and Automation 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: 
Read only

Smartforms

Former Member
0 Likes
502

HI ALL,

In form printing, when we execute the driver program the pop up box comes where we say the outoput device .

Here i dont want the box to come also the layouit need not be displayed . Instead the layout should go directly to printer.. what i need to do for this.

Please reply,

Thanks in advance,

Amruta

3 REPLIES 3
Read only

prasanth_kasturi
Active Contributor
0 Likes
483

hi

In scripts

In the FM open_form

donot pass the variable DIALOG

make it blank

For smartforms

data : s_SSFCTRLOP type SSFCTRLOP.

s_ssfctrlop-NO_DIALOG = 'X'.

Pass the s_ssfctrlop to CONTROL_PARAMETERS in the FM

regards

prasanth

Read only

Former Member
0 Likes
483

In ur smartform FM there is a parameter called CONTROL_PARAMETERS, it is a structure of SSFCTRLOP. Within it we have field called NO_DIALOG.

Here pass NO_DIALOG = 'X' and call the FM.

Regards,

JOy.

Read only

Former Member
0 Likes
483

Hi,

just dont pass any parameters in dialog. you can get then ur requirement.

happy solving.

thanks'

karthik