hello
Kindly see the below function module, what exactly is the function of parameters
mail_sender = l_sender
mail_recipient = l_recipient
will they send any mail to the senders in i_sender?
plz share if any one having documentation on there two parametes
CALL FUNCTION 'OPEN_FORM'
EXPORTING
form = l_fonam
language = nast-spras
options = itcpo
archive_index = toa_dara
archive_params = arc_params
device = l_device
dialog = l_indicator_dialog
mail_sender = l_sender
mail_recipient = l_recipient
EXCEPTIONS
canceled = 1
device = 2
form = 3
options = 4
unclosed = 5
mail_options = 6
archive_error = 7
OTHERS = 8.