cancel
Showing results for 
Search instead for 
Did you mean: 

Idoc exception at target system

Former Member
0 Kudos

Hi

I am sending an Idoc, DELINF.DELVRY05, from ECC system to AII. It's working fine for some Idocs but for some other Idocs it's failing at the traget system. In either case it shows successfully processed in XI. The Receiving interface uses XI adapter and proxy code, which is standard content from SAP

This is the error that I am getting

Error during proxy processing An exception with the type /AIN/CX_IFX_STAND_FAULT_DATA occurred, but was neither handled locally, nor declared in a RAISING clause Application Error

Any inputs ?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member216332
Participant
0 Kudos

Hi Radhika Shetty

I understand Its been a long time since this content was posted.

I am facing a similar issue now.

My scenario is to send IDOC AIDMATMAS from ECC to OER.

The PI system has successfully sent the message to the receiver.

However, the receiving OER system gives the below error

"Error during proxy processing An exception with the type

/AIN/CX_IFX_STAND_FAULT_DATA occurred, but was neither handled locally, nor

declared in a RAISING clause Application Error"

If you'd share your solution, that'd be really helpful.

Thanks

Sam Anish

Bhargavakrishna
Active Contributor
former_member216332
Participant
0 Kudos

Hi bhargava krishna talasila,

Thanks for the input.

The links provided were all really helpful.

The problem was due to lack of receiver system customization (in transaction SPRO).

I figured out the required customization's by checking the TRACE of the receiver system's SXMB_MONI transaction.

The second link you provided, helped me overcome the issue with ease.


Thanks & regards

Sam Anish


vikas2
Active Participant
0 Kudos

Hi Sam,

Try this:

Grab the message in AII system, go to SPROXY and identify your interface ( e.g. http://sap.com/xi/AIN, CustomerIn. Now, you can debug the proxy code ( it'll be an ABAP class /AIN/CL_CUSTOMER_IN for customers ..so you need to check where the exception is being raised.

Thanks

Vikas

Former Member
0 Kudos

Hi Sam

The issue was not resolved and the interface was not done by me. If my memory serves me right, it was a problem with proxy. Later on, it was abandoned

Radhika

Bhargavakrishna
Active Contributor
0 Kudos

Hi Radhika,

let me know the exact issue, that you were facing now.

Regards

Bhargava krishna

iaki_vila
Active Contributor
0 Kudos

Hi Radhika,

What type has the tag  /AIN/CX_IFX_STAND_FAULT_DATA?, may be the problem is here and you should put another type like an xsd:string.

Regards.