2011 Feb 18 6:13 AM
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.
2011 Feb 18 6:37 AM
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.
2011 Feb 18 6:56 AM