cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP - Dynamic Call Failure (DBIF_RSQL_INVALID_RSQL)

Former Member
0 Kudos

Dear SAP experts,

Need your advise regarding these error that we are getting in XI log.

It seems that there is a dump.

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

<SAP:Code area="ABAP">DYNAMIC_CALL_FAILURE</SAP:Code>

<SAP:P1>DBIF_RSQL_INVALID_RSQL</SAP:P1>

<SAP:P2>ZTPCL_SCCRT_UPD_SYNC_IN</SAP:P2>

<SAP:P3>EXECUTE_SYNCHRONOUS</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Error during proxy processing</SAP:Stack>

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

</SAP:Error>

A third party is sending a Shopping Cart to GEP500.

Third party is connected to XI via Soap adapter (Web service).

XI is connected to GEP500 via RFC (proxy).

Does GEP500 has an issue with regards to proxy?

Kindly advise or give me the link where i can check/anayze the error.

Thank you very much in advance.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

This issue is not related to XI this is related to ABAP side.Check if you have use any SQL Statement in RFC (Proxy Code) where its mis-spelled one of the field names in your select statement When I say Mis-spelled the name of the field used in your select statement is different from what you have defined in the internal table.

If you need more on this let me know what you have written in RFC.

Thanks

Sudharshan

hemant_chahal
Contributor
0 Kudos

This error occurs when you are passing wrong values to the database.

check for the Transaction SM21.

let me know the status.

Former Member
0 Kudos

Hi Manas,

There are many logs in sm21.

You mean that there is an issue with the data from the source message?

The work of XI here is that it only translates the message from source to the target system.

prateek
Active Contributor
0 Kudos

Does GEP500 has an issue with regards to proxy?

Yes. The error is related to proxy.

Either ur payload is not properly accepted by the server proxy or there is some mismatch in data. U may also try regenerating the proxy.

Regards,

Prateek

Former Member
0 Kudos

Hi Prateek,

How can a proxy be regenerated? What is the transaction code for this? Should it be regenerated in the XI system or in the target system? Thanks.

Former Member
0 Kudos

Hi Folks,

Can anyone help me on this concern?

Kindly share your knowledge/experiences that you've had with the same issue.

Thank you in advance.

Godofredo