Hi All,
I have been given with a requirement to send an Email and Fax to the customer .
For example:
Company code Customer Invoice Dunnig level
3000 1000 000001 1
3000 1000 000002 2
From the above scenario i have to send two emails and two Faxes to the customer for each invoice.
To achieve the above scenario i have created a custom report and used BDC. and BTE 1040 .
* To send email am calling Actual run BDC
PERFORM BDC_INDIVIDUAL_DUNNING.
* For Fax am calling Sample run BDC
PERFORM BDC_SAMPLE_RUN
After executing my custom program,Mail is going twice to the customer with attachment.But Fax is going only once with latest invoice.
I have put a break point in BTE FM .In case of Email,this FM is getting called twice and two emails are
going with two different invoices but for fax the FM is getting called only once.
Is that the reason the Fax is going only once?
How many times BTE 1040 event will be called if am running the BDC for above customer?
Please help me out if any one come across the same requirement
Thanks
Naresh
Message was edited by: Naresh Bammidi