Hi SDN,
While executing one program I got out put and in that I got one error message like
<b>Error occured during proxy call to send data to XI
Application Integration system error.</b>
I have check in the program. It was used the classes. I am new to these classes concept. Please furnish me the details why I am getting this error and what is the solution. Please find the part of code.
Asynchronous client proxy call
CALL METHOD ZCO_TRADING_PARTNER_INVOICE=>EXECUTE_ASYNCHRONOUS
EXPORTING
OUTPUT = LS_REQUEST.
Error handling
CATCH CX_AI_SYSTEM_FAULT INTO lo_sys_exception.
>> Trace output
SKIP 1.
<b> WRITE: / 'Proxy call: ', 20 ICON_RED_LIGHT AS ICON.
WRITE: /'Error occured during proxy call to send data to XI</b>'.
CALL METHOD lo_sys_exception->IF_MESSAGE~GET_TEXT
RECEIVING
RESULT = EXCP_ERRORTEXT.
WRITE: / EXCP_ERRORTEXT.
ULINE.
This is little bit urgent, please let me know the solution. Most appreciate for the solutions and suggestions.
Regards,
Kumar