cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC(ALEAUD01) to file...

Former Member
0 Kudos

Hi ..

we have a client requirment were they want the ALEAUD acknowledgement in the form of file.

So we are creating a IDOC to file scenario, where IDOC is ALEAUD which is mapped to create a file in the traget system. but when we post the IDoc we get thwe following error.

**Note: have a small doubt. Can we use ALEAUD Idoc as a normal IDoc to File Scenario. because with the documents i understand that ALEAUD is a acknowledgment IDoc which is generated based on the request IDOC. but in our scenario we are manually using the structure of ALEAUD in the source system**

<?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>

please refer the thread having similer query...

anybdy have done the scenario....?????????/

Actualy i am sending shipment details from legacy system to SAP using IDOC (TPSSHT01)..and ... i dont want the acknowledgement imidiately....

is there any solution for this????/

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Biplab,

Looking at the Structure of the IDOC ALEAUD basic type ALEAUD01 it doesnt seem like you can use it in a request sccenario.

Check the segment

E1PRTOB : IDoc number and application object in receiving system.

It would always have a receving system Information attached.

Hence I feel, you cannot use it for Request messages.

To convert this to a XML file, you can use SAP function modules or call tranformations directly which generate files. If i understand your requirement correctly, no mapping would be needed.

Let me know if this was helpful.

Regards,

Abhishek