Hi,
I am trying to send Idoc messages back to PI.
I have created an IDoc receiver channel which is sending Idoc to an RFC destination type T which is created in PI only.
Other field like port etc are taken from some SAP system.
This RFC destination type T has a program ID created.
I also created an RFC sender channel which listens to this program ID in PI. I also provided IDOCFLATTOXML module details in advanced tab parameters.
Now when I try to trigger Idoc so that RFC channel reads it back, it see error in sm58:
Use IDOC Adapter for FM IDOC_INBOUND_ASYNCHRONOUS.
This is not supported
When I check RFC sender adapter, it throws error:
"Error in processing caused by: com.sap.aii.adapter.rfc.core.server.RfcServerException: Use IDOC Adapter for FM IDOC_INBOUND_ASYNCHRONOUS. This is not supported by RfcAdapter."
Is there any way it can be achieved?