cancel
Showing results for 
Search instead for 
Did you mean: 

FINT send calculated interests per customer via e-mail

0 Kudos

Hi,

I want to send calculated interests from FINT to customers via e-mail. The problem is that the transaction creates only one attachment with all the interests for different customers selected in selection screen. I can't send this attachment to customers, it needs to be one attachment with calculated interests per customer.

I can't implement SAP note to send emails from FINT, because I don't use Adobe forms, only Smart Forms.

I've implemented BADI for FINT where I can get output in OTF format, but I'm not sure what to do with it.

Do you know how to achieve that?

Accepted Solutions (1)

Accepted Solutions (1)

Gustavo_Vazquez
Active Contributor

Answers (1)

Answers (1)

0 Kudos

gustavo.vazquez

As I said I can't use SAP Note 956981, because I use Smart form and the solution is only for Adobe forms.

From the thread you have linked, the conclusion is that it can be done in custom program. I was wondering if it can be achieved only in BADI FI_INT_CUS01.

There is also solution to use dunning procedure for interests posting, but as far as I know, it's different process than the one in FINT and the values can differ.

Gustavo_Vazquez
Active Contributor
0 Kudos

Hi Kornel,

Only way is described in those two links. In order to send emails you will need PDF Forms, it happens in other modules as well.

Dunning is different process than FINT, the information sent could not have the same detail as in FINT.

Regards

0 Kudos

Thanks for answer gustavo.vazquez

Could you tell me also why SAP bundle printout for every customer in FINT in one SPOOL request. Because of that I can't easy take spool id and send the content to customer, because it contains interests for other customers..

Gustavo_Vazquez
Active Contributor
0 Kudos

Because it optmizes resources. Another app should be in charge of distributing them to customers.

I don't know how to change it or sent mails with sapscript. Maybe a Z development.

Check if note 1307368 helps.

Kind Regards

0 Kudos

I guess it's only option to create Z program and divide data for each customer.