cancel
Showing results for 
Search instead for 
Did you mean: 

Unsupported action attribute value 'EXCECUTE' found in XML document

former_member203627
Participant
0 Kudos

Hi

I am working on IDOC->XI->DB2 scenairo

I am getitng error following error whe i try to insert and execute the stored procedure.

Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Error processing request in sax parser: Unsupported action attribute value 'EXCECUTE' found in XML document

Following is the payload....

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

- <I805_Abstr_CustOutlet_MT>

- <StatementInsert>

- <STATUS action="INSERT">

<table>BI5FILMM.BSOMSAPP</table>

- <access>

<OUTLET_NO>12</OUTLET_NO>

<OUTLET_RF>20</OUTLET_RF>

<OMFUNC>CRT</OMFUNC>

<STATUS>N</STATUS>

<IFCEDATE>1080626</IFCEDATE>

<IFCETIME>094220</IFCETIME>

</access>

</STATUS>

</StatementInsert>

- <StatementProce>

- <STATUS action="EXCECUTE">

<table>CC5PTF.BSOMPSAP</table>

<Para1 IsInput="true" type="CHAR">BI5FILMM</Para1>

<Para2 IsInput="true" type="CHAR">BMIJOBD</Para2>

</STATUS>

</StatementProce>

</I805_Abstr_CustOutlet_MT>

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

use

<STATUS action = "EXECUTE"> instead of <STATUS action = "EXCECUTE">

Regards

former_member203627
Participant
0 Kudos

Hi

I have checked this document already. Can anyone help me by giving some ideas...

Regards

former_member203627
Participant
0 Kudos

please help....

Former Member