Quantcast
Channel: SCN : All Content - SAP NetWeaver Application Server
Viewing all articles
Browse latest Browse all 2997

RPC error Generated when using the RSA1 code on MiniSAP netweaver

$
0
0

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


Viewing all articles
Browse latest Browse all 2997

Trending Articles