Symptom
The following dump occurs when deleting an InfoCube request:
"MESSAGE_TYPE_X"
"CL_RSSM_STATMAN_TARGET_CUBE===CP" or "CL_RSSM_STATMAN_TARGET_CUBE===CM008"
"IF_RSBK_REQUEST_OBSERVER~UPDATE_STATUS_TABLES"
if l_rnr_sid > l_s_rsmdatastate_s-valid_sid and
i_target_tstate = '2' and i_target_ustate = '2'.
data: l_s_iccont type rsiccont.
data: l_s_reqdone type rsreqdone.
select single * from rsreqdone into l_s_reqdone where
rnr = l_rnr.
if sy-subrc <> 0.
message x000.
endif.
l_s_reqdone-datum = l_s_reqdone-datum + 3.
if l_s_reqdone-datum < sy-datum.
select single * from rsiccont into l_s_iccont where
rnr = l_rnr and
icube = p_dta.
if sy-subrc <> 0.
exit.
else.
message x000.
endif.
else.
message x000.
endif.
else.
-> message x000.
endif.
endif.
Read more...
Environment
- SAP NetWeaver 7.3
- SAP NetWeaver 7.4
- SAP NetWeaver 7.5
- SAP BW/4HANA 1.0
- SAP BW/4HANA 2.0
- SAP BW/4HANA 2021
- SAP BW/4HANA 2023
Product
Keywords
RSBDELTAREPAIR , RSBK039 , RSMDATASTATE , CL_RSSM_STATMAN_TARGET_CUBE===CP , MESSAGE_TYPE_X , message x000 , Cube , InfoCube , IF_RSBK_REQUEST_OBSERVER~UPDATE_STATUS_TABLES , Rollup , i_target_tstate , i_target_ustate , BW/4HANA , BW on hana , , KBA , BW-WHM-DST , Data Staging , BW-WHM-DBA-ICUB , InfoCubes , 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.
SAP Knowledge Base Article - Preview