cancel
Showing results for 
Search instead for 
Did you mean: 

Message is failing in PO 7.4 with wrong data formate in the field?

former_member262051
Participant
0 Kudos


HI Experts,

I am working on File to Idoc scenario in PO 7.4 single stack. But the file is failing in PO and failed to create the idocs.

Getting the error  saying that the filed ITEM_NUMBER  has wrong data type PFB  below screen shot But the type of this field is XSD:String.

Note: This is a working case in PI 7.11 dual stack.

Kindly help on this.

Regards

Uday.

Accepted Solutions (1)

Accepted Solutions (1)

azharshaikh
Active Contributor
0 Kudos

Hi Uday,

My few cents..

As suggested above there might be validation happening in End system which is causing this error in PI. You can disable this IDOC AAE validation in PI as suggested this note below:

2036878 - IDoc_AAE: Disable field datatype validation during IDoc-XML parsing

Regards,

Azhar

former_member262051
Participant
0 Kudos

HI Azar and Vila,

Thanks for your quick response..

Issue is resolved as suggested by note.

Thanks for your help...

Regards,

Uday.

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Uday,

The type can be xsd:string but you can have a tag in your XSD called Restriction (Check this link XML Schema Restrictions/Facets).

Even you have no restrictions the issue is clear and the validation can be in the IDOC endsystem and you must control this issue in your mapping, avoiding the no numeric values.

Regards.