cancel
Showing results for 
Search instead for 
Did you mean: 

E-Mail integration in DOE

former_member208564
Participant
0 Kudos

Hi all,

I have a scenario to send an e-mail using DOE. The requirement is something like this. When the sales executive raises an order, it will go to SAP and order gets created. But when the order total is more than the certain limit, then the order should go to his manager for approval. In this scenario DOE should trigger an email to the manager, so and so order needs an approval. Then manager will approve (may be from SAP/ from application). Is e-mail integration from DOE possible, if yes how do i integrate?

Regards,

Kiran.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can call (from BAPI Wrapper) an ERP RFC from DOE to trigger an email. I don't understand why you need to trigger an email just from DOE.

Regards,

former_member208564
Participant
0 Kudos

Dear,

I just want to find out technically, is the e-mail integration with default channel in DOE, is possible or not. If yes please provide me some documenttation for the same. It would be a great help for me.

Regards,

Kiran.

Edited by: KIran Kumar Bhogi on Jun 4, 2010 7:16 AM

0 Kudos

Hi Kiran,

Below link might be userfull for you.

http://help.sap.com/saphelp_nwmobile71/helpdata/EN/6f/d02041cfb7f423e10000000a155106/content.htm

Regards,

Abhishek Joshi

VikasLamba
Advisor
Advisor
0 Kudos

Hi Kiran,

DOE Standard channel will not allow sending mails and for this you will need to plug in an additional channel which will receive the message and then you can plu in a custom code to send the object as an e-mail.

The advantage of taking this approach is that the contents of the data object will be distributed to the device from standard channel as well as via your custom mail channel where the mail channel can ensure a faster delivery of the same content.

But if you just want to send a mail and not use the distribution capability then writing a direct procedure will be easier.

Regards,

Vikas

former_member208564
Participant
0 Kudos

As of Now we are writing the logic of sending e-mails in the RFC only.

Regards,

Kiran.

Answers (1)

Answers (1)

Former Member
0 Kudos

This might have to do with Channel Administration, I remember looking into this once but gave up because I could not find documentation on how to set it up.

It would probably be a whole lot easier to just make the call to ERP as previous poster mentioned.