Symptom
You are getting the following dump after selecting the option "Manage" from an ADSO.
Category ABAP programming error
Runtime Errors MESSAGE_TYPE_X
ABAP Program CL_RSBK_DTP_H=================CP
Application Component BW-WHM-DST
"MESSAGE_TYPE_X"
"CL_RSBK_DTP_H=================CP" bzw. CL_RSBK_DTP_H=================CM010
"GET_DELTA_INIT"
Call stack:
20 METHOD CL_RSBK_DTP_H=================CP CL_RSBK_DTP_H=================CM010 17
CL_RSBK_DTP_H=>GET_DELTA_INIT
19 METHOD CL_RSBK_DTP_H=================CP CL_RSBK_DTP_H=================CM00Z 28
CL_RSBK_DTP_H=>DERIVE_PROCMODE_TPL_LIST
18 METHOD CL_RSBK_REQUEST_STATE=========CP CL_RSBK_REQUEST_STATE=========CM040 27
CL_RSBK_REQUEST_STATE=>SET_TEMPLATE
17 METHOD CL_RSBK_REQUEST_RSPM_HK=======CP CL_RSBK_REQUEST_RSPM_HK=======CM001 28
CL_RSBK_REQUEST_RSPM_HK=>CONSTRUCTOR
16 METHOD CL_RSBK_REQUEST===============CP CL_RSBK_REQUEST===============CM005 23
CL_RSBK_REQUEST=>GET_OBJ_REF_TSTATE
15 METHOD CL_RSBK_REQUEST===============CP CL_RSBK_REQUEST===============CM04U 5
CL_RSBK_REQUEST=>IF_RSBK_REQUEST~SET_USES_NEW_LOG
Source code:
1 method get_delta_init.
2
3 data: l_requid type rsbk_requid.
4 if o_simulation = rs_c_true and n_deb_requid is not initial.
5 l_requid = n_deb_requid.
6 else.
7 l_requid = i_requid.
8 endif.
9 try.
10 if o_simulation = rs_c_true and
11 ( l_requid is initial or" in simulation mode with no requid
12 " as simulation request might not be in creation/created
13 cl_rsbk_request=>create_from_db( l_requid )->get_simulation( ) = rs_c_true ).
14 check o_r_tpl_x->n_updmode = rsbc_c_updmode-delta.
15 else.
16 if l_requid is initial.
>>>>> message x899.
18 endif.
Read more...
Environment
- SAP Business Warehouse;
- SAP BW/4HANA.
Product
Keywords
DTP, HK requests, 1972, 1971, init, delta, housekeeping , KBA , BW-WHM-DST , Data Staging , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.