0 pts.
 ABAP Runtime Error :’TSV_TNEW_PAGE_ALLOC_FAILED’
I've created one customised report to be executed as a monthly background job. However this time I've received the following runtime error: TSV_TNEW_PAGE_ALLOC_FAILED Based on the error report in ST22, our Basis guy have edited the following profile parameters in RZ10: ztta/roll_area ztta/roll_extension abap/heap_area_total abap/heap_area_dia abap/heap_area_nondia em/initial_size_MB Unfortunately the program was still cancelled in the background execution. The error analysis was: The internal table "IT_42" could not be enlarged further. To extend the internal table, 13952 bytes of storage space was needed, but none was available. At this point, the table "IT_42" has 111920 entries FYI, the contents of the report is huge as it needs to compile the balance sheet accounts from year 2002 - 2007. Appreciate any feedback soonest possible as this affects our financial reporting. Many many thanks in advance!

Software/Hardware used:
ASKED: April 6, 2007  3:32 AM
UPDATED: May 2, 2010  11:22 AM

Answer Wiki:
Dear Sir..Please Help me I have Ecc6 Nw7 ,SQL2005 & Win2003R2 64Bit.............. Runtime Errors TSV_TNEW_PAGE_ALLOC_FAILED Date and Time 09.03.2010 09:14:17 ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Short text | | No more storage space available for extending an internal table. | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |What happened? | | You attempted to extend an internal table, but the required space was | | not available. | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |What can you do? | | Note which actions and input led to the error. | | | | For further help in handling the problem, contact your SAP administrator | | . | | | | You can use the ABAP dump analysis transaction ST22 to view and manage | | termination messages, in particular for long term reference. | | | | Try to find out (e.g. by targetted data selection) whether the | | transaction will run with less main memory. | | | | If there is a temporary bottleneck, execute the transaction again. | | - | | | | If the error persists, ask your system administrator to check the | | following profile parameters: | | | | o ztta/roll_area (1.000.000 - 15.000.000) | | Classic roll area per user and internal mode | | usual amount of roll area per user and internal mode | | o ztta/roll_extension (10.000.000 - 500.000.000) | | Amount of memory per user in extended memory (EM) | | o abap/heap_area_total (100.000.000 - 1.500.000.000) | | Amount of memory (malloc) for all users of an application | | server. If several background processes are running on | | one server, temporary bottlenecks may occur. | | Of course, the amount of memory (in bytes) must also be | | available on the machine (main memory or file system swap). | | Caution: | | The operating system must be set up so that there is also | | enough memory for each process. Usually, the maximum address | | space is too small. | | Ask your hardware manufacturer or your competence center | | about this. | | In this case, consult your hardware vendor | | abap/heap_area_dia: (10.000.000 - 1.000.000.000) | | Restriction of memory allocated to the heap with malloc | | for each dialog process. | | Parameters for background processes: | | abap/heap_area_nondia: (10.000.000 - 1.000.000.000) | | Restriction of memory allocated to the heap with malloc | | for each background process. | | Other memory-relevant parameters are: | | em/initial_size_MB: (35-1200) | | Extended memory area from which all users of an | | application server can satisfy their memory requirement. | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Error analysis | | The internal table "FUNCTION=FAVOS_EVENT_MOVE_IN_SHELFDATA=CHANGED_NODES[]" | | could not be further extended. To enable | | error handling, the table had to be delete before this log was written. | | As a result, the table is displayed further down or, if you branch to | | the ABAP Debugger, with 0 rows. | | | | At the time of the termination, the following data was determined for | | the relevant internal table: | | | | Memory location: "Session memory" | | Row width: 1362 | | Number of rows: 2903424 | | Allocated rows: 2903424 | | Newly requested rows: 8 (in 1 blocks) | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |How to correct the error | | The amount of storage space (in bytes) filled at termination time was: | | | | Roll area...................... 6221152 | | Extended memory (EM)........... 2002743520 | | Assigned memory (HEAP)......... 2000094240 | | Short area..................... " " | | Paging area.................... 40960 | | Maximum address space.......... " " | | | | If the error occures in a non-modified SAP program, you may be able to | | find an interim solution in an SAP Note. | | If you have access to SAP Notes, carry out a search with the following | | keywords: | | | | "TSV_TNEW_PAGE_ALLOC_FAILED" " " | | "SAPLPRGN_DRAG_AND_DROP_MODULES" or "LPRGN_DRAG_AND_DROP_MODULESU02" | | "DRAG_DROP_EVENT_MOVE_NODE" | | | | If you cannot solve the problem yourself and want to send an error | | notification to SAP, include the following information: | | | | 1. The description of the current problem (short dump) | | | | To save the description, choose "System->List->Save->Local File | | (Unconverted)". | | | | 2. Corresponding system log | | | | Display the system log by calling transaction SM21. | | Restrict the time interval to 10 minutes before and five minutes | | after the short dump. Then choose "System->List->Save->Local File | | (Unconverted)". | | | | 3. If the problem occurs in a problem of your own or a modified SAP | | program: The source code of the program | | In the editor, choose "Utilities->More | | Utilities->Upload/Download->Download". | | | | 4. Details about the conditions under which the error occurred or which | | actions and input led to the error. | | | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |System environment | | SAP-Release 700 | | | | Application server... "XXXP01" | | Network address...... "172.16.0.6" | | Operating system..... "Windows NT" | | Release.............. "5.2" | | Hardware type........ "16x AMD64 Level" | | Character length.... 16 Bits | | Pointer length....... 64 Bits | | Work process number.. 1 | | Shortdump setting.... "full" | | | | Database server... "XXXP01" | | Database type..... "MSSQL" | | Database name..... "P01" | | Database user ID.. "p01" | | | | Char.set.... "C" | | | | SAP kernel....... 700 | | created (date)... "Aug 23 2009 23:15:57" | | create on........ "NT 5.2 3790 Service Pack 2 x86 MS VC++ 14.00" | | Database version. "SQL_Server_8.00 " | | | | Patch level. 221 | | Patch text.. " " | | | | Database............. "MSSQL 7.00.699 or higher, MSSQL 8.00.194" | | SAP database version. 700 | | Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows | | NT 6.0" | | | | Memory consumption | | Roll.... 6221152 | | EM...... 2002743520 | | Heap.... 2000094240 | | Page.... 40960 | | MM Used. 3971633936 | | MM Free. 31532976 | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |User and Transaction | | | | Client.............. 900 | | User................ "GAYAS" | | Language key........ "E" | | Transaction......... " " | | Transactions ID..... "D83F2BDF75F8F1EE8158001A4BE75A08" | | | | Program............. "SAPLPRGN_DRAG_AND_DROP_MODULES" | | Screen.............. "SAPLSMTR_NAVIGATION 0100" | | Screen line......... 0 | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Information on where terminated | | Termination occurred in the ABAP program "SAPLPRGN_DRAG_AND_DROP_MODULES" - in | | "DRAG_DROP_EVENT_MOVE_NODE". | | The main program was "SAPLSMTR_NAVIGATION ". | | | | In the source code you have the termination point in line 153 | | of the (Include) program "LPRGN_DRAG_AND_DROP_MODULESU02". | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Source Code Extract | ---------------------------------------------------------------------------------------------------- |Line |SourceCde | ---------------------------------------------------------------------------------------------------- | 123| ENDIF. | | 124|* 2. All children and the other offspring of moved node | | 125|* (the menu level may change) | | 126| menu_level_shift = moved_node-menu_level - original_node-menu_level. | | 127| REFRESH: parents, children. | | 128|* Search of offspring starts from children of moved node | | 129| APPEND moved_node TO parents. | | 130| DO. | | 131| IF parents[] IS INITIAL. | | 132|* The last generation is already processed | | 133| EXIT. | | 134| ELSE. | | 135|* Search next generation of children | | 136| LOOP AT parents. | | 137| READ TABLE menu_hierarchy WITH KEY | | 138| parent_id = parents-object_id BINARY SEARCH. | | 139| IF sy-subrc = 0. | | 140| LOOP AT menu_hierarchy FROM sy-tabix. | | 141| IF menu_hierarchy-parent_id <> parents-object_id. | | 142| EXIT. | | 143| ENDIF. | | 144| IF menu_level_shift <> 0. | | 145| ADD menu_level_shift TO menu_hierarchy-menu_level. | | 146| MODIFY menu_hierarchy. | | 147| ENDIF. | | 148| APPEND menu_hierarchy TO children. | | 149| ENDLOOP. | | 150| ENDIF. | | 151| ENDLOOP. | | 152|* The founded offspring is added to the list of changed nodes | |>>>>>| APPEND LINES OF children TO changed_nodes. | | 154|* Continue search with next generation of the offspring | | 155| parents[] = children[]. | | 156| REFRESH: children. | | 157| ENDIF. | | 158| ENDDO. | | 159|* Restore original sort order | | 160| SORT menu_hierarchy BY object_id. | | 161| ENDIF. | | 162| | | 163|* Redefine sort order of changed nodes | | 164| SORT changed_nodes BY sort_order. | | 165| LOOP AT changed_nodes. | | 166| changed_nodes-sort_order = sy-tabix * 10. | | 167| MODIFY changed_nodes. | | 168| READ TABLE menu_hierarchy WITH KEY | | 169| object_id = changed_nodes-object_id BINARY SEARCH. | | 170| IF sy-subrc = 0. | | 171| MODIFY menu_hierarchy FROM changed_nodes INDEX sy-tabix. | | 172| ENDIF. | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Contents of system fields | ---------------------------------------------------------------------------------------------------- |Name |Val. | ---------------------------------------------------------------------------------------------------- |SY-SUBRC|0 | |SY-INDEX|725856 | |SY-TABIX|2903424 | |SY-DBCNT|0 | |SY-FDPOS|10 | |SY-LSIND|0 | |SY-PAGNO|0 | |SY-LINNO|1 | |SY-COLNO|1 | |SY-PFKEY|SESSION | |SY-UCOMM| | |SY-TITLE|SAP Easy Access - User menu for GAYAS | |SY-MSGTY| | |SY-MSGID| | |SY-MSGNO|000 | |SY-MSGV1| | |SY-MSGV2| | |SY-MSGV3| | |SY-MSGV4| | |SY-MODNO|0 | |SY-DATUM|20100309 | |SY-UZEIT|091401 | |SY-XPROG|SAPMSSY1 | |SY-XFORM|XAB_READ | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Active Calls/Events | ---------------------------------------------------------------------------------------------------- |No. Ty. Program Include Line | | Name | ---------------------------------------------------------------------------------------------------- | 12 FUNCTION SAPLPRGN_DRAG_AND_DROP_MODULES LPRGN_DRAG_AND_DROP_MODULESU02 153 | | DRAG_DROP_EVENT_MOVE_NODE | | 11 FUNCTION SAPLSMTR_NAVIGATION_MODULES_2 LSMTR_NAVIGATION_MODULES_2U12 33 | | FAVOS_EVENT_MOVE_IN_SHELF | | 10 FORM SAPLSMTR_NAVIGATION LSMTR_NAVIGATIONF0O 38 | | FAVOS_MOVE_FAVORITE_DD | | 9 FORM SAPLSMTR_NAVIGATION LSMTR_NAVIGATIONF0P 21 | | FAVOS_MOVE_OBJECT_DD | | 8 METHOD SAPLSMTR_NAVIGATION LSMTR_NAVIGATIONF0I 116 | | LCL_TREE_EVENT_HANDLER=>ON_USER_DROP | | 7 METHOD CL_TREE_CONTROL_BASE==========CP CL_TREE_CONTROL_BASE==========CM01F 12 | | CL_TREE_CONTROL_BASE=>IF_DRAGDROP~ONDROP | | 6 METHOD CL_GUI_CFW====================CP CL_GUI_CFW====================CM00M 149 | | CL_GUI_CFW=>HANDLE_DRAGDROP_EVENT | | 5 METHOD CL_GUI_CFW====================CP CL_GUI_CFW====================CM00K 168 | | CL_GUI_CFW=>DISPATCH_SYSTEM_EVENTS | | 4 FORM SAPFGUICNTL_CFW SAPFGUICNTL_CFW 23 | | CONTROL_DISPATCH | | 3 FORM SAPFGUICNTL SAPFGUICNTL 20 | | CONTROL_DISPATCH | | 2 FORM SAPMSSYD SAPMSSYD 288 | | %_CTL_INPUT | | 1 MODULE (PAI) SAPMSSYD SAPMSSYD 236 | | %_CTL_INPUT1 | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Chosen variables | ---------------------------------------------------------------------------------------------------- |Name | | Val. | ---------------------------------------------------------------------------------------------------- |No. 12 Ty. FUNCTION | |Name DRAG_DROP_EVENT_MOVE_NODE | ---------------------------------------------------------------------------------------------------- |ADD_AS_FIRST_NODE_IN_FOLDER | | X | | 5 | | 8 | | 0 | | 0 | |MOVE_MODE | | | | 2 | | 0 | | 0 | | 0 | |OBJECT_ID | | 00000002 | | 33333333 | | 00000002 | | 00000000 | | 00000000 | |TARGET_ID | | 00000005 | | 33333333 | | 00000005 | | 00000000 | | 00000000 | |CHANGED_NODES[] | | Table IT_1361[0x1362] | | FUNCTION=FAVOS_EVENT_MOVE_IN_SHELFDATA=CHANGED_NODES[] | | Table reference: 77 | | TABH+ 0(20) = 0000000000000000000000000000000000000000 | | TABH+ 20(20) = 4D000000510500000000000052050000FFFFFFFF | | TABH+ 40(16) = 04D40000300B000008000000C1248001 | | store = 0x0000000000000000 | | ext1 = 0x0000000000000000 | | shmId = 0 (0x00000000) | | id = 77 (0x4D000000) | | label = 1361 (0x51050000) | | fill = 0 (0x00000000) | | leng = 1362 (0x52050000) | | loop = -1 (0xFFFFFFFF) | | xtyp = TYPE#000045 | | occu = 8 (0x08000000) | | access = 1 (ItAccessStandard) | | idxKind = 0 (ItIndexNone) | | uniKind = 2 (ItUniqueNon) | | keyKind = 1 (default) | | cmpMode = 2 (cmpSingleMcmpR) | | occu0 = 1 | | groupCntl = 0 | | rfc = 0 | | unShareable = 0 | | mightBeShared = 0 | | sharedWithShmTab = 0 | | isShmLockId = 0 | | gcKind = 0 | | isUsed = 1 | | isCtfyAble = 1 | | >>>>> Shareable Table Header Data <<<<< | | tabi = Not allocated | | pghook = Not allocated | | idxPtr = Not allocated | | shmTabhSet = Not allocated | | id = Not allocated | | refCount = Not allocated | | tstRefCount = Not allocated | | lineAdmin = Not allocated | | lineAlloc = Not allocated | | shmVersId = Not allocated | | shmRefCount = Not allocated | | shmIsReadOnly = Not allocated | | >>>>> 1st level extension part <<<<< | | regHook = Not allocated | | collHook = Not allocated | | ext2 = Not allocated | | >>>>> 2nd level extension part <<<<< | | tabhBack = Not allocated | | delta_head = Not allocated | | pb_func = Not allocated | | pb_handle = Not allocated | |MENU_HIERARCHY[] | | Table IT_1359[4x1362] | | FUNCTION=FAVOS_EVENT_MOVE_IN_SHELFDATA=CONVERTED_NODES[] | | Table reference: 89 | | TABH+ 0(20) = 80583F57FE07000060563F57FE07000000000000 | | TABH+ 20(20) = 590000004F0500000400000052050000FFFFFFFF | | TABH+ 40(16) = 04D40000300B000008000000C1248001 | | store = 0x80583F57FE070000 | | ext1 = 0x60563F57FE070000 | | shmId = 0 (0x00000000) | | id = 89 (0x59000000) | | label = 1359 (0x4F050000) | | fill = 4 (0x04000000) | | leng = 1362 (0x52050000) | | loop = -1 (0xFFFFFFFF) | | xtyp = TYPE#000045 | | occu = 8 (0x08000000) | | access = 1 (ItAccessStandard) | | idxKind = 0 (ItIndexNone) | | uniKind = 2 (ItUniqueNon) | | keyKind = 1 (default) | | cmpMode = 2 (cmpSingleMcmpR) | | occu0 = 1 | | groupCntl = 0 | | rfc = 0 | | unShareable = 0 | | mightBeShared = 0 | | sharedWithShmTab = 0 | | isShmLockId = 0 | | gcKind = 0 | | isUsed = 1 | | isCtfyAble = 1 | | >>>>> Shareable Table Header Data <<<<< | | tabi = 0x10984157FE070000 | | pgHook = 0x0000000000000000 | | idxPtr = 0x0000000000000000 | | shmTabhSet = 0x0000000000000000 | | id = 1054 (0x1E040000) | | refCount = 0 (0x00000000) | | tstRefCount = 0 (0x00000000) | | lineAdmin = 8 (0x08000000) | | lineAlloc = 8 (0x08000000) | | shmVersId = 0 (0x00000000) | | shmRefCount = 1 (0x01000000) | | >>>>> 1st level extension part <<<<< | | regHook = 0x0000000000000000 | | collHook = 0x0000000000000000 | | ext2 = 0xF0553F57FE070000 | | >>>>> 2nd level extension part <<<<< | | tabhBack = 0xF0DA2F57FE070000 | | delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000| | pb_func = 0x0000000000000000 | | pb_handle = 0x0000000000000000 | |MENU_TEXTS[] | | Table IT_1360[4x688] | | FUNCTION=FAVOS_EVENT_MOVE_IN_SHELFDATA=CONVERTED_TEXTS[] | | Table reference: 92 | | TABH+ 0(20) = E0ED4157FE07000010573F57FE07000000000000 | | TABH+ 20(20) = 5C0000005005000004000000B0020000FFFFFFFF | | TABH+ 40(16) = 04D40000200C000010000000C1248001 | | store = 0xE0ED4157FE070000 | | ext1 = 0x10573F57FE070000 | | shmId = 0 (0x00000000) | | id = 92 (0x5C000000) | | label = 1360 (0x50050000) | | fill = 4 (0x04000000) | | leng = 688 (0xB0020000) | | loop = -1 (0xFFFFFFFF) | | xtyp = TYPE#000050 | | occu = 16 (0x10000000) | | access = 1 (ItAccessStandard) | | idxKind = 0 (ItIndexNone) | | uniKind = 2 (ItUniqueNon) | | keyKind = 1 (default) | | cmpMode = 2 (cmpSingleMcmpR) | | occu0 = 1 | | groupCntl = 0 | | rfc = 0 | | unShareable = 0 | | mightBeShared = 0 | | sharedWithShmTab = 0 | | isShmLockId = 0 | | gcKind = 0 | | isUsed = 1 | | isCtfyAble = 1 | | >>>>> Shareable Table Header Data <<<<< | | tabi = 0xC0C24157FE070000 | | pgHook = 0x0000000000000000 | | idxPtr = 0x0000000000000000 | | shmTabhSet = 0x0000000000000000 | | id = 1055 (0x1F040000) | | refCount = 0 (0x00000000) | | tstRefCount = 0 (0x00000000) | | lineAdmin = 16 (0x10000000) | | lineAlloc = 16 (0x10000000) | | shmVersId = 0 (0x00000000) | | shmRefCount = 1 (0x01000000) | | >>>>> 1st level extension part <<<<< | | regHook = 0x0000000000000000 | | collHook = 0x0000000000000000 | | ext2 = 0xA0563F57FE070000 | | >>>>> 2nd level extension part <<<<< | | tabhBack = 0xB0854757FE070000 | | delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000| | pb_func = 0x0000000000000000 | | pb_handle = 0x0000000000000000 | |SY-SUBRC | | 0 | | 0000 | | 0000 | |AGR_HIERT | | 00000000 | | 2222222222222222222222222222222222333333332222222222222222222222222222222222222222222222222222| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |MENU_HIERARCHY | | 0000000500000002 5800000020TRVA01 | | 3333333333333333233333333335554332222222222222222222222222222222222222222222222222222222222222| | 0000000500000002058000000204261010000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |SY-TABIX | | 2903424 | | 8420 | | 0DC0 | |MENU_HIERARCHY-PARENT_ID | | 00000002 | | 33333333 | | 00000002 | | 00000000 | | 00000000 | |PARENTS-OBJECT_ID | | 00000005 | | 33333333 | | 00000005 | | 00000000 | | 00000000 | |SYST-REPID | | SAPLPRGN_DRAG_AND_DROP_MODULES | | 5454554454544544454545544454452222222222 | | 310C027EF4217F1E4F42F0FDF45C530000000000 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | |MENU_LEVEL_SHIFT | | 1 | | 0000 | | 1000 | |MENU_HIERARCHY-MENU_LEVEL | | 58 | | 33 | | 58 | | 00 | | 00 | |CHILDREN | | Table IT_1363[4x1362] | | FUNCTION=DRAG_DROP_EVENT_MOVE_NODEDATA=CHILDREN | | Table reference: 93 | | TABH+ 0(20) = 20EC2E57FE070000000000000000000000000000 | | TABH+ 20(20) = 5D000000530500000400000052050000FFFFFFFF | | TABH+ 40(16) = 04D800009005000008000000C1248001 | | store = 0x20EC2E57FE070000 | | ext1 = 0x0000000000000000 | | shmId = 0 (0x00000000) | | id = 93 (0x5D000000) | | label = 1363 (0x53050000) | | fill = 4 (0x04000000) | | leng = 1362 (0x52050000) | | loop = -1 (0xFFFFFFFF) | | xtyp = TYPE#000015 | | occu = 8 (0x08000000) | | access = 1 (ItAccessStandard) | | idxKind = 0 (ItIndexNone) | | uniKind = 2 (ItUniqueNon) | | keyKind = 1 (default) | | cmpMode = 2 (cmpSingleMcmpR) | | occu0 = 1 | | groupCntl = 0 | | rfc = 0 | | unShareable = 0 | | mightBeShared = 0 | | sharedWithShmTab = 0 | | isShmLockId = 0 | | gcKind = 0 | | isUsed = 1 | | isCtfyAble = 1 | | >>>>> Shareable Table Header Data <<<<< | | tabi = 0x60444257FE070000 | | pgHook = 0x0000000000000000 | | idxPtr = 0x0000000000000000 | | shmTabhSet = 0x0000000000000000 | | id = 726913 (0x81170B00) | | refCount = 0 (0x00000000) | | tstRefCount = 0 (0x00000000) | | lineAdmin = 8 (0x08000000) | | lineAlloc = 8 (0x08000000) | | shmVersId = 0 (0x00000000) | | shmRefCount = 1 (0x01000000) | | >>>>> 1st level extension part <<<<< | | regHook = Not allocated | | collHook = Not allocated | | ext2 = Not allocated | | >>>>> 2nd level extension part <<<<< | | tabhBack = Not allocated | | delta_head = Not allocated | | pb_func = Not allocated | | pb_handle = Not allocated | |PARENTS[] | | Table IT_1362[4x1362] | | FUNCTION=DRAG_DROP_EVENT_MOVE_NODEDATA=PARENTS[] | | Table reference: 76 | | TABH+ 0(20) = 20681F57FE070000000000000000000000000000 | | TABH+ 20(20) = 4C000000520500000400000052050000FFFFFFFF | | TABH+ 40(16) = 04D800009005000008000000C1248401 | | store = 0x20681F57FE070000 | | ext1 = 0x0000000000000000 | | shmId = 0 (0x00000000) | | id = 76 (0x4C000000) | | label = 1362 (0x52050000) | | fill = 4 (0x04000000) | | leng = 1362 (0x52050000) | | loop = -1 (0xFFFFFFFF) | | xtyp = TYPE#000015 | | occu = 8 (0x08000000) | | access = 1 (ItAccessStandard) | | idxKind = 0 (ItIndexNone) | | uniKind = 2 (ItUniqueNon) | | keyKind = 1 (default) | | cmpMode = 2 (cmpSingleMcmpR) | | occu0 = 1 | | groupCntl = 0 | | rfc = 0 | | unShareable = 0 | | mightBeShared = 1 | | sharedWithShmTab = 0 | | isShmLockId = 0 | | gcKind = 0 | | isUsed = 1 | | isCtfyAble = 1 | | >>>>> Shareable Table Header Data <<<<< | | tabi = 0x2085EF5DFE070000 | | pgHook = 0x0000000000000000 | | idxPtr = 0x0000000000000000 | | shmTabhSet = 0x0000000000000000 | | id = 726912 (0x80170B00) | | refCount = 0 (0x00000000) | | tstRefCount = 0 (0x00000000) | | lineAdmin = 8 (0x08000000) | | lineAlloc = 8 (0x08000000) | | shmVersId = 0 (0x00000000) | | shmRefCount = 1 (0x01000000) | | >>>>> 1st level extension part <<<<< | | regHook = Not allocated | | collHook = Not allocated | | ext2 = Not allocated | | >>>>> 2nd level extension part <<<<< | | tabhBack = Not allocated | | delta_head = Not allocated | | pb_func = Not allocated | | pb_handle = Not allocated | |%_SPACE | | | | 2 | | 0 | | 0 | | 0 | |CHANGED_NODES | | 0000000000000000 0000000000 | | 3333333333333333233333333332222222222222222222222222222222222222222222222222222222222222222222| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| ---------------------------------------------------------------------------------------------------- |No. 11 Ty. FUNCTION | |Name FAVOS_EVENT_MOVE_IN_SHELF | ---------------------------------------------------------------------------------------------------- |BOOK_INFO | | | | 222222222222 | | 000000000000 | | 000000000000 | | 000000000000 | |FIRST_NODE | | X | | 5 | | 8 | | 0 | | 0 | |KEEP_INFOS | | X | | 5 | | 8 | | 0 | | 0 | |KEEP_XY_POS | | | | 2 | | 0 | | 0 | | 0 | |MOVE_MODE | | | | 2 | | 0 | | 0 | | 0 | |OBJECT_ID | | 00002 | | 33333 | | 00002 | | 00000 | | 00000 | |TARGET_ID | | 00005 | | 33333 | | 00005 | | 00000 | | 00000 | |USER_NAME | | GAYAS | | 445452222222 | | 719130000000 | | 000000000000 | | 000000000000 | |X_POS | | 00000 | | 33333 | | 00000 | | 00000 | | 00000 | |Y_POS | | 00000 | | 33333 | | 00000 | | 00000 | | 00000 | |USER_LINKS[] | | Table IT_230[0x556] | | FUNCTION-POOL=SMTR_NAVIGATIONDATA=GLOBAL_SMEN_BUFFI[] | | Table reference: 34 | | TABH+ 0(20) = 0000000000000000A0A12B57FE07000000000000 | | TABH+ 20(20) = 22000000E6000000000000002C020000FFFFFFFF | | TABH+ 40(16) = 04000000000E000010000000C1248001 | | store = 0x0000000000000000 | | ext1 = 0xA0A12B57FE070000 | | shmId = 0 (0x00000000) | | id = 34 (0x22000000) | | label = 230 (0xE6000000) | | fill = 0 (0x00000000) | | leng = 556 (0x2C020000) | | loop = -1 (0xFFFFFFFF) | | xtyp = TYPE#000060 | | occu = 16 (0x10000000) | | access = 1 (ItAccessStandard) | | idxKind = 0 (ItIndexNone) | | uniKind = 2 (ItUniqueNon) | | keyKind = 1 (default) | | cmpMode = 2 (cmpSingleMcmpR) | | occu0 = 1 | | groupCntl = 0 | | rfc = 0 | | unShareable = 0 | | mightBeShared = 0 | | sharedWithShmTab = 0 | | isShmLockId = 0 | | gcKind = 0 | | isUsed = 1 | | isCtfyAble = 1 | | >>>>> Shareable Table Header Data <<<<< | | tabi = Not allocated | | pghook = Not allocated | | idxPtr = Not allocated | | shmTabhSet = Not allocated | | id = Not allocated | | refCount = Not allocated | | tstRefCount = Not allocated | | lineAdmin = Not allocated | | lineAlloc = Not allocated | | shmVersId = Not allocated | | shmRefCount = Not allocated | | shmIsReadOnly = Not allocated | | >>>>> 1st level extension part <<<<< | | regHook = 0x0000000000000000 | | collHook = 0x0000000000000000 | | ext2 = 0x30A12B57FE070000 | | >>>>> 2nd level extension part <<<<< | | tabhBack = 0xA08F2E57FE070000 | | delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000| | pb_func = 0x0000000000000000 | | pb_handle = 0x0000000000000000 | |USER_SHELF[] | | Table IT_229[4x556] | | FUNCTION-POOL=SMTR_NAVIGATIONDATA=GLOBAL_SMEN_BUFFC[] | | Table reference: 35 | | TABH+ 0(20) = E0A12B57FE070000F0A02B57FE07000000000000 | | TABH+ 20(20) = 23000000E5000000040000002C020000FFFFFFFF | | TABH+ 40(16) = 04000000A00D000010000000C9248001 | | store = 0xE0A12B57FE070000 | | ext1 = 0xF0A02B57FE070000 | | shmId = 0 (0x00000000) | | id = 35 (0x23000000) | | label = 229 (0xE5000000) | | fill = 4 (0x04000000) | | leng = 556 (0x2C020000) | | loop = -1 (0xFFFFFFFF) | | xtyp = TYPE#000058 | | occu = 16 (0x10000000) | | access = 1 (ItAccessStandard) | | idxKind = 1 (ItIndexLinear) | | uniKind = 2 (ItUniqueNon) | | keyKind = 1 (default) | | cmpMode = 2 (cmpSingleMcmpR) | | occu0 = 1 | | groupCntl = 0 | | rfc = 0 | | unShareable = 0 | | mightBeShared = 0 | | sharedWithShmTab = 0 | | isShmLockId = 0 | | gcKind = 0 | | isUsed = 1 | | isCtfyAble = 1 | | >>>>> Shareable Table Header Data <<<<< | | tabi = 0xC0912F57FE070000 | | pgHook = 0x0000000000000000 | | idxPtr = 0x40A22B57FE070000 | | shmTabhSet = 0x0000000000000000 | | id = 212 (0xD4000000) | | refCount = 0 (0x00000000) | | tstRefCount = 0 (0x00000000) | | lineAdmin = 16 (0x10000000) | | lineAlloc = 16 (0x10000000) | | shmVersId = 0 (0x00000000) | | shmRefCount = 1 (0x01000000) | | >>>>> 1st level extension part <<<<< | | regHook = 0x0000000000000000 | | collHook = 0x0000000000000000 | | ext2 = 0x80A02B57FE070000 | | >>>>> 2nd level extension part <<<<< | | tabhBack = 0x809D2E57FE070000 | | delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000| | pb_func = 0x0000000000000000 | | pb_handle = 0x0000000000000000 | |TARGET_ID_8 | | 00000005 | | 33333333 | | 00000005 | | 00000000 | | 00000000 | |OBJECT_ID_8 | | 00000002 | | 33333333 | | 00000002 | | 00000000 | | 00000000 | |SYST | | #####,##########################################°####################################### u####| | 600082000000000000000000000000000000005000000000B000000000000000000000000000109000000030270000| | 0B000C4000000000000000A01000100000000020000000000000000000000000000000000000B00000000000050200| | 1000400000000000000000000000000000000000000000000000000000000000000000000000000000000020000000| | 3000D000000000000000000000000000000000500000000000000000000000000000000000000000000000A000000C| |CONVERTED_NODES[] | | Table IT_1359[4x1362] | |CONVERTED_TEXTS[] | | Table IT_1360[4x688] | |AGR_DATEU-ATTRIBUTES+10(2) | | | | 2 | | 0 | | 0 | | 0 | |SY-UNAME | | GAYAS | | 445452222222 | | 719130000000 | | 000000000000 | | 000000000000 | |CHANGED_NODES[] | | Table IT_1361[0x1362] | |SY-ONCOM | | X | | 5 | | 8 | | 0 | | 0 | |START_GUID | | | | 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| ---------------------------------------------------------------------------------------------------- |No. 10 Ty. FORM | |Name FAVOS_MOVE_FAVORITE_DD | ---------------------------------------------------------------------------------------------------- |DROP_EFFECT | | MOVE | | 4454 | | DF65 | | 0000 | | 0000 | |TREEV_RELAT_FIRST_SIBLING | | 5 | | 0000 | | 5000 | |TREEV_RELAT_NEXT_SIBLING | | 2 | | 0000 | | 2000 | |TREEV_EVENTID_ITEM_DBL_CLK | | 22 | | 1000 | | 6000 | |SOURCE_ID | | 00002 | | 33333 | | 00002 | | 00000 | | 00000 | |TREEV_EVENTID_ITEM_CONTEXT_MEN | | 26 | | 1000 | | A000 | |TARGET_ID | | 00005 | | 33333 | | 00005 | | 00000 | | 00000 | |TREEV_ALIGN_LEFT | | 0 | | 0000 | | 0000 | |SHELF_ID | | 00000 | | 33333 | | 00000 | | 00000 | | 00000 | |TREEV_ALIGN_RIGHT | | 2 | | 0000 | | 2000 | |GLOBAL_SMEN_BUFFI[] | | Table IT_230[0x556] | |TREEV_ALIGN_CENTER | | 1 | | 0000 | | 1000 | |GLOBAL_SMEN_BUFFC[] | | Table IT_229[4x556] | |SY-XFORM | | XAB_READ | | 544554442222222222222222222222 | | 812F25140000000000000000000000 | | 000000000000000000000000000000 | | 000000000000000000000000000000 | |START_WITH_SELSCRN | | | | 2 | | 0 | | 0 | | 0 | |RELOAD_FAVORITES | | | | 2 | | 0 | | 0 | | 0 | |I_FAVOS[] | | Table IT_232[4x366] | | FUNCTION-POOL=SMTR_NAVIGATIONDATA=I_FAVOS[] | | Table reference: 40 | | TABH+ 0(20) = 30912B57FE070000000000000000000000000000 | | TABH+ 20(20) = 28000000E8000000040000006E010000FFFFFFFF | | TABH+ 40(16) = 040000004010000010000000C1248001 | | store = 0x30912B57FE070000 | | ext1 = 0x0000000000000000 | | shmId = 0 (0x00000000) | | id = 40 (0x28000000) | | label = 232 (0xE8000000) | | fill = 4 (0x04000000) | | leng = 366 (0x6E010000) | | loop = -1 (0xFFFFFFFF) | | xtyp = TYPE#000072 | | occu = 16 (0x10000000) | | access = 1 (ItAccessStandard) | | idxKind = 0 (ItIndexNone) | | uniKind = 2 (ItUniqueNon) | | keyKind = 1 (default) | | cmpMode = 2 (cmpSingleMcmpR) | | occu0 = 1 | | groupCntl = 0 | | rfc = 0 | | unShareable = 0 | | mightBeShared = 0 | | sharedWithShmTab = 0 | | isShmLockId = 0 | | gcKind = 0 | | isUsed = 1 | | isCtfyAble = 1 | | >>>>> Shareable Table Header Data <<<<< | | tabi = 0xA0B42F57FE070000 | | pgHook = 0x0000000000000000 | | idxPtr = 0x0000000000000000 | | shmTabhSet = 0x0000000000000000 | | id = 214 (0xD6000000) | | refCount = 0 (0x00000000) | | tstRefCount = 0 (0x00000000) | | lineAdmin = 16 (0x10000000) | | lineAlloc = 16 (0x10000000) | | shmVersId = 0 (0x00000000) | | shmRefCount = 1 (0x01000000) | | >>>>> 1st level extension part <<<<< | | regHook = Not allocated | | collHook = Not allocated | | ext2 = Not allocated | | >>>>> 2nd level extension part <<<<< | | tabhBack = Not allocated | | delta_head = Not allocated | | pb_func = Not allocated | | pb_handle = Not allocated | |I_FAVOS | | 000010000201 | | 2333333333333222222222222222222222222222222222222222222222222222222222222222222222222222222222| | 0000010000201000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |CL_GUI_DOCKING_CONTAINER=>DOCK_AT_LEFT | | 1 | | 0000 | | 1000 | |G_SUFFIX[] | | Table IT_0[20x56] | | FUNCTION-POOL=SMTR_NAVIGATIONDATA=G_SUFFIX[] | | Table reference: 0 | | TABH+ 0(20) = F02E2257FE07000010F62157FE07000000000000 | | TABH+ 20(20) = 00000000000000001400000038000000FFFFFFFF | | TABH+ 40(16) = 040000006005000010000000C1248001 | | store = 0xF02E2257FE070000 | | ext1 = 0x10F62157FE070000 | | shmId = 0 (0x00000000) | | id = 0 (0x00000000) | | label = 0 (0x00000000) | | fill = 20 (0x14000000) | | leng = 56 (0x38000000) | | loop = -1 (0xFFFFFFFF) | | xtyp = TYPE#000014 | | occu = 16 (0x10000000) | | access = 1 (ItAccessStandard) | | idxKind = 0 (ItIndexNone) | | uniKind = 2 (ItUniqueNon) | | keyKind = 1 (default) | | cmpMode = 2 (cmpSingleMcmpR) | | occu0 = 1 | | groupCntl = 0 | | rfc = 0 | | unShareable = 0 | | mightBeShared = 0 | | sharedWithShmTab = 0 | | isShmLockId = 0 | | gcKind = 0 | | isUsed = 1 | | isCtfyAble = 1 | | >>>>> Shareable Table Header Data <<<<< | | tabi = 0x502B2257FE070000 | | pgHook = 0xB02F2257FE070000 | | idxPtr = 0x0000000000000000 | | shmTabhSet = 0x0000000000000000 | | id = 6 (0x06000000) | | refCount = 0 (0x00000000) | | tstRefCount = 0 (0x00000000) | | lineAdmin = 48 (0x30000000) | | lineAlloc = 48 (0x30000000) | | shmVersId = 0 (0x00000000) | | shmRefCount = 1 (0x01000000) | | >>>>> 1st level extension part <<<<< | | regHook = 0x0000000000000000 | | collHook = 0x0000000000000000 | | ext2 = 0xA0F52157FE070000 | | >>>>> 2nd level extension part <<<<< | | tabhBack = 0x40F52157FE070000 | | delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000| | pb_func = 0x0000000000000000 | | pb_handle = 0x0000000000000000 | ---------------------------------------------------------------------------------------------------- |No. 9 Ty. FORM | |Name FAVOS_MOVE_OBJECT_DD | ---------------------------------------------------------------------------------------------------- |TARGET_NODE_NAME | | F00005 | | 433333222222222222222222222222 | | 600005000000000000000000000000 | | 000000000000000000000000000000 | | 000000000000000000000000000000 | |TARGET | | F00005 | | 433333222222 | | 600005000000 | | 000000000000 | | 000000000000 | |SOURCE_NODE_NAME | | F00002 | | 433333222222222222222222222222 | | 600002000000000000000000000000 | | 000000000000000000000000000000 | | 000000000000000000000000000000 | |SOURCE | | F00002 | | 433333222222 | | 600002000000 | | 000000000000 | | 000000000000 | |DROP_EFFECT | | MOVE | | 4454 | | DF65 | | 0000 | | 0000 | |GLOBAL_SHOW_AGR_NAME_IN_SESS | | | | 2 | | 0 | | 0 | | 0 | ---------------------------------------------------------------------------------------------------- |No. 8 Ty. METHOD | |Name LCL_TREE_EVENT_HANDLER=>ON_USER_DROP | ---------------------------------------------------------------------------------------------------- |NODE_KEY | | F00005 | | 433333222222 | | 600005000000 | | 000000000000 | | 000000000000 | |DRAG_DROP_OBJECT | | {O:138*CLASS-POOL=CL_GUI_CFWCLASS=LCL_DRAGDROPOBJECT} | | 70008000 | | 5000A000 | |IMAGE_CONTROL_CREATED | | | | 2 | | 0 | | 0 | | 0 | |TSTC | | 0000 # | | 222222222222222222222222222222222222222222222222222222222222333322222022222222222222222222 | | 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | | 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | | 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | |DATAOBJ | | {O:139*FUNCTION-POOL=SMTR_NAVIGATIONCLASS=LCL_DRAGDROPDATAOBJECT} | | 70008000 | | 4000B000 | |DRAG_DROP_OBJECT->OBJECT | | {O:139*FUNCTION-POOL=SMTR_NAVIGATIONCLASS=LCL_DRAGDROPDATAOBJECT} | | 70008000 | | 4000B000 | |MF_CHECKED | | 8 | | 0000 | | 8000 | |SY-SUBRC | | 0 | | 0000 | | 0000 | |SYST | | #####,##########################################°####################################### u####| | 600082000000000000000000000000000000005000000000B000000000000000000000000000109000000030270000| | 0B000C4000000000000000A01000100000000020000000000000000000000000000000000000B00000000000050200| | 1000400000000000000000000000000000000000000000000000000000000000000000000000000000000020000000| | 3000D000000000000000000000000000000000500000000000000000000000000000000000000000000000A000000C| |SY-XPROG | | SAPMSSY1 | | 5454555322222222222222222222222222222222 | | 310D339100000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | |SRC_NODE_KEY | | F00002 | | 433333222222 | | 600002000000 | | 000000000000 | | 000000000000 | |DATAOBJ->SRC_NODE_KEY | | F00002 | | 433333222222 | | 600002000000 | | 000000000000 | | 000000000000 | |G_NODE_KEY | | | | 222222222222 | | 000000000000 | | 000000000000 | | 000000000000 | |G_SMENFAV_DAT | | 20100217 | | 33333333 | | 20100217 | | 00000000 | | 00000000 | |DEST_NODE_KEY | | F00005 | | 433333222222 | | 600005000000 | | 000000000000 | | 000000000000 | |ALLOW_SHORTCUTS | | X | | 5 | | 8 | | 0 | | 0 | ---------------------------------------------------------------------------------------------------- |No. 7 Ty. METHOD | |Name CL_TREE_CONTROL_BASE=>IF_DRAGDROP~ONDROP | ---------------------------------------------------------------------------------------------------- |PROPERTIES | | {O:131*CLASS=CL_SIMPLEPROPBAG} | | 70008000 | | C0003000 | |DRAGDROPOBJECT | | {O:138*CLASS-POOL=CL_GUI_CFWCLASS=LCL_DRAGDROPOBJECT} | | 70008000 | | 5000A000 | |SY-REPID | | CL_TREE_CONTROL_BASE==========CP | | 4455544544455445445433333333334522222222 | | 3CF4255F3FE42FCF2135DDDDDDDDDD3000000000 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | |SYST-REPID | | CL_TREE_CONTROL_BASE==========CP | | 4455544544455445445433333333334522222222 | | 3CF4255F3FE42FCF2135DDDDDDDDDD3000000000 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | |PROPKEY | | F00005 | | 433333 | | 600005 | | 000000 | | 000000 | |%_DUMMY$$ | | | | 2222 | | 0000 | | 0000 | | 0000 | |NODEKEY | | F00005 | | 433333222222 | | 600005000000 | | 000000000000 | | 000000000000 | |ME | | {O:23*CLASS=CL_GUI_LIST_TREE} | | E0001000 | | 80007000 | |%_PRINT | | 000 0###| | 2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |%_EVNTSENDER | | 0 | | 0000 | | 0000 | |%_EVNTSLOT | | 1073741823 | | FFF3 | | FFFF | ---------------------------------------------------------------------------------------------------- |No. 6 Ty. METHOD | |Name CL_GUI_CFW=>HANDLE_DRAGDROP_EVENT | ---------------------------------------------------------------------------------------------------- |SHELLID | | 105 | | 6000 | | 9000 | |CARGO | | | | 2222222222222222222222222222222222222222222222222222222222222222222222 | | 0000000000000000000000000000000000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000000000000000000000000000000000 | |LCL_DRAGDROPHELPER=>DRAGDROPPARAM->PROPSSOURCE | | {O:130*CLASS=CL_SIMPLEPROPBAG} | | 70008000 | | D0002000 | |DRAGDROPOBJECT | | {O:138*CLASS-POOL=CL_GUI_CFWCLASS=LCL_DRAGDROPOBJECT} | | 70008000 | | 5000A000 | |SY-REPID | | CL_GUI_CFW====================CP | | 4454545445333333333333333333334522222222 | | 3CF759F367DDDDDDDDDDDDDDDDDDDD3000000000 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | |%_DUMMY$$ | | | | 2222 | | 0000 | | 0000 | | 0000 | |CL_GUI_DOCKING_CONTAINER=>DOCK_AT_BOTTOM | | 4 | | 0000 | | 4000 | |SY-SUBRC | | 0 | | 0000 | | 0000 | |SYST-REPID | | CL_GUI_CFW====================CP | | 4454545445333333333333333333334522222222 | | 3CF759F367DDDDDDDDDDDDDDDDDDDD3000000000 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | |DRAGDROPOBJECT->STATE | | 100 | | 6000 | | 4000 | |CL_DRAGDROPOBJECT=>STATE_ABORTED | | 255 | | F000 | | F000 | |SYST | | #####,##########################################°####################################### u####| | 600082000000000000000000000000000000005000000000B000000000000000000000000000109000000030270000| | 0B000C4000000000000000A01000100000000020000000000000000000000000000000000000B00000000000050200| | 1000400000000000000000000000000000000000000000000000000000000000000000000000000000000020000000| | 3000D000000000000000000000000000000000500000000000000000000000000000000000000000000000A000000C| |%_ARCHIVE | | | | 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |DRAGDROPOBJECT->OBJECT | | {O:139*FUNCTION-POOL=SMTR_NAVIGATIONCLASS=LCL_DRAGDROPDATAOBJECT} | | 70008000 | | 4000B000 | |SY-MSGLI | | | | 222222222222222222222222222222222222222222222222222222222222 | | 000000000000000000000000000000000000000000000000000000000000 | | 000000000000000000000000000000000000000000000000000000000000 | | 000000000000000000000000000000000000000000000000000000000000 | |CL_DRAGDROPOBJECT=>STATE_DROPPING | | 100 | | 6000 | | 4000 | |LCL_DRAGDROPHELPER=>DRAGDROPPARAM->PROPSTARGET | | {O:131*CLASS=CL_SIMPLEPROPBAG} | | 70008000 | | C0003000 | |CL_GUI_CFW=>DYNPRO_5 | | 15 | | 0000 | | F000 | ---------------------------------------------------------------------------------------------------- |No. 5 Ty. METHOD | |Name CL_GUI_CFW=>DISPATCH_SYSTEM_EVENTS | ---------------------------------------------------------------------------------------------------- |OK_CODE | | %_GS 105 15 | | 2545233323322222222222222222222222222222222222222222222222222222222222 | | 5F73010501500000000000000000000000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000000000000000000000000000000000 | |RETURN_CODE | | 0 | | 0000 | | 0000 | |RETURN_FUNCTION | | | | 2222222222222222222222222222222222222222222222222222222222222222222222 | | 0000000000000000000000000000000000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000000000000000000000000000000000 | |SY-UCOMM | | | | 2222222222222222222222222222222222222222222222222222222222222222222222 | | 0000000000000000000000000000000000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000000000000000000000000000000000 | |%_DUMMY$$ | | | | 2222 | | 0000 | | 0000 | | 0000 | |L_EVENT_OBJECT | | {O:128*CLASS-POOL=CL_GUI_CFWCLASS=LCL_EVENT} | | 70008000 | | F0000000 | |SPACE | | | | 2 | | 0 | | 0 | | 0 | |SY-REPID | | CL_GUI_CFW====================CP | | 4454545445333333333333333333334522222222 | | 3CF759F367DDDDDDDDDDDDDDDDDDDD3000000000 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | |CL_GUI_CONTROL=>CUR_EVENT | | {O:116*CLASS=CL_GUI_EVENT} | | 80007000 | | B0004000 | |L_EVENT-EVENT_OBJECT | | {O:128*CLASS-POOL=CL_GUI_CFWCLASS=LCL_EVENT} | | 70008000 | | F0000000 | |SYST-REPID | | CL_GUI_CFW====================CP | | 4454545445333333333333333333334522222222 | | 3CF759F367DDDDDDDDDDDDDDDDDDDD3000000000 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | |L_EVENT | | ###### | | 007080 | | 00F000 | | 000000 | | 000000 | |IS_SHELLEVENT | | X | | 5 | | 8 | | 0 | | 0 | |CL_GUI_DOCKING_CONTAINER=>DOCK_AT_BOTTOM | | 4 | | 0000 | | 4000 | |EVENTID | | 15 | | 0000 | | F000 | |%_VIASELSCR | | # | | 0 | | 4 | |RSJOBINFO | | 00000000000000 ## | | 2222222222222222222222222222222233333333333333222222222222222222222222222222222200 | | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 | |MY_SHELL | | 105 | | 6000 | | 9000 | |CARGO | | | | 2222222222222222222222222222222222222222222222222222222222222222222222 | | 0000000000000000000000000000000000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000000000000000000000000000000000 | |%_SPACE | | | | 2 | | 0 | | 0 | | 0 | |CL_GUI_CFW=>CFW_SUBSCRIBER-REF | | {O:23*CLASS=CL_GUI_LIST_TREE} | | E0001000 | | 80007000 | |%_ARCHIVE | | | | 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| ---------------------------------------------------------------------------------------------------- |No. 4 Ty. FORM | |Name CONTROL_DISPATCH | ---------------------------------------------------------------------------------------------------- |%_DUMMY$$ | | | | 2222 | | 0000 | | 0000 | | 0000 | |%_ARCHIVE | | | | 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |CD_OK_CODE | | %_GS 105 15 | | 2545233323322222222222222222222222222222222222222222222222222222222222 | | 5F73010501500000000000000000000000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000000000000000000000000000000000 | |%_VIASELSCR | | # | | 0 | | 4 | |SYST-REPID | | SAPFGUICNTL_CFW | | 5454454445454452222222222222222222222222 | | 31067593E4CF3670000000000000000000000000 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | |%_SPACE | | | | 2 | | 0 | | 0 | | 0 | |RC | | 0 | | 0000 | | 0000 | |FC | | | | 2222222222222222222222222222222222222222222222222222222222222222222222 | | 0000000000000000000000000000000000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000000000000000000000000000000000 | |CL_GUI_CFW=>RC_FOUND | | 0 | | 0000 | | 0000 | |SY-XPROG | | SAPMSSY1 | | 5454555322222222222222222222222222222222 | | 310D339100000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | |RSJOBINFO | | 00000000000000 ## | | 2222222222222222222222222222222233333333333333222222222222222222222222222222222200 | | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 | |CL_GUI_CFW=>RC_FCODE | | 2 | | 0000 | | 2000 | ---------------------------------------------------------------------------------------------------- |No. 3 Ty. FORM | |Name CONTROL_DISPATCH | ---------------------------------------------------------------------------------------------------- |%_DUMMY$$ | | | | 2222 | | 0000 | | 0000 | | 0000 | |CD_OK_CODE | | %_GS 105 15 | | 2545233323322222222222222222222222222222222222222222222222222222222222 | | 5F73010501500000000000000000000000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000000000000000000000000000000000 | ---------------------------------------------------------------------------------------------------- |No. 2 Ty. FORM | |Name %_CTL_INPUT | ---------------------------------------------------------------------------------------------------- |SY-DYNNR | | 0100 | | 3333 | | 0100 | | 0000 | | 0000 | |SY-XFORM | | XAB_READ | | 544554442222222222222222222222 | | 812F25140000000000000000000000 | | 000000000000000000000000000000 | | 000000000000000000000000000000 | |SYST-REPID | | SAPMSSYD | | 5454555422222222222222222222222222222222 | | 310D339400000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | |%_PRINT | | 000 0###| | 2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |SY-SUBRC | | 0 | | 0000 | | 0000 | |SY-REPID | | SAPMSSYD | | 5454555422222222222222222222222222222222 | | 310D339400000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | |%_DUMMY$$ | | | | 2222 | | 0000 | | 0000 | | 0000 | |MY_UCOMM | | %_GS 105 15 | | 2545233323322222222222222222222222222222222222222222222222222222222222 | | 5F73010501500000000000000000000000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000000000000000000000000000000000 | |%_VIASELSCR | | # | | 0 | | 4 | |G_DARK_SUBMIT | | 0 | | 0000 | | 0000 | |%_SPACE | | | | 2 | | 0 | | 0 | | 0 | ---------------------------------------------------------------------------------------------------- |No. 1 Ty. MODULE (PAI) | |Name %_CTL_INPUT1 | ---------------------------------------------------------------------------------------------------- |SY-XPROG | | SAPMSSY1 | | 5454555322222222222222222222222222222222 | | 310D339100000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | |%_DUMMY$$ | | | | 2222 | | 0000 | | 0000 | | 0000 | |%_CALLER_PROGRAM_NAME | | SAPLSMTR_NAVIGATION | | 5454545554454445444222222222222222222222 | | 310C3D42FE1697149FE000000000000000000000 | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Internal notes | | The termination was triggered in function "tsvAllocPages" | | of the SAP kernel, in line 1809 of the module | | "//bas/700_REL/src/krn/runt/abtsv.c#10". | | The internal operation just processed is "PAR2". | | Internal mode was started at 20100309085147. | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Active Calls in SAP Kernel | ---------------------------------------------------------------------------------------------------- |Lines of C Stack in Kernel (Structure Differs on Each Platform) | ---------------------------------------------------------------------------------------------------- |SAP (R) - R/3(TM) Callstack, Version 1.0 | |Copyright (C) SAP AG. All rights reserved. | |Callstack without Exception: | |App : disp+work.EXE (pid=5840) | |When : 3/9/2010 9:14:16.437 | |Threads : 2 | |Computer Name : XXXP01 | |User Name : SAPServiceP01 | |Number of Processors: 16 | |Processor Type: EM64T Family 6 Model 15 Stepping 11 | |Windows Version : 5.2 Current Build: 3790 | |State Dump for Thread Id 16d4 | |FramePtr ReturnAd Param#1 Function Name | |00000000082090b0 0000000077d704bf 0000000000314110 ntdll!ZwWaitForSingleObject | |0000000008209150 0000000001778e91 0000000000000600 kernel32!WaitForSingleObjectEx | |00000000082093a0 0000000000620455 0000000000000001 disp+work!NTDebugProcess [ntsXXXbg.c (501)] | |00000000082093d0 0000000000b1f92c 0000000000000001 disp+work!CTrcStack [dptstack.c (182)] | |0000000008209420 0000000000b24dc1 0000000000000001 disp+work!rabax_CStackSave [abrabax.c (7257)] | |0000000008209e00 00000000007b9d69 0000000001a84760 disp+work!ab_rabax [abrabax.c (1271)] | |0000000008209e90 00000000007b9f70 0000000000000000 disp+work!tsvAllocPages [abtsv.c (1809)] | |0000000008209ee0 00000000007ba42a 000007fe571f66b0 disp+work!tsvAppendBody [abtsv.c (1873)] | |0000000008209f30 00000000008a0436 00000b300000d404 disp+work!ab_tinsnewNoShareCheck [abtsv.c (4228| |0000000008209fe0 0000000000929232 0000000000000001 disp+work!ab_ItabBlockInsert [abitab.c (1741)] | |000000000820a0f0 000000000084d9b2 0000000000000000 disp+work!ab_jtapp [abtapp.c (188)] | |000000000820a270 0000000000a336a7 000007fe573e83e0 disp+work!ab_extri [abextri.c (554)] | |000000000820a2c0 0000000000aee6fc 000007fe573e83e0 disp+work!ab_xevent [abrunt1.c (281)] | |000000000820a350 0000000000680018 000007fe573e83e0 disp+work!ab_dstep [abdynpro.c (488)] | |000000000820a4d0 0000000000681072 000007fe573e83e0 disp+work!dynpctlcal [dymainstp.c (2809)] | |000000000820a560 000000000068670a 0000000000000000 disp+work!dynpinp0 [dymainstp.c (4732)] | |000000000820a610 0000000000641133 0000000000000000 disp+work!dynprctl [dymainstp.c (361)] | |000000000820fc30 00000000004e0300 0000000000000002 disp+work!dynpen00 [dymain.c (1872)] | |000000000820feb0 000000000043049b 000000000aab8080 disp+work!TskhLoop [thxxhead.c (4651)] | |000000000820fee0 000000000040108d ffffffff00000003 disp+work!DpMain [dpxxdisp.c (1166)] | |000000000820ff10 0000000001a31591 0000000000000000 disp+work!nlsui_main [thxxanf.c (84)] | |000000000820ff70 0000000077d5964c 0000000000000000 disp+work!wmainCRTStartup [crtexe.c (498)] | |000000000820ffa0 0000000000000000 0000000001a31420 kernel32!BaseProcessStart | |State Dump for Thread Id 11ec | |FramePtr ReturnAd Param#1 Function Name | |000000000fcefe40 0000000077d5f691 00000000082f54e0 ntdll!NtFsControlFile | |000000000fcefeb0 0000000001916cbf 0000000000000000 kernel32!ConnectNamedPipe | |000000000fceff40 000007ff7fc411c4 0000000000000000 disp+work!SigIMsgFunc [signt.c (679)] | |000000000fceff70 0000000077d6b6da 0000000077d6b6a0 msvcrt!endthreadex | |000000000fceffa0 0000000000000000 0000000000000000 kernel32!BaseThreadStart | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |List of ABAP programs affected | ---------------------------------------------------------------------------------------------------- |Index |Typ|Program |Group |Date |Time |Size |Lang. | ---------------------------------------------------------------------------------------------------- | 0|Prg|SAPLSMTR_NAVIGATION | 0|18.06.2008|17:05:34| 207872|E | | 1|Prg|SAPMSSYD | 0|12.09.2006|11:33:31| 21504|E | | 2|Prg|SAPFSYSCALLS | 0|09.09.2004|14:18:32| 7168|E | | 3|Typ|PRGN_CUST | 0|30.03.1998|10:02:50| 2048| | | 4|Prg|SAPLSMTR_NAVIGATION_MODULES | 4|18.06.2008|17:05:34| 179200|E | | 5|Typ|AGR_DATEU | 0|30.08.2001|17:56:20| 3072| | | 6|Prg|SAPLSFES | 6|18.06.2008|17:05:33| 261120|E | | 7|Prg|SAPLSPLUGIN | 7|09.09.2004|14:18:36| 8192|E | | 8|Typ|SSM_CUST | 0|07.05.1997|13:49:15| 2048| | | 9|Prg|SAPLSGUI | 9|18.06.2008|16:16:29| 84992|E | | 10|Typ|SSM_COL | 0|02.11.1998|09:56:19| 2048| | | 11|Typ|SYS_MENU | 0|10.03.1999|18:59:21| 2048| | | 12|Typ|CVERS | 0|09.11.2000|14:05:49| 2048| | | 13|Prg|SAPLPRGN_AUTH | 13|18.06.2008|16:29:03| 91136|E | | 14|Typ|AGR_USERS | 0|20.01.2003|16:27:01| 3072| | | 15|Prg|SAPLSUU6 | 15|18.06.2008|16:29:03| 195584|E | | 16|Typ|USBAPILINK | 0|23.04.1998|15:10:08| 3072| | | 17|Typ|USZBVLNDSC | 0|23.04.1998|15:10:16| 2048| | | 18|Typ|USZBVLNDRC | 0|21.12.1999|19:20:38| 3072| | | 19|Typ|T000 | 0|11.09.1997|10:17:18| 4096| | | 20|Typ|AGR_HIER | 0|03.07.2006|10:33:34| 5120| | | 21|Typ|AGR_DEFINE | 0|30.08.2001|17:56:21| 4096| | | 22|Typ|USERS_SSM | 0|14.02.1998|17:01:24| 2048| | | 23|Prg|SAPLSMTR_NAVIGATION_SIMULATION | 23|09.09.2004|14:18:36| 13312|E | | 24|Typ|USRBF2 | 0|17.06.1998|03:27:39| 2048| | | 25|Prg|SAPLPRGN_URL_GENERATION | 25|12.09.2006|11:30:24| 65536|E | | 26|Typ|URL_EXITS | 0|21.12.1999|19:20:38| 5120| | | 27|Prg|SAPLICON | 27|18.06.2008|16:29:03| 27648|E | | 28|Prg|%_CICON | 27|18.06.2008|16:29:02| 107520|E | | 29|Typ|ICONT | 0|12.09.2006|11:25:01| 2048| | | 30|Prg|SAPLSUSM | 30|18.06.2008|16:08:42| 29696|E | | 31|Typ|USR21 | 0|10.03.1999|18:32:06| 3072| | | 32|Typ|USR03 | 0|12.05.1997|16:51:23| 9216| | | 33|Prg|SAPLSUGS | 33|31.03.2006|11:23:11| 47104|E | | 34|Prg|SAPLSUG2 | 34|13.03.2006|15:58:46| 47104|E | | 35|Typ|SVERS | 0|30.07.1992|18:39:23| 2048| | | 36|Typ|UVERS | 0|09.11.2000|14:16:07| 4096| | | 37|Typ|V_ADDR_USR | 0|28.12.2004|18:23:02| 23552| | | 38|Typ|TSAD3T | 0|14.02.1998|17:01:10| 2048| | | 39|Typ|SMENFAVDAT | 0|30.08.2001|17:57:31| 2048| | | 40|Prg|CL_GUI_CONTROL================CP | 40|28.02.2005|21:03:09| 112640|E | | 41|Prg|%_CCNTL | 40|18.02.2005|14:15:08| 15360|E | | 42|Typ|OBJ_RECORD | 0|14.02.1998|08:30:43| 2048| | | 43|Prg|CL_GUI_OBJECT=================CP | 43|18.06.2008|15:28:45| 375808|E | | 44|Prg|CL_GUI_CFW====================CP | 44|28.02.2005|21:03:09| 168960|E | | 45|Prg|CL_GUI_PROPS_CONSUMER=========CP | 45|18.06.2008|17:05:08| 29696|E | | 46|Prg|SAPLTHFB | 46|18.06.2008|17:04:52| 394240|E | | 47|Typ|EUDB | 0|06.11.2003|20:28:08| 71680| | | 48|Prg|SAPLSTTM | 48|05.07.2005|13:10:18| 69632|E | | 49|Prg|SAPLSBDC | 49|18.06.2008|16:07:59| 44032|E | | 50|Prg|CL_DYNAMIC_GUI_EXTENSIONS=====CP | 50|18.02.2005|14:15:28| 37888|E | | 51|Prg|SAPLOLEA | 51|18.06.2008|10:40:38| 96256|E | | 52|Typ|TOLE | 0|29.07.1998|19:56:01| 3072| | | 53|Prg|%_COLE2 | 51|18.02.2005|14:15:28| 10240|E | | 54|Prg|CL_ABAP_CHAR_UTILITIES========CP | 54|05.07.2005|13:10:15| 13312|E | | 55|Typ|OLE_PA | 0|04.04.1995|16:02:19| 2048| | | 56|Prg|SAPLSCP2 | 56|18.06.2008|17:05:30| 136192|E | | 57|Typ|SWCONT | 0|04.04.1995|16:18:01| 4096| | | 58|Typ|SWCBCONT | 0|15.11.2000|17:55:11| 3072| | | 59|Prg|CL_GUI_CUSTOM_CONTAINER=======CP | 59|28.02.2005|21:00:46| 44032|E | | 60|Typ|CFW_LINK | 0|01.12.1999|12:16:48| 3072| | | 61|Prg|CL_GUI_CONTAINER==============CP | 61|28.02.2005|21:00:46| 56320|E | | 62|Prg|SAPLCNTH | 62|18.02.2005|14:15:08| 29696|E | | 63|Prg|SAPFGUICNTL | 44|18.02.2005|14:15:08| 24576|E | | 64|Prg|CL_GUI_SPLITTER_CONTAINER=====CP | 64|28.02.2005|21:00:47| 66560|E | | 65|Prg|CL_GUI_SIMPLE_CONTAINER=======CP | 65|28.02.2005|21:00:47| 43008|E | | 66|Prg|CL_GUI_LIST_TREE==============CP | 66|05.07.2005|13:10:15| 80896|E | | 67|Prg|CL_ITEM_TREE_CONTROL==========CP | 67|05.07.2005|13:10:15| 111616|E | | 68|Prg|CL_TREE_CONTROL_BASE==========CP | 68|18.06.2008|15:26:39| 120832|E | | 69|Typ|TREEV_HHDR | 0|14.02.2002|14:05:10| 3072| | | 70|Typ|TREEV_LHDR | 0|14.02.2002|14:05:11| 3072| | | 71|Prg|CL_ABAP_TYPEDESCR=============CP | 71|05.07.2005|13:10:15| 29696|E | | 72|Prg|CL_ABAP_ELEMDESCR=============CP | 72|03.07.2006|10:50:51| 36864|E | | 73|Prg|CL_ABAP_DATADESCR=============CP | 73|05.07.2005|13:10:15| 19456|E | | 74|Prg|CL_ABAP_REFDESCR==============CP | 74|05.07.2005|13:10:15| 24576|E | | 75|Prg|CL_ABAP_STRUCTDESCR===========CP | 75|18.06.2008|15:28:40| 40960|E | | 76|Prg|CL_ABAP_COMPLEXDESCR==========CP | 76|05.07.2005|13:10:15| 17408|E | | 77|Prg|CL_ABAP_TABLEDESCR============CP | 77|05.07.2005|13:10:15| 25600|E | | 78|Prg|CL_ABAP_CLASSDESCR============CP | 78|05.07.2005|13:10:15| 30720|E | | 79|Prg|CL_ABAP_OBJECTDESCR===========CP | 79|05.07.2005|13:10:15| 34816|E | | 80|Prg|CL_ABAP_INTFDESCR=============CP | 80|05.07.2005|13:10:15| 25600|E | | 81|Prg|CL_ABAP_SOFT_REFERENCE========CP | 81|05.07.2005|13:10:15| 9216|E | | 82|Prg|CL_ABAP_REFERENCE=============CP | 82|09.09.2004|14:18:16| 8192|E | | 83|Prg|CL_DRAGDROP===================CP | 83|18.06.2008|17:05:05| 37888|E | | 84|Typ|SMENSAPLNG | 0|03.07.2006|10:33:13| 5120| | | 85|Typ|SMENSAPLNT | 0|03.07.2006|10:33:13| 3072| | | 86|Typ|SMENSAPFAV | 0|15.11.2000|17:54:12| 4096| | | 87|Typ|SMENSAPT | 0|16.07.1997|14:45:44| 2048| | | 88|Typ|AGR_SHIER_BOR | 0|12.09.2006|11:24:27| 5120| | | 89|Typ|AGR_FLAGS | 0|09.11.2000|14:03:46| 6144| | | 90|Typ|AGR_BUFFI | 0|27.08.1999|18:00:54| 3072| | | 91|Typ|AGR_HIERT | 0|03.07.2006|10:33:35| 3072| | | 92|Typ|AGR_HIER_BOR | 0|03.07.2006|10:33:35| 3072| | | 93|Typ|AGR_TCODES | 0|09.11.2000|14:03:47| 3072| | | 94|Prg|SAPMSSY0 | 94|18.06.2008|16:16:29| 92160|E | | 95|Prg|SAPLSPIAGENTCW | 95|18.06.2008|14:49:21| 13312|E | | 96|Prg|SAPLSPILS | 96|18.06.2008|16:16:29| 64512|E | | 97|Prg|CL_OS_TRANSACTION_END_NOTIFIERCP | 97|05.07.2005|13:05:25| 9216|E | | 98|Prg|CL_SYSTEM_TRANSACTION_STATE===CP | 98|18.06.2008|16:16:29| 106496|E | | 99|Typ|SMEN_BUFFI | 0|09.11.2000|14:22:34| 3072| | | 100|Typ|SMEN_BUFFC | 0|10.03.1999|18:42:46| 4096| | | 101|Typ|FAVORITES | 0|28.08.1997|08:47:54| 3072| | | 102|Typ|SBJTREEITM | 0|13.02.2005|18:20:28| 5120| | | 103|Prg|SAPLCNDP | 103|18.06.2008|15:27:34| 195584|E | | 104|Prg|SAPLCNTL | 104|18.06.2008|15:29:00| 304128|E | | 105|Typ|TREEV_NODE | 0|14.02.2002|14:05:11| 4096| | | 106|Typ|RFC_FIELDS | 0|20.08.1998|10:56:34| 9216| | | 107|Typ|DFIES | 0|28.12.2004|17:06:45| 10240| | | 108|Prg|SAPLSDIFRUNTIME | 108|05.07.2005|13:11:53| 96256|E | | 109|Typ|DDFIXVALUE | 0|27.08.1999|18:04:56| 2048| | | 110|Typ|X031L | 0|05.07.2005|13:10:15| 6144| | | 111|Prg|SAPLSDNT | 111|18.06.2008|15:27:33| 219136|E | | 112|Typ|X030L | 0|05.07.2005|13:10:10| 11264| | | 113|Typ|DD03P | 0|18.02.2005|13:53:33| 13312| | | 114|Typ|DD05M | 0|09.11.2000|14:06:49| 4096| | | 115|Typ|DD08V | 0|20.08.1998|11:35:49| 4096| | | 116|Typ|DD12V | 0|19.07.2004|10:44:55| 5120| | | 117|Typ|DD17V | 0|20.08.1998|10:50:57| 6144| | | 118|Typ|DD35V | 0|01.03.2001|12:21:53| 2048| | | 119|Typ|DD36M | 0|01.03.2001|12:38:06| 5120| | | 120|Prg|SAPLSDTB | 120|05.07.2005|13:11:53| 405504|E | | 121|Typ|DDCACHE | 0|30.03.1995|13:12:06| 2048| | | 122|Typ|DCTABDGET | 0|13.05.1997|12:49:28| 2048| | | 123|Typ|DD02V | 0|19.11.2001|15:50:56| 7168| | | 124|Prg|SAPLSDSG | 124|05.07.2005|13:11:53| 123904|E | | 125|Prg|RADBTDDO | 124|05.07.2005|13:10:16| 39936|E | | 126|Prg|RADBTDDF | 124|05.07.2005|13:05:04| 254976|E | | 127|Typ|DD02L | 0|19.11.2001|15:49:25| 6144| | | 128|Typ|DDSTATE | 0|07.05.1997|12:49:07| 2048| | | 129|Typ|DD03L | 0|28.12.2004|17:10:07| 6144| | | 130|Typ|DD01L | 0|28.12.2004|17:07:19| 6144| | | 131|Typ|DD04L | 0|19.07.2004|10:44:26| 8192| | | 132|Typ|DD04T | 0|12.05.1997|16:45:50| 3072| | | 133|Prg|SAPLSDDO | 133|18.06.2008|15:29:07| 236544|E | | 134|Typ|DDSETSTATE | 0|07.05.1997|12:49:06| 3072| | | 135|Typ|TPARA | 0|10.07.1997|00:45:24| 2048| | | 136|Typ|DCDTELGET | 0|30.03.1995|13:13:18| 2048| | | 137|Prg|SAPLSDDM | 137|03.07.2006|10:49:21| 57344|E | | 138|Typ|DD08L | 0|05.11.1997|02:52:51| 4096| | | 139|Prg|SAPLSDFK | 139|05.07.2005|13:10:14| 26624|E | | 140|Typ|DD35L | 0|20.08.1998|11:16:26| 2048| | | 141|Typ|DD12L | 0|19.07.2004|10:44:27| 4096| | | 142|Typ|DD09L | 0|28.12.2004|18:22:43| 4096| | | 143|Typ|DD09V | 0|28.12.2004|18:22:11| 4096| | | 144|Typ|DCTABLGET | 0|04.06.1997|19:16:24| 3072| | | 145|Typ|DDXTT | 0|05.07.2005|13:05:24| 6144| | | 146|Prg|RATTBUTL | 108|18.06.2008|15:29:21| 206848|E | | 147|Typ|V_21S23L | 0|20.08.1998|11:32:35| 3072| | | 148|Typ|DD092526V | 0|20.08.1998|11:15:55| 5120| | | 149|Typ|DDFTX | 0|05.11.1997|02:52:59| 4096| | | 150|Typ|DPPROPS | 0|09.07.1997|23:53:23| 2048| | | 151|Prg|SAPLURFC | 151|18.06.2008|16:13:22| 22528|E | | 152|Prg|SAPLSRFC | 152|07.02.2006|10:16:57| 37888|E | | 153|Prg|SAPLSYST | 153|13.02.2005|17:31:56| 35840|E | | 154|Prg|SAPMSSY1 | 103|11.04.2005|09:27:15| 21504|E | | 155|Prg|SAPLGRFC | 155|13.02.2005|18:20:25| 16384|E | | 156|Typ|ARFCDATA | 0|04.04.1995|15:40:32| 5120| | | 157|Prg|SAPLCNT0 | 157|18.02.2005|14:15:08| 39936|E | | 158|Prg|%_CABAP | 77|05.07.2005|13:10:15| 29696|E | | 159|Typ|TREEV_ITEM | 0|14.02.2002|14:05:11| 4096| | | 160|Typ|TREEMBITEM | 0|14.02.2002|14:05:09| 3072| | | 161|Typ|TREEVBITEM | 0|14.02.1998|14:16:44| 2048| | | 162|Prg|CX_SY_MOVE_CAST_ERROR=========CP | 162|05.07.2005|13:10:16| 11264|E | | 163|Typ|SCX_SRCPOS | 0|18.05.2004|14:07:11| 2048| | | 164|Prg|CX_DYNAMIC_CHECK==============CP | 164|05.07.2005|13:10:16| 10240|E | | 165|Prg|CX_ROOT=======================CP | 165|18.06.2008|14:35:52| 11264|E | | 166|Prg|CX_NO_CHECK===================CP | 166|05.07.2005|13:10:16| 10240|E | | 167|Prg|CX_SY_STRUCT_COMP_NAME========CP | 167|05.07.2005|13:10:16| 12288|E | | 168|Prg|CX_SY_STRUCT_CREATION=========CP | 168|05.07.2005|13:10:16| 11264|E | | 169|Prg|CX_SY_TYPE_CREATION===========CP | 169|05.07.2005|13:10:16| 10240|E | | 170|Prg|CX_SY_STRUCT_ATTRIBUTES=======CP | 170|18.06.2008|14:39:11| 11264|E | | 171|Prg|CX_SY_STRUCT_SUFFIX_NAME======CP | 171|07.02.2006|10:32:56| 12288|E | | 172|Prg|CX_SY_STRUCT_COMP_TYPE========CP | 172|05.07.2005|13:10:16| 11264|E | | 173|Rty|type000000000000 | 0|09.03.2010|08:51:47| 0| | | 174|Prg|CX_SY_TABLE_LINE_TYPE=========CP | 174|05.07.2005|13:10:16| 11264|E | | 175|Prg|CX_SY_TABLE_CREATION==========CP | 175|05.07.2005|13:10:16| 10240|E | | 176|Prg|SAPFSPOR | 0|09.09.2004|14:18:32| 14336|E | | 177|Prg|SAPLSCNT | 177|18.02.2005|14:16:06| 30720|E | | 178|Typ|DYCBOX | 0|20.08.1998|11:16:53| 3072| | | 179|Prg|SAPLSVSM | 179|18.02.2005|14:16:06| 28672|E | | 180|Prg|CL_DATAPROVIDER===============CP | 180|28.02.2005|21:00:46| 49152|E | | 181|Prg|SAPLSTUP | 181|18.06.2008|16:07:11| 74752|E | | 182|Prg|SAPSHDTV | 177|05.01.2005|16:26:16| 33792|E | | 183|Prg|SAPFGUICNTL_CFW | 44|28.02.2005|21:00:47| 18432|E | | 184|Typ|ARFCRDATA | 0|13.02.2005|18:20:24| 6144| | | 185|Typ|ARFCSDATA | 0|13.02.2005|18:20:25| 6144| | | 186|Typ|OLE_VERBS | 0|04.04.1995|16:02:20| 2048| | | 187|Prg|CL_GUI_DATAMANAGER============CP | 187|05.07.2005|13:10:15| 75776|E | | 188|Prg|IF_CACHED_PROP================IP | 187|18.02.2005|14:12:55| 7168|E | | 189|Prg|CL_GUI_DOCKING_CONTAINER======CP | 189|28.02.2005|21:00:47| 49152|E | | 190|Prg|SAPLPRGN_ADD_ON | 190|13.02.2005|17:31:56| 13312|E | | 191|Typ|TSTC | 0|20.08.1998|11:09:07| 2048| | | 192|Typ|INDX | 0|29.07.1998|18:38:15| 6144| | | 193|Typ|TSTCT | 0|14.02.1998|14:31:34| 2048| | | 194|Prg|SAPLSUSE | 194|18.06.2008|16:29:03| 55296|E | | 195|Typ|TSTCC | 0|18.12.2001|16:57:59| 3072| | | 196|Prg|SAPLSETRAN | 196|09.09.2004|14:18:36| 22528|E | | 197|Typ|ISTCCLAS_C | 0|09.11.2000|14:08:32| 2048| | | 198|Prg|SAPLURL_GENERATION | 198|18.06.2008|17:01:46| 232448|E | | 199|Typ|UIDEPEND | 0|11.02.2000|14:21:04| 3072| | | 200|Typ|SFW_SWITCHPOSITION | 0|19.07.2004|10:44:10| 2048| | | 201|Prg|SAPLSFW_COMMON | 201|18.06.2008|17:04:34| 102400|E | | 202|Typ|SFW_PACKAGE | 0|18.06.2008|14:34:16| 2048| | | 203|Typ|TADIR | 0|07.02.2006|10:08:38| 5120| | | 204|Prg|SAPLPA_PACKAGE_SERVICES | 204|18.06.2008|17:01:46| 152576|E | | 205|Typ|TDEVC | 0|08.12.2004|18:02:41| 6144| | | 206|Prg|SAPLSECU | 206|18.06.2008|16:08:42| 87040|E | | 207|Prg|CL_GUI_EVENT==================CP | 207|28.02.2005|21:00:47| 11264|E | | 208|Prg|CL_DRAGDROPOBJECT=============CP | 208|18.02.2005|14:15:28| 11264|E | | 209|Prg|CL_SIMPLEPROPBAG==============CP | 209|18.02.2005|14:15:16| 12288|E | | 210|Prg|%_CCNDD | 44|18.02.2005|14:15:16| 8192|E | | 211|Prg|IF_DRAGDROP===================IP | 211|18.02.2005|14:15:16| 6144|E | | 212|Prg|SAPLSMTR_NAVIGATION_MODULES_2 | 212|18.02.2005|13:57:51| 39936|E | | 213|Typ|AGR_STRING | 0|02.11.1998|09:42:42| 3072| | | 214|Typ|AGR_SHIER | 0|03.07.2006|10:32:53| 4096| | | 215|Typ|AGR_SHIERT | 0|03.07.2006|10:32:53| 3072| | | 216|Prg|SAPLPRGN_DRAG_AND_DROP_MODULES | 216|09.09.2004|14:18:35| 32768|E | | 217|Typ|ETCF_SVARS | 0|18.05.2004|10:29:43| 2048| | | 218|Typ|CAT_SVARS | 0|18.05.2004|10:32:36| 3072| | | 219|Prg|%_CSLIS | 206|07.02.2006|10:40:01| 89088|E | | 220|Typ|DTC_S_LAYO | 0|04.12.2000|12:46:23| 9216| | | 221|Typ|SYST | 0|09.09.2004|14:18:12| 31744| | | 222|Typ|START_GUID | 0|15.01.1999|16:51:42| 3072| | | 223|Prg|IF_CONTROL_TREE_NODE==========IP | 0|18.02.2005|14:12:58| 16384|E | | 224|Typ|RSJOBINFO | 0|29.04.1992|14:52:25| 3072| | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Directory of Application Tables | ---------------------------------------------------------------------------------------------------- |Name Date Time Lngth | | Val. | ---------------------------------------------------------------------------------------------------- |Program SAPLSMTR_NAVIGATION | ---------------------------------------------------------------------------------------------------- |SYST . . : : 00004612 | | #,x0004x000A | |TSTC . . : : 00000180 | | | |SSM_CUST . . : : 00000440 | | | |PRGN_CUST . . : : 00000060 | | | | ---------------------------------------------------------------------------------------------------- |Program SAPLSMTR_NAVIGATION_MODULES | ---------------------------------------------------------------------------------------------------- |TSTCT . . : : 00000114 | | EMB52 List of Warehouse Stocks on Hand | | |AGR_DATEU . . : : 00000206 | | 900BROWSER_OPT GAYAS 20090812102616x0C00 XX | |SSM_CUST . . : : 00000440 | | NEW_WINDOW_MODE | |TSTC . . : : 00000180 | | MB52 RM07MLBS | |SMENFAVDAT . . : : 00000086 | | 900GAYAS FAVOS 20100217084354x0C00| | |SYS_MENU . . : : 00000104 | | | | |AGR_FLAGS . . : : 00000254 | | 900ZSTOREKEEPER_MADINA_BRANCH SYS_FLAG SUNDARESH 200 | |AGR_DEFINE . . : : 00000266 | | 900ZSTOREKEEPER_MADINA_BRANCH | |INDX . . : : 00003104 | | 900VMBW_STARTGAYAS x0001 00000000 | |USERS_SSM . . : : 00000038 | | 900GAYAS X | | |CVERS . . : : 00000102 | | SAP_BW 700 0011 W| | ---------------------------------------------------------------------------------------------------- |Program SAPLICON | ---------------------------------------------------------------------------------------------------- |ICONT . . : : 00000130 | | | ---------------------------------------------------------------------------------------------------- |Program SAPLSUSM | ---------------------------------------------------------------------------------------------------- |USR03 . . : : 00000876 | | | |USR21 . . : : 00000146 | | 900GAYAS 00000226410000022411 | |TSAD3T . . : : 00000076 | | 900E0002Mr. | | ---------------------------------------------------------------------------------------------------- |Program SAPLSUG2 | ---------------------------------------------------------------------------------------------------- |SVERS . . : : 00000144 | | 700 | ---------------------------------------------------------------------------------------------------- |Program CL_GUI_CFW====================CP | ---------------------------------------------------------------------------------------------------- |RSJOBINFO . . : : 00000164 | | 00000000000000 | ---------------------------------------------------------------------------------------------------- |Program CL_GUI_PROPS_CONSUMER=========CP | ---------------------------------------------------------------------------------------------------- |EUDB . . : : 00004068 | | %CCB3F2BDFE7FCF1CD8158001A4BE75A08 | ---------------------------------------------------------------------------------------------------- |Program SAPLOLEA | ---------------------------------------------------------------------------------------------------- |TOLE . . : : 00000394 | | SAP.DATAPROVIDER.1 {799104C5-04C5-11D0- | ---------------------------------------------------------------------------------------------------- |Program SAPLSDNT | ---------------------------------------------------------------------------------------------------- |DDXTT . . : : 00000272 | | | |V_21S23L . . : : 00000102 | | 00000000 | | |DD092526V . . : : 00000124 | | | ---------------------------------------------------------------------------------------------------- |Program SAPLSMTR_NAVIGATION_MODULES_2 | ---------------------------------------------------------------------------------------------------- |AGR_DATEU . . : : 00000206 | | 00000000000000x0C00 | |START_GUID . . : : 00000556 | | | ---------------------------------------------------------------------------------------------------- |Program SAPLPRGN_DRAG_AND_DROP_MODULES | ---------------------------------------------------------------------------------------------------- |AGR_HIERT . . : : 00000754 | | 00000000 | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |ABAP Control Blocks (CONT) | ---------------------------------------------------------------------------------------------------- |Index|Name|Fl|PAR0|PAR1|PAR2|PAR3|PAR4|PAR5|PAR6|Source Code |Line | ---------------------------------------------------------------------------------------------------- | 340|BRAX|00|FFF7| | | | | | |LPRGN_DRAG_AND_DROP_MODULESU02 | 142| | 341|cmpr|00|00CA|C00C|0000| | | | |LPRGN_DRAG_AND_DROP_MODULESU02 | 144| | 343|BRAF|05|0007| | | | | | |LPRGN_DRAG_AND_DROP_MODULESU02 | 144| | 344|cald|00|C015| | | | | | |LPRGN_DRAG_AND_DROP_MODULESU02 | 145| | 345|CALC|00|C00C| | | | | | |LPRGN_DRAG_AND_DROP_MODULESU02 | 145| | 346|CALC|0B|0000| | | | | | |LPRGN_DRAG_AND_DROP_MODULESU02 | 145| | 347|CALC|06|C015| | | | | | |LPRGN_DRAG_AND_DROP_MODULESU02 | 145| | 348|TMOD|00|0000|8004|8005| | | | |LPRGN_DRAG_AND_DROP_MODULESU02 | 146| | 350|TAPP|00|0243|C00B|8005| | | | |LPRGN_DRAG_AND_DROP_MODULESU02 | 148| | 352|BRAX|01|FFEB| | | | | | |LPRGN_DRAG_AND_DROP_MODULESU02 | 149| | 353|BRAX|01|FFD4| | | | | | |LPRGN_DRAG_AND_DROP_MODULESU02 | 151| | 354|TAPP|04|0000|8008|C00B| | | | |LPRGN_DRAG_AND_DROP_MODULESU02 | 153| |>>>>>|PAR2|80|0000|0000|0000| | | | |LPRGN_DRAG_AND_DROP_MODULESU02 | 153| | 358|MOVE|FF|0244|C009|C00B| | | | |LPRGN_DRAG_AND_DROP_MODULESU02 | 155| | 360|REFR|00|0000|C00B|0000| | | | |LPRGN_DRAG_AND_DROP_MODULESU02 | 156| | 362|BRAX|00|FFBC| | | | | | |LPRGN_DRAG_AND_DROP_MODULESU02 | 158| | 363|WHIL|00|0004|0000|0000|0000|0000|0000|0000|LPRGN_DRAG_AND_DROP_MODULESU02 | 158| | 367|SORT|40|8004| | | | | | |LPRGN_DRAG_AND_DROP_MODULESU02 | 160| | 368|PAR1|80|0003| | | | | | |LPRGN_DRAG_AND_DROP_MODULESU02 | 160| | 369|SORT|40|8008| | | | | | |LPRGN_DRAG_AND_DROP_MODULESU02 | 164| ---------------------------------------------------------------------------------------------------- Regards, Sharief. New SAP Basis Admin KhaliqMS@Gmail.com
Last Wiki Answer Submitted:  May 2, 2010  11:22 am  by  0096   15 pts.
All Answer Wiki Contributors:  0096   15 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _