‎2007 Jan 09 1:39 PM
hi to all,
help me in this issue,
how to use this bte SAMPLE_PROCESS_00002040 for sending mails to vendors
how to activate this bte and change the code.
thanks in advance
kiran reddy
Message was edited by:
kiran reddy
‎2007 Jan 09 2:02 PM
Hi
CALL FUNCTION 'SAMPLE_PROCESS_00002040'
EXPORTING
i_reguh = t_reugh
tables
t_fimsg = t_msg
changing
c_finaa = t_finna
.
you can pass the value in tables t_reugh t_msg and t_finna. that has the similiar type of structure reugh and others are also in similiar lines.
Regards,
Dinesh Goyal