When you display a user menu in SAP Easy Access or role menu. SAP issues the following error message when you try to open a folder:
Control Framework: Error processing control (MESSAGE_TYPE_X)” A termination occurs with a short dump.
Solution :
1. Extent maximum number of nodes at first level (NODE_VAL_LIMIT <= 2499)
2. Extent maximum number of nodes to read for each reading step (BUBBLE_LOAD_ROOT <= 4999)
3. Extent maximum number of nodes to be read for each additional read step (BUBBLE_LOAD_PARAM <= 4999)
Tcode : SM30
Table : SSM_COL
add value NODE_VAL_LIMIT ,BUBBLE_LOAD_ROOT ,BUBBLE_LOAD_PARAM