Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3316

0RT_C35 and ZRT_C35

$
0
0

Hi Gurus,

 

I have installed 0RT_C35 from business content long time ago when our BW system was not on HANA database. Couple of months ago we migrated to HANA database.

 

I created a ZRT_C35 copied from 0RT_C35. I have loaded the data into 0RT_C35 without any issues but when loading that data into ZRT_C35, system gives me dump.

 

ZRT_C35 is HANA optimized cube and 0RT_C35 is normal.

 

Is there any different procedure to load the data into HANA optimized cube?

 

Error

 

Category               ABAP Programming Error

Runtime Errors         MESSAGE_TYPE_X

ABAP Program           CL_RSAR_X_CMD=================CP

Application Component  BW-WHM-DST

Date and Time          03/25/2016 12:20:30

 

Error was in line 516

 

  499             no_records_found       = 2

  500             fields_not_found       = 3

  501             request_not_found      = 4

  502             psa_doesnot_exist      = 5

  503             error_in_conversion    = 6

  504             records_mismatch       = 7

  505             OTHERS                 = 8.

  506         IF sy-subrc = 2 AND l_more_data IS INITIAL.

  507           l_no_more_data = 'X'.

  508         ELSEIF sy-subrc = 2 AND l_more_data = 'X'.

  509           MESSAGE x899(rsbk) WITH 'PSA_READ_NO_MORE_DATA'.  "#EC NOTEXT

  510         ELSEIF sy-subrc = 0 AND l_more_data = 'X'.

  511           MESSAGE x899(rsbk) WITH 'PAKET_TOO_BIG'.          "#EC NOTEXT

  512         ELSEIF sy-subrc = 0 AND l_more_data IS INITIAL.

  513           " nächster Request / Paket

  514         ELSEIF sy-subrc <> 0 AND sy-subrc <> 2.

  515           IF sy-subrc = 7.

>>>>>             MESSAGE x899(rsbk) WITH 'RECORDS_MISMATCH'.     "#EC NOTEXT

  517           ENDIF.

  518           i_r_log->add_substep( 'END' ).

  519           CALL METHOD i_r_log->add_sy_msg.

  520           CALL METHOD cl_rsbm_log_step=>raise_step_failed_callstack

  521             EXPORTING

  522               i_textid = cx_rs_step_failed=>extract

 

Thanks

Srikanth


Viewing all articles
Browse latest Browse all 3316

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>