I am integrating a BizTalk application with SAP system. I get an error when SAP sends me IDoc data because the required schema is not declared in BizTalk.
The required schema is http://Microsoft.LobServices.Sap/2007/03/Types/Idoc/3/ZCREMAS01//700
.
I can find this schema in SAP (when consuming an adapter service from BizTalk), but it does not contain the segment E2LFM1M005
.
The error I get is
The adapter "WCF-Custom" raised an error message. Details "Microsoft.ServiceModel.Channels.Common.XmlReaderGenerationException: The segment or group definition E2LFM1M005 was not found in the IDoc metadata. The UniqueId of the IDoc type is: IDOCTYP/3/ZCREMAS01//700. For Receive operations, the SAP adapter does not support unreleased segments.
Can you tell me where can I find this IDoc definition?
The SAP release when it comes to idocs can be a bit tricky. In your case, your SAP system will probably be in a higher version then 700. There are 2 things that you can change.
I can't really make screenshots now. If it's not clear, let me know. I'll post a more complete answer next week.
Kind Regards Tim