Hello Friends,
I developed an Interface that communicates with a Legacy System. The communication is made by an OCX (kind of DLL) that access an Webservice via internet.
This OCX have three methods, one that I use to send the data(a XML in a internal table) to the OCX, one that send this data to the WebService via Internet and also returns the result of the validation. And the last one, that I use to receive an ocasional Message.
The problem is: Sometimes the Method that sends the Data do the legacy system returns Sy-Subrc = 2 and do not returns nothing (Because of the error...).
The strange thing is that the first Method works fine... In this case of error, I don´t use the third method...
There is any how to describe the error that the second Method returns? I Know the problem is not in SAP, but the guy who built the OCX says it is ok. There is any how to have more inormation about the error, besides Sy-Subrc = 2?
Thanks A lot!
Jonas Guimaraes