‎2006 Aug 23 1:39 PM
I have a custom class which has an instance method to send out an internet email. It works fine if I utilize it in an online program. However, I tried to use it in a PAI module for a dynpro and the email is not sent out. I am not getting any error messages. Any ideas why it does not work in the PAI module?
‎2006 Aug 23 1:56 PM
Is there commit work parameter in the function module import parameters? try setting it to X.
Regards
Sridhar
‎2006 Aug 23 1:58 PM
‎2006 Aug 23 2:01 PM
Hi Kennet,
Write the following code immeadiately afetr the call to the mailing FM/ class.
SUBMIT rsconn01 WITH mode = 'INT'
WITH output = 'X'
AND RETURN.
REgards,
ravi
‎2006 Aug 23 2:09 PM
I don't believe RSCONN01 is the issue. The email is not showing up in tcode SCOT. So it is not there to send.
‎2008 Sep 04 7:46 PM
I just used a submit program with my code and this is my work around.