hello everybody,
we are working with a SAP PO 7.4.
We designed a interface Idoc ->PO->FTP; the idoc is Z and we are following this document:
How to Use User-Module for Conversion of IDoc Messages Between Flat and XML Formats
We want write a flat file starting from idoc so we decided to use IDOCXmlToFlatConvertor in the module processor.
After sending the idoc we have an error on Message Monitor:
Exception caught by adapter framework: (7) IDOC_ERROR_PARSE_FAILURE: An IDocConversionException occurred while parsing IDoc-XML for type <SHPMNT01>:
state=READING_FIELD_VALUE_TAG, charPosition=2506, lineNumber=1, columnNumber=2507
Transmitting the message to endpoint <local> using connection IDoc_AAE_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.conn.idoc.IDocParseException: (7) IDOC_ERROR_PARSE_FAILURE: An IDocConversionException occurred while parsing IDoc-XML for type <SHPMNT01>:
state=READING_FIELD_VALUE_TAG, charPosition=2506, lineNumber=1, columnNumber=2507
any suggestion?
why in second part of message PO wrote IDoc_AAE? the receiver FTP Communication Channel have a different name. IDoc_AAE is the inbound adapter.
thanks in advance
Alessandro