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

Error: Function IDOC_INBOUND_ASYNCHRONOUS is not available

Former Member
0 Likes
692

I am trying to register a program at gateway , when i ran rfcexec it runs for a while and returns to the command prompt.

I checked the trace file dev_rfc.trc it has following error

        • ERROR file opened at 20091223 160631 Pacific Standard Time, SAP-REL 700,0,226 RFC-VER 3 1100824 MT-SL

T:1184 Error in program 'ZDS': ======> Function IDOC_INBOUND_ASYNCHRONOUS is not available

T:1184 Error in program 'ZDS': <* RfcDispatch [2] : returns 1:RFC_FAILURE

Here ZDS is the program id I mentioned in SM59

Thanks

Raj

2 REPLIES 2
Read only

SureshRa
Active Participant
0 Likes
473

Hi,

I think you are trying to make it as an R/3 system connection. The 3rd party programs should be connected as TCP/IP connection. This function module will be looked upon in SAP systems for ALE. Please check.

Cheers

Suresh

Read only

Former Member
0 Likes
473

I am creating an TCP/IP connection with activation type as registered program.