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

problem in smartform

Former Member
0 Likes
596

Dear gurus,

Here my requirement is, after triggering smartform immediatly it should not display dialogscreen for print. Instead of this it must display after pressing a button in the application tool bar. Is there any way to achieve above procedure.

Thanks and Regards

5 REPLIES 5
Read only

Former Member
0 Likes
578

check OPTIONS of that SF

u will have field for no dialog.

Regards

Peram

Read only

0 Likes
578

Thanku very much prabhu,

sorry for troubling u again Could u please where exactly that option.

Thanks and Regards

Read only

0 Likes
578

hello please help me

Read only

Former Member
0 Likes
578

I am not able to getting the above requirement please help me

Read only

Former Member
0 Likes
578

DATA : control TYPE ssfctrlop.

DATA : output_options TYPE ssfcompop.

write a perform before calling the smartform. In that perform write

CONTROL-NO_DIALOG = ' '.

CONTROL-PREVIEW = 'X'.

And in the call function pass both the CONTROL and OUTPUT_OPTIONS

EG.

CALL FUNCTION FM_NAM

EXPORTING

CONTROL_PARAMETERS = CONTROL

OUTPUT_OPTIONS = OUTPUT_OPTIONS

USER_SETTINGS = SPACE

TABLES

ITAB_1 = ITAB.

Reward points if useful.

Thanks,

Saroj.