Symptom
- While trying to delete a request, the following dump occurs:
Category ABAP Programming Error
Runtime Errors MESSAGE_TYPE_X
ABAP Program SAPLRSSM_PROCESS
Application Component BW-WHM-DST
select single * from rsiccont into l_s_rsiccont where
icube = i_infocube and
rnr = i_request.
if sy-subrc = 0.
message x000.
endif.
296 select single * from rsmonicdp into l_s_rsmonicdp where
297 icube = i_infocube and
298 rnr = i_request.
299 if sy-subrc = 0.
>>>>> message x000.
301 endif.
- When checking the failed request the following errors occurs:
Record 0, segment 0001 is not in the cross-record table
Could not create partition: add_partition_failed (Message No. DBMAN115)
Record 0, segment 0001 is not in the cross-record table (Message No. DBMAN102)
Read more...
Environment
- SAP NETWEAVER 7.5
Product
Keywords
DTP, delta request, I_REQUEST, I_INFOCUBE, MESSAGE_TYPE_X, SAPLRSSM_PROCESS, rsmonicdp , KBA , BW-WHM-DST-DTP , Data Transfer Process , 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.