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: 

How to find data of R/3 in an IDES system

dhruv_shah3
Active Contributor
0 Kudos

Hi Experts,

I am using MIGO transaction to post the Goods Receipt PO Data.

Now i have an requirement where i have to send an emial to client when

i click on the POST button in MIGO.

I have created my Z implementation of BADI 'MB_MIGO_BADI'

and i have added function for Email as 'Z_SENDMAIL' in the POST_DOCUMENT of MB_MIGO_BADI.

Now when i am clicking POST, i am receiving Dump.

'NO RFC Destination is defined for SAP Global Trade Service '.

Pls help me it's very Urgent..........

Pls Pls.......

Regards

Shah Dhruv

1 ACCEPTED SOLUTION

Former Member
0 Kudos

check whether the FM 'Z_SENDMAIL' is there or not,

if it is not there, then u r calling this FM which is available in another system, so need to call as RFC FM, then u need to give RFC destination.

2 REPLIES 2

Former Member
0 Kudos

check whether the FM 'Z_SENDMAIL' is there or not,

if it is not there, then u r calling this FM which is available in another system, so need to call as RFC FM, then u need to give RFC destination.

0 Kudos

Thanks for your Prompt Reply.

My problem is that i have an IDES System. and i dont know which data is for R/3

and which data is for SAP Global Trade Service.

So Dump comes for SAP Global Trade Service as i have selected the PO Data of SAP Global Trade Service.

Regards,

DS