cancel
Showing results for 
Search instead for 
Did you mean: 

Problem while loading into cube.

Former Member
0 Kudos

We are loading data into cube from DSO. We are getting runtime errors as ASSERTION_FAILED due to which load is failing.

METHOD initialize_step.

DATA:

lr_rule TYPE REF TO cl_rstran_gen_rule,

l_dummy TYPE rs_bool.

READ TABLE i_t_rule_step INTO e_s_rule_step

WITH KEY stepid = i_stepid.

>>>>>ASSERT sy-subrc = 0.

CALL METHOD e_s_rule_step-r_step_->get_rule_ref_gen

RECEIVING

r_r_rule_ = lr_rule.

*-- initialize at first step registration

l_dummy = lr_rule->is_step_inheritance( i_stepid ).

CALL METHOD e_s_rule_step-r_step_->set_current_rule_processor

EXPORTING

i_paramid = i_paramid

i_kind = i_kind.

please suggest.....

Thanks in advance,

Dipak Sawant

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member182470
Active Contributor
0 Kudos

Hi Deepak,

By looking at your program, it is understood that if condition was not satisfied. That'swhy it was dumping. Re-Check your program and apply some breakpoints if required.

Hope it helps........

Regards,

Suman

Former Member
0 Kudos

Hi Deepak,

Do activate the transformation. If its already active, try to recativate. Also delete the red request from Cube & then try loading again. Hope this will solve your problem!

Regards,

Pavan

former_member360228
Contributor
0 Kudos

Delete the failed request, then activate the transformation and DTP again and re-load the data. Assertion dump is normally related with the transformations and re-activating them solves the issue.

Regards,

Arminder