Skip to Content
0
Former Member
Apr 19, 2007 at 09:18 AM

Smartforms print PDF to a folder

81 Views

Hello,

I call the function:

CALL function FM_NAME

exporting

  • ARCHIVE_INDEX =

  • ARCHIVE_INDEX_TAB =

  • ARCHIVE_PARAMETERS = space

CONTROL_PARAMETERS = I_CTRL

  • MAIL_APPL_OBJ =

  • MAIL_RECIPIENT =

  • MAIL_SENDER =

output_options = i_print

USER_SETTINGS = SPACE

form = form

  • IMPORTING

  • DOCUMENT_OUTPUT_INFO =

  • JOB_OUTPUT_INFO =

  • JOB_OUTPUT_OPTIONS =

TABLES

form1 = form1

  • EXCEPTIONS

  • FORMATTING_ERROR = 1

  • INTERNAL_ERROR = 2

  • SEND_ERROR = 3

  • USER_CANCELED = 4

  • OTHERS = 5

to print a smartform, but i want print the smartform in pdf to a folder without appear the screen that i have click in print button or preview button.

Anyone could help me.

Thanks and Regards

Eduardo Paiva