Symptom
While navigating in nodes of transaction RSA1, the system hangs and end up with following short dump:
Category Resource Shortage
Runtime Errors TSV_BTR_PAGE_ALLOC_FAILED
Short Text
No memory available to enhance the index of an internal table.
"TSV_BTR_PAGE_ALLOC_FAILED" or "TSV_TABH_POOL_NO_ROLL_MEMORY"
"CL_RSAWBN_TREE_MODEL==========CP" bzw. CL_RSAWBN_TREE_MODEL==========CM017
"GET_PATH_BY_AWBOBJ" or "GET_CHILDREN"
20 * fill id
21 e_nodeid = l_s_tree-nodeid.
22 IF e_t_nodeid_path IS REQUESTED.
23 * define the path from the node to it's root
24 READ TABLE o_th_tree INTO l_s_tree WITH TABLE KEY nodeid = l_s_tree-nodeid.
25 APPEND l_s_tree-nodeid TO e_t_nodeid_path.
26 WHILE NOT l_s_tree-parentid IS INITIAL.
27 READ TABLE o_th_tree INTO l_s_tree WITH TABLE KEY nodeid = l_s_tree-parentid.
28 ASSERT sy-subrc = 0.
>>>>> INSERT l_s_tree-nodeid INTO e_t_nodeid_path INDEX 1.
30 ENDWHILE.
31 ENDIF.
32 ENDMETHOD.
27 METHOD CL_RSAWBN_TREE_MODEL==========CP CL_RSAWBN_TREE_MODEL==========CM017 29
CL_RSAWBN_TREE_MODEL=>GET_PATH_BY_AWBOBJ
26 METHOD CL_RSAWBN_TREE_MODEL_FL_IPRO==CP CL_RSAWBN_TREE_MODEL_FL_IPRO==CM009 21
CL_RSAWBN_TREE_MODEL_FL_IPRO=>GET_PATH_BY_AWBOBJ
25 METHOD CL_RSAWBN_TREE_VIEW===========CP CL_RSAWBN_TREE_VIEW===========CM01U 14
CL_RSAWBN_TREE_VIEW=>SELECT_NODE_BY_NAME
24 METHOD CL_RSAWBN_NAV_TREE============CP CL_RSAWBN_NAV_TREE============CM005 7
CL_RSAWBN_NAV_TREE=>ON_HANDLE_NODE_SELECTION
23 METHOD CL_RSAWBN_AWB=================CP CL_RSAWBN_AWB=================CM00Y 12
CL_RSAWBN_AWB=>RAISE_TREE_SELECTION
22 METHOD CL_RSAWBN_COMP_MEDIATOR=======CP CL_RSAWBN_COMP_MEDIATOR=======CM005 3
CL_RSAWBN_COMP_MEDIATOR=>IF_RSAWBN_COMP_MEDIATOR~RAISE_TREE_SELECTION
21 METHOD CL_RSAWBN_OBJ_SERVICE=========CP CL_RSAWBN_OBJ_SERVICE=========CM007 52
CL_RSAWBN_OBJ_SERVICE=>CHANGE_TREE
Read more...
Environment
SAP Netweaver BW
Product
Keywords
stuck, freeze, RSA1OLD, TSV_TNEW_PAGE_ALLOC_FAILED, EXTRACT_STRINGS_FROM_SNAP, SYSTEM_NO_MEMORY, RSD_AREA_MULTI_GET, TSV_TNEW_OCCURS_NO_ROLL_MEMORY, CL_RSAWBN_TREE_MODEL, GET_ITEMS_AND_IMAGE, , KBA , BW-WHM-AWB , Data Warehousing Workbench , 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.