Application Development and Automation 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: 
Read only

Problem in BADI calling a FM

Former Member
0 Likes
515

Hi all,

I have a BADI which calls a FM. This FM picks up the file from hard drive D and sends a mail with that file as an attachment. Stand alone FM is working fine. But when i call it through BADI, mail is sent but not the attachment. I am using BCS classes for sending this mail..

Why FM is not seding the attachment when called through BADI?

Please help.

Thanks.

Hi all,

I have a BADI which calls a FM. This FM picks up the file from hard drive D and sends a mail with that file as an attachment. Stand alone FM is working fine. But when i call it through BADI, mail is sent but not the attachment. I am using BCS classes for sending this mail..

Why FM is not seding the attachment when called through BADI?

Please help.

Thanks.

1 REPLY 1
Read only

Former Member
0 Likes
465

Hi deeptib158,

insert break point when badi is calling your fm and analyze.

reagrds

rea