cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with ALEAUD IDOC

Former Member
0 Kudos

Helo everybody

We have this scenario:

JDBC>PI-(IDOC)---->SAP

SAP(ALEAUD IDOC)>PI----->JDBC

But we cant recive the Aleaud Idoc in PI. We get this error:

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

- <!-- Inbound Message

-->

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

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

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

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>ALEAUDIT IDoc cannot find request IDoc in Integration Server</SAP:Stack>

<SAP:Retry>N</SAP:Retry>

</SAP:Error>

Anybodoy knows what´s happenning and how to solve it????

Thanks a lot

Accepted Solutions (1)

Accepted Solutions (1)

nageshwar_reddy
Contributor
0 Kudos

> Helo everybody

>

> We have this scenario:

> JDBC>PI-(IDOC)---->SAP

> SAP(ALEAUD IDOC)>PI----->JDBC

>

> But we cant recive the Aleaud Idoc in PI. We get this error:

>

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

> - <!-- Inbound Message

> -->

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

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

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

> <SAP:P1 />

> <SAP:P2 />

> <SAP:P3 />

> <SAP:P4 />

> <SAP:AdditionalText />

> <SAP:ApplicationFaultMessage namespace="" />

> <SAP:Stack>ALEAUDIT IDoc cannot find request IDoc in Integration Server</SAP:Stack>

This IDoc is received by PI as acknowledgement. Hence it tries to correlate this to the request IDoc and is not able to find the request IDoc. The correlation used is the idoc number DOCNUM under E1STATE

-

So, If you are manually generating the ALEAUD Idoc through we19 make sure that you fill in proper Idoc number in the above field to get rid of this error.

> <SAP:Retry>N</SAP:Retry>

> </SAP:Error>

>

> Anybodoy knows what´s happenning and how to solve it????

>

> Thanks a lot

From the description of your scenario, You need to get the ALEAUD message as a request message as against acknowledgement. For that you need to use the program IDX_ALEREQUEST program in PI as suggested by others in your other threads. If this issue is already solved, Please close the same.

Best Regards,

Nageshwar

Answers (2)

Answers (2)

former_member192295
Active Contributor
0 Kudos

Hi,

This problem is due to configuration, we need to enter message type and port etc data in PI table IDXNOALE. Find below link for more help on IDOC acknowledgement.

https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/903a0abc-e56e-2910-51a8-9dc616df56eb&overrid...

former_member187339
Active Contributor
0 Kudos

Hi,

Check this forum post

Regards

Suraj