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

unrecoverable error.

Former Member
0 Likes
1,677

Hi all.

We are facing some issues in our program. We have 2 systems, A and B. From system A, we are calling an RFC, that gets executed in system B.

But when we execute the program, nothing happens. When we debugged the program we are getting wierd error Panic.Unrecoverable error occoured.

I am also attaching the screen shot of the error. Kindly suggest what shall be done in order to run the program smoothly.

Hi all.

We are facing some issues in our program. We have 2 systems, A and B. From system A, we are calling an RFC, that gets executed in system B.

But when we execute the program, nothing happens. When we debugged the program we are getting wierd error Panic.Unrecoverable error occoured.

I am also attaching the screen shot of the error. Kindly suggest what shall be done in order to run the program smoothly.

6 REPLIES 6
Read only

Former Member
0 Likes
1,573

Hi Kaushik,

Can you check the RFC destination whether you are passing correct one or not and check the destination exist in B system?

Thanks,

Sree

Read only

0 Likes
1,573

Yes i did checked it, in debugging mode, i can see that it's calling the FM in right destination. In this FM there is only one line of code CALL TRANSACTION 'Tcod Nam' . Now when this Transaction is called i face the above mentioned error.

Read only

Former Member
0 Likes
1,573

Hello, Kaushik.

How about check transaction logfile?

Although it seems not equal to your situation, I found several cases.

1.

2.

Regards,

Donghoon..

Read only

0 Likes
1,573

Please check, the log in SM21, i idid this long back but couldn't figure out, the error details :

Can you help on the below error message.

Read only

0 Likes
1,573

After i saw your log, i found very similar case in SCN. i hope it helps.

Regards,

Donghoon.

Read only

matt
Active Contributor
0 Likes
1,573

It looks like the remote system is attempting to display something but has no terminal to do it on. What is the transaction that you are running on the remote system? How are you calling it?

If it has a "CALL SCREEN" in it, that would explain your problems.