Symptom
Runtime error occurs when pressing button "Maintain a single Datatarget" for a specific Infoprovider in transaction RSREQREDUCE:
--------------------------------------------------
"MESSAGE_TYPE_X"
"SAPLRSSTATMAN" bzw. LRSSTATMANF03
"FILL_DETAILS_200"
The termination occurred in ABAP program or include "SAPLRSSTATMAN", in
"FILL_DETAILS_200". The
main program was "RSSTATMAN_REQ_REDUCE_DIALOG".
In the source code, the termination point is in line 256 of program or
include "LRSSTATMANF03".
g_s_details_200-cldel_max = l_sid.
if g_s_details_200-cldel_max > 0.
select * from rsreqicods into l_s_icods where
odssid = g_s_details_200-cldel_max and
tabname = p_dta
order by rnsidlast descending.
exit.
endselect.
if sy-subrc <> 0.
message x051(rsar) with g_s_details_200-cldel_max sy-subrc l_s_tabname-c_log.
else.
--------------------------------------------------
"Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental."
Read more...
Environment
SAP NetWeaver
Product
Keywords
FILL_DETAILS_200; SAPLRSSTATMAN; RSREQREDUCE; RSREQICODS; , 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.