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

Output device problem in mail notification?

Former Member
0 Likes
635

Hi,

i written a program which is generating the PDF and mails data .....i have used

CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME' and ....CALL FUNCTION l_form_name

CALL FUNCTION 'CONVERT_OTF'..these are the FMS i have used to generate the PDF...but once i run the program..ik am getting pop-up for Output device 'LP01'

i want to block that pop-up please any one can help me out in this..

Thanks,

PK.

Hi,

i written a program which is generating the PDF and mails data .....i have used

CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME' and ....CALL FUNCTION l_form_name

CALL FUNCTION 'CONVERT_OTF'..these are the FMS i have used to generate the PDF...but once i run the program..ik am getting pop-up for Output device 'LP01'

i want to block that pop-up please any one can help me out in this..

Thanks,

PK.

2 REPLIES 2
Read only

brad_bohn
Active Contributor
0 Likes
605

Look at the parameters for your dynamic form call - you haven't suppressed the print preview dialog...

Read only

Former Member
0 Likes
605

thakns