Hi All,
I want to make RFC call from ABAP system to XI RFC Adapter. I found that on the caller side, the RFC has the following interface for RFC exception.
Exception
__Name
__Text
__Message
____ID
____Number
__Attributes
____V1
____V2
____V3
____V4
Can anybody tell me how to get the info contained by this exception structure from RFC caller side (ABAP program)?
Thanks, Jerome