cancel
Showing results for 
Search instead for 
Did you mean: 

File to IDOC Error

Former Member
0 Kudos

I am doing the file to IDoc and when I test it, its throwing the following exception.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Adapter

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_IDOC_METADATA</SAP:Code>

<SAP:P1>I::000</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Error: I::000</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Not sure the reason. Any pointer will be helpful

Thanks,

Samir

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

It was authorization problem. Solved it.