cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Sending automatic mail of mass account statement via FPCC0026 to customer in SAP

0 Likes
1,801

How to send automatic Mass account statement custom form attachement via mail to customers which are maintained on BP using FPCC0026 in SAP. Where do i need to write my custom form and mail send logic means what will be the trigger point and what all configuation do required for the same.

If is not possible with FPCC0026 please suggest any other transaction code where we are able to send automatic mail to customer with custom form attachement.

Thanks,

Pandurang

View Entire Topic
SaschaWenzel
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Pandurang.

Perhaps this helps, as you will get the logic for sending emails automatically (more or less). Take a look at the Form Collections in transaction EFRM. SAP provides the example FKKCORR_EXP_SAMPLE_SF_COLL for this. You will see two forms in it, one is a SmartForm containing the email body, the other one is the attachment (PDF). For the SmartForm, the condition for processing is set: if EMAIL, then use it (and attach the PDF), if not, just create the PDF in order to print it. Dispatch Control EMAIL should be set, either you use the correspondent variant in the contract account or you define something in the customizing for your correspondence type.

Regards,

Sascha