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

Error in Abap Application Program

Former Member
0 Likes
1,652

I am getting following dump .

The current ABAP program SAPMSSY1 had to be terminated because it has come across a statement that unfortunately not executed.

Error analysis: An RFC call (Remote Function Call) was sent with the invalid user ID "JLIANG ". Or the calling system is not registered as trusted system in the target system.

It also saying The function module "SLIM_CONTROL_USMM" is called,

but cannot be found in the library.

above error I am getting how to correct the error.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,265

Hi,

Try to put this kind of questions in ABAP general forum for a prompt reply.

First check the Remote Connection using the Tcode SM59 and that the user is correct or not. The user must be existing in the Remote System.

For the second part of the program you need to check in the destination system whether the function module is existing or not. Also check whether the latest ABAP SP has been applied or not.

Hope this will help.

Thanks,

Samantak.

2 REPLIES 2
Read only

Former Member
0 Likes
1,266

Hi,

Try to put this kind of questions in ABAP general forum for a prompt reply.

First check the Remote Connection using the Tcode SM59 and that the user is correct or not. The user must be existing in the Remote System.

For the second part of the program you need to check in the destination system whether the function module is existing or not. Also check whether the latest ABAP SP has been applied or not.

Hope this will help.

Thanks,

Samantak.

Read only

Former Member
0 Likes
1,265

Check if RFC user JLIANG exists in destination system and has got the appropriate authorizations.