Application Development 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: 

Sending Account Statement to Customer via SMS & Email using FBL5N.

Former Member
0 Kudos
371

Hello Everyone,

I need to customize the report FBL5N in such a way that I can send the details of a particular customer's total outstanding amount via Email and SMS.

Can anybody please suggest any BTE's/BADI's/User Exits that will help me out to design this program ?

Thanks.

2 REPLIES 2

vinod_vemuru2
Active Contributor
0 Kudos
102

Hi,

Not sure if we really have BTEs/Exits for this. But I have an idea.

You can develop custom report to submit FBL5N with appropriate inputs as batch job. Once the spool is generated, pick up the spool, convert to PDF and send as mail. If you want only total outstanding amount to be sent in mail/SMS, then you may have to write the logic in implicit enhancement spots in FM FI_ITEMS_DISPLAY called in program RFITEMAR. Appropriate checks has to be placed as same FM is used in multiple places.

Thanks,

Vinod.

0 Kudos
102

OK. Vinod. Will try this out.