Skip to Content
0
Former Member
Nov 19, 2007 at 04:30 AM

how to use parameters in smartform genrated function module

166 Views

i executed smartform one functional module is genrated '/1BCDWB/SF00000002'

now the problem is that i want to send output of this smartform through email

now how to use ' MAIL_RECIPIENT ' and ' MAIL_SENDER ' to send smartform output through email .

please check following module which generated by smartform.

plz suggest me .

CALL FUNCTION '/1BCDWB/SF00000002'

  • EXPORTING

  • ARCHIVE_INDEX =

  • ARCHIVE_INDEX_TAB =

  • ARCHIVE_PARAMETERS =

  • CONTROL_PARAMETERS =

  • MAIL_APPL_OBJ =

  • MAIL_RECIPIENT =

  • MAIL_SENDER =

  • OUTPUT_OPTIONS =

  • USER_SETTINGS = 'X'

  • IMPORTING

  • DOCUMENT_OUTPUT_INFO =

  • JOB_OUTPUT_INFO =

  • JOB_OUTPUT_OPTIONS =

TABLES

ITAB_PA0001 = ITAB_PA0001

  • EXCEPTIONS

  • FORMATTING_ERROR = 1

  • INTERNAL_ERROR = 2

  • SEND_ERROR = 3

  • USER_CANCELED = 4

  • OTHERS = 5

.

IF SY-SUBRC <> 0.

  • MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO

  • WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.

ENDIF.