Hi guys,
I have a scenario of which I think it should work, but it doesn't. This is the case: I am getting an XML file from the web and need to convert that file to an IDOC.
- EDILITE is the file I am getting
- ORDERS05 IDOC is the file I am sending to my SAP System
Design:
Message Interface
- MI_AA_EDILITE, Outbound / A-Sync
Interface Mapping
- MI_AA_EDILITE to ORDERS.ORDERS05
Message Mapping
- Mapping between EDILITE msg and ORDERS.ORDERS05
Config:
Service without party:
Business System:
- BS_SAPWSO, comm channel R_IDOC (this one is correct because I also use it in other scenario's)
Business Service:
- EDILITE, coom channel S_HTTP
Receiver determination:
- EDILITE | MI_AA_EDILITE
Interface determinsation:
- EDILITE | MI_AA_EDILITE | BS_SAPWSO
Sender agreement
- EDILITE | MI_AA_EDILITE | BS_SAPWSO
Receiver agreement
- EDILITE | BS_SAPWSO | ORDERS.ORDERS05
What I am doing wrong? Because I am getting the message:
Unable to convert the sender service EDILITE to an ALE logical system
Hope someone can help me out.
Best regards,
Guido