Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

abap proxy cx_ai_system_fault in runtime

Former Member
0 Kudos

Hello Experts,

Am getting exception "cx_ai_system_fault" through calling the proxy method in program in run time. If I execute in sproxy-->test am able to get the record/response . could you please suggest me .

also i have tested all the Proxy to PI connection test.

SPROX_CHECK_IFR_ADDRESS.

SPROX_CHECK_HTTP_COMMUNICATION.

SPROX_CHECK_IFR_RESPONSE.

Regards

Raja

1 ACCEPTED SOLUTION

nabheetscn
Active Contributor
0 Kudos

Raja

This is an outbound proxy ..yes ..If via test data created in SPROXY it is working then via program the reason it is not working is because you are not passing all the mandtory fields in the call. Please compare what is passed in proxy call via SPROXY and try to pass the field values in the same fields via program it will work

Nabheet

2 REPLIES 2

nabheetscn
Active Contributor
0 Kudos

Raja

This is an outbound proxy ..yes ..If via test data created in SPROXY it is working then via program the reason it is not working is because you are not passing all the mandtory fields in the call. Please compare what is passed in proxy call via SPROXY and try to pass the field values in the same fields via program it will work

Nabheet

0 Kudos

Thanks for your reply Nabheet...

Great ! . Exactly the same what you have suggest...:)

-- Raja