cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Adapter error

Former Member
0 Kudos

Hi All ,

I am working on RFC to File adapter , Did the following config .

In Sender communication channel :

application server : hpdnf36

application server service " sapgw10

progid : PurchReq

In sm59 in R/3

RFC dest : XISCLIENT

connection type : T

Registered server program : Progid : PurchReq

Gatewayhost : hpdnf36

gateway service : sapgw10

Testrun is successful in sm59

When i go to se37 and run the FM BAPI_REQUISITION_GETITEMS , with RFC destination XISCLIENT , I get shotdump CALL_FUNCTION_REMOTE_ERROR

please suggest .

Best Regards

Chan

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi ,

My scenerio is RFc to File and asynchronous communication .

I had written zprogram that calls the BAPI .

When I run the prorgam , In adapter monitoring I get a message Application:EXCEPTION_DURING_EXECUTE:

- Error: 2006-06-19 16:24:27 GMT+02:00: Message processed

for interface BAPI_REQUISITION_GETITEMS: com.sap.aii.af.mp.module.ModuleException: call to messaging system failed: com.sap.aii.af.ra.ms.api.DeliveryException: Application:EXCEPTION_DURING_EXECUTE: caused by: com.sap.aii.af.ra.ms.api.DeliveryException: Application:EXCEPTION_DURING_EXECUTE:

In message monitoring , there is no message . In sxi_monitor there is no message , Cache is clear , No shot dump .

Regards

Chan

Former Member
0 Kudos

Hi Prasad ,

The short dump does not come , but this is the error I get .

Application:EXCEPTION_DURING_EXECUTE:

- Error: 2006-06-19 16:24:27 GMT+02:00: Message processed for interface BAPI_REQUISITION_GETITEMS: com.sap.aii.af.mp.module.ModuleException: call to messaging system failed: com.sap.aii.af.ra.ms.api.DeliveryException: Application:EXCEPTION_DURING_EXECUTE: caused by: com.sap.aii.af.ra.ms.api.DeliveryException: Application:EXCEPTION_DURING_EXECUTE:

moorthy
Active Contributor
0 Kudos

Are you doing Synchronous call ?

Check this thread-

Thanks,

Former Member
0 Kudos

hey chan,

can you post whole message in sxmb_moni?

also ur scenario is RFC--> file right ? please let us know

Vara

[PLEASE REWARD FOR POSTING]

former_member181955
Contributor
0 Kudos

Hi Chan

Hope you have done everything fine .I would like to suggest you one thing here that is instead of executing the function module in SE37.

Excute this By writing SE38 Program .Call the required funtion module in this program..

exe:CALL FUNCTION 'ZDEE_V100' in background task destination 'FTP TEST'

FTP_TEST is your RFC Destination Type T.

try with this you can close this issue.Earlier i faced the same problem and i have done by this way successfully.

thanks

Prasad Babu Nemalikanti

moorthy
Active Contributor
0 Kudos

Hi Chan,

1)Is your Function Module is Remote enbaled .. check it

2)While executing the RFC in SE37, did you give RFC Target Sys as in the RFC destination

3) Sender Agreement/RFC adapter configuration check it once again.. Program ID etc is case sensitive.

Check this blog also-

/people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step

Hope this helps,

Regards,

Moorthy