Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

F.27 Email issue

Former Member
0 Likes
3,238

Hi all,

I implemented SMOD enhancement RFKORIEX as well as BTE 2310 for F.27 Email correspondence. Both FMs are getting called in the debugger. However, I don't see any emails in SOST.

Note: We have a custom smart form for the account statement.


Thanks for your help.



finaa-nacha      = 'I'.                   "Ausgabe über Internet

finaa-intad      = save_intad.

finaa-textf      = 'PDF'.

Hi all,

I implemented SMOD enhancement RFKORIEX as well as BTE 2310 for F.27 Email correspondence. Both FMs are getting called in the debugger. However, I don't see any emails in SOST.

Note: We have a custom smart form for the account statement.


Thanks for your help.



finaa-nacha      = 'I'.                   "Ausgabe über Internet

finaa-intad      = save_intad.

finaa-textf      = 'PDF'.

4 REPLIES 4
Read only

Former Member
0 Likes
2,591

Hi,

Please put particular date and time filter in SOST also remove maximum hit from 500 to blank.Also check the options as per below snap shot. YOu  can see the email there in SOST.

Regards,

Pravin

Read only

0 Likes
2,591

Hi Pravin,

I can see emails in SOST when I use the custom send email FM. However, it looks like emails are not getting triggered for F.27 exit/BTE where I pass the necessary FINAA values.

Anything to do with custom driver program / smart form that is configured for F.27?

Thanks.

Read only

Former Member
0 Likes
2,591

Hi,

  Inside the Exit Mail will not trigger,

So use a Z function module , pass the import parameters and export parameters,

in the Z function module code your mail sending program,

while calling the Z FM in your Exit don't forgot to put DESTINATION 'NONE'.

call function 'Zfunction_module' destination 'NONE'.

it will surely work...

Thanks,

Vijay SR

Read only

0 Likes
2,591

Hi Vijay,

I thought and the posts in this forum also mention that setting the FINAA values would trigger the email....no need to call the email function module separately. Is that not correct?

Thanks.