cancel
Showing results for 
Search instead for 
Did you mean: 

Dump when opening infopackage

Former Member
0 Kudos

Hi everybody,

I am getting a dump when trying to open an infopackage in some infoobjects. Mainly it is happening in 0MATERIAL, 0CUSTOMER and some others.

Our BW system is conected to 2 different R3 systems, development and test. D works fine but in the packages in T i get this error.

I add some text of the dump to help...

What happened?

The current application program detected a situation which real

should not occur. Therefore, a termination with a short dump wa

triggered on purpose by the key word MESSAGE (type X).

Error analysis

Short text of error message:

      • Data request to the OLTP ***

Technical information about the message:

Message classe...... "RSM "

Number.............. 000

Variable 1.......... " "

Variable 2.......... " "

Variable 3.......... " "

Variable 4.......... " "

Variable 3.......... " "

Variable 4.......... " "

Information on where termination occurred

The termination occurred in the ABAP program "SAPLRSS1 " in

"RSM1_CHECK_FOR_DELTAUPD".

The main program was "RSABW_START_NEW ".

The termination occurred in line 1348 of the source code of the (Include)

program "LRSS1F11 "

of the source code of program "LRSS1F11 " (when calling the editor 13480).

Source code extract

013180 EXCEPTIONS

013190 not_exist = 1

013200 OTHERS = 2.

013210 IF sy-subrc <> 0

013220 MESSAGE x000.

013230 ENDIF.

013240 DATA: l_t_roosprmsc LIKE roosprmsc OCCURS 0.

013250 DATA: l_s_roosprmsc LIKE roosprmsc.

013260 DATA: l_t_roosprms_dummy LIKE roosprms OCCURS 0.

013270 DATA: l_t_roosprmsf_dummy LIKE roosprmsf OCCURS 0

013280 DATA: l_t_rorqstprms_dummy LIKE rorqstprms OCCURS 0.

013290 CALL FUNCTION 'RSA1_OLTPSOURCE_GET_SELECTIONS'

013300 DESTINATION l_

013310 EXPORTING

013320 i_oltpsource = l_oltpsource

013330 i_rlogsys = l_rlogsys

013340 TABLES

013350 e_t_roosprmsc = l_t_roosprmsc

013360 e_t_roosprms = l_t_roosprms_dummy

013370 e_t_roosprmsf = l_t_roosprmsf_dummy

013380 e_t_rorqstprms = l_t_rorqstprms_dummy

013390 EXCEPTIONS

013400 communication_failure = 1 MESSAGE msg_

013410 system_failure = 2 MESSAGE msg_text.

013420 if sy-subrc <> 0.

013430 message x051(rsar) with msg_text(50)

013440 msg_text+50(50) '' ''.

013450 endif.

013460 READ TABLE l_t_roosprmsc INTO l_s_roosprmsc INDEX 1.

013470 IF sy-subrc <> 0

> MESSAGE x000.

013490 ENDIF.

Any help would be helpul!!!

Thanks a lot

Nacho

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ignacio,

Refer to the OSS note:424848 and run the report RSSM_OLTP_INIT_DELTA_UPDATE, this should solve the issue, note that although this note refers to 2.x, this report is available in BW 3.x and you should be able to run it without any problem.

Hope it helps,

Sree

Answers (1)

Answers (1)

Former Member
0 Kudos

It seems you are not correctly transported these objects.

Cheers

Prasad