cancel
Showing results for 
Search instead for 
Did you mean: 

Problem is triggering ABAP proxy

Former Member
0 Kudos

Hi All,

My scenario is to create a sales order in R/3 system using ABAP proxy and to get the Sales Order number as the response from the synchornous BAPI.

While triggering the proxy, I'm gettin the error as follows,

Please help me out in clearing this issue.

<?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="1">

<SAP:Category>XIProxy</SAP:Category>

<SAP:Code area<b>="ABAP">SERIALIZE_APPLICATION_DATA</b></SAP:Code>

<SAP:P1>Response Message</SAP:P1>

<SAP:P2>CX_XSLT_RUNTIME_ERROR</SAP:P2>

<SAP:P3>: 0000000000</SAP:P3>

<SAP:P4>Error Text: No valid XSLT program supplied Kernel ErrorId: CX_XSLT_RUNTIME_ERROR</SAP:P4>

<SAP:AdditionalText>Error when handling Response Message; XSLT error: CX_XSLT_RUNTIME_ERROR: XSLT program and source line: : 0000000000; Error Text: No valid XSLT program supplied Kernel ErrorId: CX_XSLT_RUNTIME_ERROR</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

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

</SAP:Error>

Regards,

Dhana

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Go thru SAP Note:<b>546048</b>

It says that application data is incorrect tht's why can't post the message.

So plz chk ur ABAP Server Proxy code.

Regards

Arpit Seth

Former Member
0 Kudos

Hi,

Its looks like, that your XSLT Mapping make problems.

Check the XSLT Programm ..

Or post your XSLT Mapping programm.

Regards,

Robin

Former Member
0 Kudos

HI,

No XSLT Mapping is involved in my scenario.

Here I'm using ABAP proxy at the inbound side to recieve data from the HTTP client.

Regards,

Dhana