Page tree
Skip to end of metadata
Go to start of metadata

Issue

A MESSAGE_TYPE_X short dump is generated when running either transaction RSA5 or RSA6 or RSA8. The dump is generated in form HIERARCHY_NODES_CHECK.

In the ABAP code the dump is caused by line 1109, check_condition l_li1 = l_li2.

| | 1097|*&---------------------------------------------------------------------*                    
| | 1098|*&      Form  HIERARCHY_NODES_CHECK                                                         
| | 1099|*&---------------------------------------------------------------------*                    
| | 1100|FORM hierarchy_nodes_check                                                                 
| | 1101|  USING i_ct_ap TYPE rsaot_ct_rsap                                                          
| | 1102|        i_t_ap  TYPE rsaot_t_rodsappl.                                                      
| | 1103|                                                                                            
| | 1104|  DATA: l_li1 TYPE i.                                                                       
| | 1105|  DATA: l_li2 TYPE i.                                                                       
| | 1106|                                                                                            
| | 1107|  DESCRIBE TABLE i_ct_ap-t_ap LINES l_li1.                                                  
| | 1108|  DESCRIBE TABLE i_t_ap       LINES l_li2.                                                  
| |>>>>>|  check_condition l_li1 = l_li2.                                                            
| | 1110|                                                                                            
| | 1111|                                                                                            
| | 1112|ENDFORM.                               " HIERARCHY_NODES_CHECK     

Reproduce:

In the ERP system, execute either transaction RSA5, RSA6 or RSA8.

Solution:

This short dump is related to the Application Component Hierarchy.

  1. To solve the issue transfer the Application Component Hierarchy again.
  2. To transfer the hierarchy use transaction RSA9.
  3. If necessary the hierarchy can be adapted with transaction RSA8.

See also
1663383 - Short Dump MESSAGE_TYPE_X HIERARCHY_NODES_CHECK