cancel
Showing results for 
Search instead for 
Did you mean: 

Idoc Error

Former Member
0 Kudos

Hi, I have a Idoc adapter configured and I get this error: "IDOC_ADAPTER">ATTRIBUTE_BE_NOT_SUPP"

does anyone know what this error means?

I also get this error message: "Only asynchronous processing supported for IDoc adapter outbound processing" but I allready have asynchronous in the message interface. can someone explain?

thanks / Max

Accepted Solutions (1)

Accepted Solutions (1)

former_member183906
Active Contributor
0 Kudos

Hi Max,

IDOC adapter support asynchronous only, which u already done.

Check Quality of Service in your sender file adapter. Should be EO or EOIO, not BE.

This thread had same problem and resolved :

Answers (5)

Answers (5)

Former Member
0 Kudos

HI again..thanks for earlier answers..it solved the problem.

Now i get this message instead: "Unable to convert the sender service BOSS to an ALE logical system"

anyone :-)?

Thanks

Former Member
0 Kudos

use header mapping in receier agreement. Also double click on business system and from menu goto service ---> adapter specific indentifier and check if there is an logical system.

Former Member
0 Kudos

Hi, thanks for your answers. I wonder how the Sender adapter could have anything to do with Idoc? isn't so that if you use Idoc then no sender is needed?

thanks

turmoll
Active Contributor
0 Kudos

If your scenario is

IDoc -> XI -> ...

then sender agreement is not needed, nether sender CC. All required stuff is already configured on sender SAP business system (ports, RFC dest., partner profiles etc.).

Regards,

Jakub

Former Member
0 Kudos

Since it resides on ABAP stack and that is the reason we get the IDOC-xml directly in intergration engine therefore no need to have sender IDOC adapter to convert it into IDOC-xml and hence no sender agreement too.

SudhirT
Active Contributor
0 Kudos

Hi,

In Your case QOS is BE. Plz check in your CC if it is soap adapter and BE is by default..

Thanks!

turmoll
Active Contributor
0 Kudos

Make sure that all message interfaces are async. since IDoc does not support sync. processing.

Regards,

Jakub

Former Member
0 Kudos

Check if the QoS is "EO" or something else in CC.