Application Development and Automation 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: 
Read only

Get Exception Information from RFC Response Message

former_member343107
Participant
0 Likes
401

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

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

2 REPLIES 2
Read only

Former Member
0 Likes
373

Better you go to the function module and see the code of that function module.

YOu will find what are the raise exceptions and from where it is raised.

Regards,

madan.

Read only

0 Likes
373

Hi Madan,

My problem is how to display the exception information on the caller side. The called side is able to throw exception now.

Thanks, Jerome