cancel
Showing results for 
Search instead for 
Did you mean: 

Open_form

Former Member
0 Kudos

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.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

It wont send mail to l_sender, but receivers fo mail in l_Reciver will get it sent by l_sender.

Former Member
0 Kudos

Go to SU01

Update the the e-mail id of the your SAP Login Id

Now you can test it like...

pass the same e-mail id to both sender and reciever.

You should see an e-mail in your inbox.

Also, you need to check whether E-mail settings to external e-mail id is fine or not.

You can take help of Basis guys for this.

Hope the solution is clear and helpful

Answers (1)

Answers (1)

Former Member
0 Kudos

thanks