Symptom
You are getting dump:
Category ABAP programming error
Runtime Errors MESSAGE_TYPE_X
ABAP Program SAPLRSBATCH
Application Component BW4-DM
"MESSAGE_TYPE_X"
"SAPLRSBATCH" bzw. LRSBATCHU01
"RSBATCH_START_PROCESS"
Short text of the error message: Server All assigned Servers !!! not active. Cannot be used for batch processing
if not l_t_batchserver[] is initial.
loop at l_t_batchserver.
l_idx = sy-tabix.
message s076(rsbatch) with l_t_batchserver-startsystem.
read table l_t_server with key
name = l_t_batchserver-startsystem.
if sy-subrc <> 0.
delete l_t_batchserver index l_idx.
elseif l_t_server-state <> active.
message i075(rsbatch) with l_t_server-name.
delete l_t_batchserver index l_idx.
endif.
endloop.
if l_t_batchserver[] is initial and l_do_it_serial is initial.
message x075(rsbatch) with 'All assigned Servers !!!'.
endif.
endif.
Read more...
Environment
- SAP Business Warehouse
- SAP BW/4HANA
Product
Keywords
PC, process chain stuck in yellow , KBA , BW4-DM-DTP , ABAP Orchestration of Data Transfer Process , BW4-DM-PC , Process Chains , 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