SAP Knowledge Base Article - Preview

3575558 - Error in SUM phase MAIN_SHDCRE/SUBMOD_SHDDBCLONE/ADJUSTCHK_EHPI

Symptom

  • An error occurs in the Software Update Manager (SUM) 1.1 SP04 during phase  ADJUSTCHK_EHPI or ADJUSTCHK_UPG.
  • The error message indicates that the 'RSUMOD01' process was terminated with a short dump  

Category               ABAP Programming Error                                                       
Runtime Errors         DATA_OFFSET_LENGTH_TOO_LARGE                                                 
Except.                CX_SY_RANGE_OUT_OF_BOUNDS                                                    
ABAP Program           RSUMOD01                                                                     
Application Component  BC-UPG-TLS-TLA                                                               
Date and Time          02/01/2025 12:43:51                                                          
                                                                                                    
 
Short Text                                                                                        
    Invalid subfield access: Offset plus length too long                                          
 
What happened?                                                                                    
    Error in the ABAP Application Program                                                         
                                                                                                  
    The current ABAP program "RSUMOD01" had to be terminated because it has                       
    come across a statement that unfortunately cannot be executed.                      


source code:
1375          record_log+lv_offset(1) = '|'.                                                        
 1376          "record_log+157(13) = 'SPDD/SPAU Tr.'. " pt_umodobj-sapkorr.                          
 1377          add 1 to lv_offset.                                                                   
>>>>>          record_log+lv_offset(13) = 'SPDD/SPAU Tr.'. " pt_umodobj-sapkorr.                     
 1379          "record_log+170(1) = '|'.                                                             
 1380          lv_offset = lv_offset + 13.                                                           
 1381          record_log+lv_offset(1) = '|'.                                                        
 1382        endif. " if long_names eq abap_false.                    


Read more...

Environment

Software Update Manager (SUM)



Product

SAP ERP all versions

Keywords

 SUM, MAIN_SHDCRE, SUBMOD_SHDDBCLONE, ADJUSTCHK_EHPI, RSUMOD01, DATA_OFFSET_LENGTH_TOO_LARGE, CX_SY_RANGE_OUT_OF_BOUNDS. , KBA , BC-UPG-TLS-TLA , Upgrade tools for ABAP , 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.