Hi Gurus,
I have requirement for sending mail for customer's multiple mail id's through VF03 transaction.
i have created ZRLB_INVOICE for this and internally smartform is called.
PERFORM set_print_param USING ls_addr_key ls_dlv-land
CHANGING ls_control_param
ls_composer_param
ls_recipient
ls_sender
cf_retcode.
As per my understanding, ls_recipient always get one mail ID, which is internally passed to smartform.
However, i want to know where exactly i can debug to find the mail code .
The sample code will be highly appreciated...as i have seen multiple thread's but can't find the solution to implement.
Mail to :