‎2010 May 04 11:23 AM
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.
‎2010 May 04 11:32 AM
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.
‎2010 May 04 11:32 AM
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.
‎2010 May 04 11:36 AM
Check if RFC user JLIANG exists in destination system and has got the appropriate authorizations.