Hi All
We have a custom developed program which prints self bills for vendors. This program makes use of a layout set(Z110_POD_INV) which it modifies and a 'OPEN_FORM' CALL FUCTION. in this call function the following is specified:
CALL FUNCTION 'OPEN_FORM'
EXPORTING
APPLICATION = 'TX'
ARCHIVE_INDEX = ' '
ARCHIVE_PARAMS = ' '
DEVICE = 'PRINTER'
DIALOG = ' '
FORM = 'Z110_POD_INV'
LANGUAGE = SY-LANGU
OPTIONS = ITCPO
importing
language =
new_archive_params =
result =
EXCEPTIONS
CANCELED = 1
DEVICE = 2
FORM = 3
OPTIONS = 4
UNCLOSED = 5
OTHERS = 6.
How would I go about modifying this program in order to be able to e-mail these self bills to vendors instead of printing, if i have maintained the e-mail addresses in the vendor master?
any help with this would be highly appreciated.
thank you
Suprabha