cancel
Showing results for 
Search instead for 
Did you mean: 

RPC error Generated when using the RSA1 code on MiniSAP netweaver

Former Member
0 Kudos

Hi There

When ever I try to use the RSA1 transaction code to set up BW in MiniSAP Netweaver it generates an RPC error message.

Please can you assist. Many thanks

I have attached the error message.

Category Internal Kernel Error

Runtime Errors CALL_FUNCTION_CONNECT_ERROR

Application Component BC-MID-RFC

Date and Time 26.09.2014 11:41:25

Short text

RFC error when sending logon data.

What happened?

Error in the SAP kernel.

  

The current ABAP "SAPLRSAWB" program had to be terminated because the

ABAP processor detected an internal system error.

Trigger Location of Runtime Error

Program SAPLRSAWB

Include LRSAWBU05

Row 17

Module type (FUNCTION)

Module Name RSAWB_CHECKS_BEFORE_AWBSTART

Source Code Extract

Line SourceCde

1 function rsawb_checks_before_awbstart.

2 *"----------------------------------------------------------------------

3 *"*"Lokale Schnittstelle:

4 *"----------------------------------------------------------------------

5

6 data: l_s_rsadmin like rsadmin.

7 data: l_task(10).

8 data: l_random type i.

9

10 *-------------------------------------------------------------------

11

12 call function 'RSSM_UNIQUE_ID'

13 importing

14 e_random = l_random.

15

16 l_task = l_random.

>>>>> call function 'RSBATCH_CHECK_START_LOGWRITER'

18 starting new task l_task.

19

20 **** Text-Sperre - Text-InfoProvs sind noch nicht umgesetzt !!!

21 break-point id break_luxm. "#EC NOBREAK

22 clear l_s_rsadmin.

23 select single * from rsadmin into l_s_rsadmin where

24 object = rsstm_c_text_t_change.

25 if sy-subrc <> 0 or l_s_rsadmin-value is initial.

26 submit rssm_convert_old_text_to_new and return.

27 select single * from rsadmin into l_s_rsadmin where

28 object = rsstm_c_text_t_change.

29 if sy-subrc <> 0 or l_s_rsadmin-value is initial.

30 message a098(rsstatman).

31 exit.

32 endif.

33 elseif sy-subrc = 0 and l_s_rsadmin-value is initial.

34 message a098(rsstatman).

35 exit.

36 endif.

Active Calls/Events

No. Ty. Program Include Line

Name

4 FUNCTION SAPLRSAWB LRSAWBU05 17

RSAWB_CHECKS_BEFORE_AWBSTART

3 METHOD CL_RSAWBN_AWB=================CP CL_RSAWBN_AWB=================CM00T 57

CL_RSAWBN_AWB=>CHECKS_BEFORE_DWB_START

2 METHOD CL_RSAWBN_AWB=================CP CL_RSAWBN_AWB=================CM006 22

CL_RSAWBN_AWB=>START

1 EVENT RSAWBN_START RSAWBN_START 23

START-OF-SELECTION

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello have got the same error,

who can help out?

Thank you very much in advance !

Miko

Former Member
0 Kudos

Using Transcation Code SECSTORE and  "Execute" (F8).

In the entries that are displayed, delete the entry /HMAC_INDEP/RFC_INTERNAL_TICKET_4_TRUSTED_SYSTEM if it is marked with a red traffic light.It should help. Reference SAP Note 1532825 - Deleting SECSTORE entries during system export/system copy .


Thanks,  Soma Natarajan