Hi
We are migrating our C++ application that's written using classic RFC SDK to Netweaver RFC SDK.
I could see various improvements in NW RFC SDK when compared to classic, but one area I see where NW RFC SDK has regressed is the quality of the error messages.
For example:
when the logon language is provided incorrectly
classic RFC SDK error message : 'Enter one of the installed languages'
NW RFC SDK error message : Could not convert from 4103 codepage to 1100 codepage rc = 2048
The error message returned by NW RFC SDK doesn't seem to reveal any hint for the user to perform any corrective action.
Also, in many other cases we see very technical error message that wouldn't be appealing to end-user.
Is there any other way we could get a better error message?
Thanks
Saravanan