cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Dump STORAGE_PARAMETERS_WRONG_SET

Former Member
0 Kudos

Dear experts,

When we execute T-code: zsd0050a, insert shipment no 4928937 and click execute:

We got ABAP Dump SHORTAGE_PARAMETER_WRONG_SET

Runtime Errors STORAGE_PARAMETERS_WRONG_SET
Date and Time 09.08.2016 11:45:39

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Short text |
|The system is configured incorrectly. |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|What happened? |
|The current program had to be terminated because of an |
|error when installing the R/3 System. |
|The program had already requested 7345380464 bytes from the operating |
|system with 'malloc' when the operating system reported after a |
|further memory request that there was no more memory space |
|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. |
| |
|In the system profile, set the parameters |
|-abap/heap_area_dia and |
|-abap/heap_area_nondia |
|to a maximum of 7345380464. To be on the safe side, reduce the value by 10,000, |
|000. |
| |
|Then restart the SAP system. |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Error analysis |
|When the program was running, it was established that more |
|memory was needed than the operating system is able safely |
|to provide. To avoid a system crash, you must prevent this |
|situation from occurring. |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|How to correct the error |
|Report the error to the group responsible for installing your |
|R/3 System. |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|System environment |
|SAP-Release 700 |
| |
|Application server... "QISPRD" |
|Network address...... "10.2.241.43" |
|Operating system..... "Windows NT" |
|Release.............. "5.2" |
|Hardware type........ "4x AMD64 Level" |
|Character length.... 16 Bits |
|Pointer length....... 64 Bits |
|Work process number.. 35 |
|Shortdump setting.... "full" |
| |
|Database server... "QISPRD" |
|Database type..... "MSSQL" |
|Database name..... "PRD" |
|Database user ID.. "prd" |
| |
|Terminal................. "NBMYQNTP4RHT" |
| |
|Char.set.... "C" |
| |
|SAP kernel....... 720 |
|created (date)... "Mar 20 2012 14:30:39" |
|create on........ "NT 5.2 3790 S x86 MS VC++ 14.00" |
|Database version. "SQL_Server_9.00 " |
| |
|Patch level. 201 |
|Patch text.. " " |
| |
|Database............. "MSSQL 9.00.2047 or higher" |
|SAP database version. 720 |
|Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows |
|NT 6.0, Windows NT 6.1, Windows NT 6.2" |
| |
|Memory consumption |
|Roll.... 16112 |
|EM...... 2002725088 |
|Heap.... 7345380464 |
|Page.... 1187840 |
|MM Used. 9229502208 |
|MM Free. 80673472 |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|User and Transaction |
| |
|Client.............. 801 |
|User................ "FION" |
|Language key........ "E" |
|Transaction......... "ZSD0050 " |
|Transactions ID..... "5DE25DE69D44F192A5210050568D4D48" |
| |
|Program............. "ZPSD_0050" |
|Screen.............. "SAPMSSY0 1000" |
|Screen line......... 6 |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Information on where terminated |
|Termination occurred in the ABAP program "ZPSD_0050" - in "F_DATA_EXTRACTION". |
|The main program was "ZPSD_0050 ". |
| |
|In the source code you have the termination point in line 486 |
|of the (Include) program "ZPSD_0050". |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Source Code Extract |

----------------------------------------------------------------------------------------------------

|Line |SourceCde |

----------------------------------------------------------------------------------------------------

| 456|IF gt_vbrp IS NOT INITIAL. |
| 457|SELECT belnr awkey |
| 458|FROM bkpf |
| 459|INTO TABLE gt_bkpf |
| 460|FOR ALL ENTRIES IN gt_vbrp |
| 461|WHERE awtyp EQ 'VBRK' |
| 462| AND awkey EQ gt_vbrp-awkey. |
| 463|ENDIF. |
| 464|LOOP AT gt_deli INTO gs_deli. |
| 465|MOVE-CORRESPONDING gs_deli TO gs_lfimg. |
| 466|COLLECT gs_lfimg INTO gt_lfimg. |
| 467|ENDLOOP. |
| 468|*ENDIF. |
| 469| |
| 470| |
| 471|"Look for schedule lines |
| 472|SELECT vbeln posnr etenr edatu bmeng |
| 473|FROM vbep |
| 474|INTO TABLE gt_vbep |
| 475|FOR ALL ENTRIES IN itab |
| 476|WHERE vbeln EQ itab-vbeln |
| 477|AND posnr EQ itab-posnr. |
| 478| |
| 479|LOOP AT gt_vbep INTO gs_vbep. |
| 480|CLEAR: gs_vbep-etenr, |
| 481| gs_vbep-edatu. |
| 482|COLLECT gs_vbep INTO gt_vbep_sum. |
| 483|ENDLOOP. |
| 484| |
| 485|"Look for contact, addrs |
|>>>>>|SELECT b~addrnumber a~vbeln a~posnr a~parvw |
| 487| b~name1 b~name2 |
| 488| b~street b~str_suppl1 b~str_suppl2 b~str_suppl3 |
| 489| b~location b~home_city |
| 490| b~city1 b~post_code1 |
| 491| b~city2 b~country |
| 492| b~tel_number |
| 493|INTO TABLE gt_adrc |
| 494|FROM vbpa AS a |
| 495|INNER JOIN adrc AS b |
| 496|ON a~adrnr EQ b~addrnumber |
| 497|FOR ALL ENTRIES IN itab |
| 498|WHERE a~vbeln EQ itab-vbeln |
| 499|AND ( a~parvw EQ 'AG' |
| 500| OR a~parvw EQ 'WE' |
| 501| OR a~parvw EQ 'IR'). |
| 502| |
| 503| |
| 504| ENDIF. |
| 505| |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Contents of system fields |

----------------------------------------------------------------------------------------------------

|Name|Val. |

----------------------------------------------------------------------------------------------------

|SY-SUBRC|0 |
|SY-INDEX|0 |
|SY-TABIX|1 |
|SY-DBCNT|1375792 |
|SY-FDPOS|0 |
|SY-LSIND|0 |
|SY-PAGNO|0 |
|SY-LINNO|1 |
|SY-COLNO|1 |
|SY-PFKEY| |
|SY-UCOMM| |
|SY-TITLE|Sales and Shipment Report (Display only) |
|SY-MSGTY| |
|SY-MSGID| |
|SY-MSGNO|000 |
|SY-MSGV1| |
|SY-MSGV2| |
|SY-MSGV3| |
|SY-MSGV4| |
|SY-MODNO|1 |
|SY-DATUM|20160809 |
|SY-UZEIT|113716 |
|SY-XPROG|SAPFGUICNTL |
|SY-XFORM|%_CONTROL_EXIT_DYNPRO |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Active Calls/Events |

----------------------------------------------------------------------------------------------------

|No. Ty. Program Include Line |
|Name |

----------------------------------------------------------------------------------------------------

|2 FORM ZPSD_0050 ZPSD_0050 486 |
|F_DATA_EXTRACTION |
|1 EVENT ZPSD_0050 ZPSD_0050 392 |
|START-OF-SELECTION |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Chosen variables |

----------------------------------------------------------------------------------------------------

|Name |
|Val. |

----------------------------------------------------------------------------------------------------

|No. 2 Ty. FORM |
|Name F_DATA_EXTRACTION |

----------------------------------------------------------------------------------------------------

|%_DUMMY$$ |
| |
|2222 |
|0000 |
|0000 |
|0000 |
|C_DOMNAME |
|STATV |
|554552222222222222222222222222 |
|341460000000000000000000000000 |
|000000000000000000000000000000 |
|000000000000000000000000000000 |
|S_AUDAT |
|IBT2015010120160809 |
|4453333333333333333 |
|9242015010120160809 |
|0000000000000000000 |
|0000000000000000000 |
|ITAB |
|##0070000849Z1D10003000109 000550000000002210001001Z|
|0033333333335343333333333322222222222222222222222222222222222222222223333333333333333333333335|
|000070000849A14100030001090000000000000000000000000000000000000000000000510000000002313009001A|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0033333333335343333333333322222222222222222222222222222222222222222223333333333333333333333335|
|000070000849A14100030001090000000000000000000000000000000000000000000000520000000002313008001A|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0033333333335343333333333322222222222222222222222222222222222222222223333333333333333333333335|
|000070000849A14100030001090000000000000000000000000000000000000000000000530000000002216003002A|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0033333333335343333333333322222222222222222222222222222222222222222223333333333333333333333335|
|000070000849A14100030001090000000000000000000000000000000000000000000000540000000002210002003A|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0033333333335343333333333322222222222222222222222222222222222222222223333333333333333333333335|
|000070000849A14100030001090000000000000000000000000000000000000000000000550000000002210001001A|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|Table IT_1456[1090055x3544] |
|\PROGRAM=ZPSD_0050\DATA=ITAB |
|Table reference: 11 |
|TABH+ 0(20) = E0BF2B00DF070000000000000000000000000000 |
|TABH+ 20(20) = 0B000000B005000007A21000D80D0000FFFFFFFF |
|TABH+ 40(16) = 040000006098020004000000C130C000 |
|store = 0xE0BF2B00DF070000 |
|ext1 = 0x0000000000000000 |
|shmId = 0(0x00000000) |
|id = 11(0x0B000000) |
|label = 1456 (0xB0050000) |
|fill = 1090055 (0x07A21000) |
|leng = 3544 (0xD80D0000) |
|loop = -1(0xFFFFFFFF) |
|xtyp = TYPE#000129 |
|occu = 4(0x04000000) |
|accKind= 1(ItAccessStandard) |
|idxKind= 0(ItIndexNone) |
|uniKind= 2(ItUniNo) |
|keyKind= 1(default) |
|cmpMode= 8(cmpManyEq) |
|occu0 = 1 |
|stMode = 0 |
|groupCntl= 0 |
|rfc = 0 |
|unShareable = 0 |
|mightBeShared = 0 |
|sharedWithShmTab = 0 |
|isShmLockId = 0 |
|isUsed = 1 |
|isCtfyAble = 1 |
|hasScndKeys = 0 |
|hasRowId= 0 |
|scndKeysOutdated = 0 |
|scndUniKeysOutdated = 0 |
|----- Shareable Table Header Data ----- |
|tabi = 0x2031D29001000000 |
|pgHook = 0x2001970400000000 |
|idxPtr = 0x0000000000000000 |
|id = 1265 (0xF1040000) |
|shmTabhSet = 0x0000000000000000 |
|refCount= 0(0x00000000) |
|tstRefCount = 0(0x00000000) |
|lineAdmin= 1090056 (0x08A21000) |
|lineAlloc= 1090056 (0x08A21000) |
|shmVersId= 0(0x00000000) |
|shmRefCount = 1(0x01000000) |
|rowId = 18446744073709551615 |
|scndKeyAdmin = 0x0000000000000000 |
|GT_ADRC |
|90026815410070000849000000AGSUVIMON AND POOK |
|3333333333333333333333333354555444424442544422222222222222222222222222222222222222222222222222|
|90026815410070000849000000753569DFE01E400FFB00000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|3333333333333333333333333344555444424442544422222222222222222222222222222222222222222222222222|
|90026815410070000849000000173569DFE01E400FFB00000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|3333333333333333333333333344555444424442544422222222222222222222222222222222222222222222222222|
|90026815410070000849000000173569DFE01E400FFB00000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|3333333333333333333333333354555444424442544422222222222222222222222222222222222222222222222222|
|90026815410070000849000000753569DFE01E400FFB00000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|3333333333333333333333333344555444424442544422222222222222222222222222222222222222222222222222|
|90026815410070000849000000173569DFE01E400FFB00000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|Table IT_1472[618652x982] |
|\PROGRAM=ZPSD_0050\DATA=GT_ADRC |
|Table reference: 119 |
|TABH+ 0(20) = 80F96D0403000000000000000000000000000000 |
|TABH+ 20(20) = 77000000C00500009C700900D6030000FFFFFFFF |
|TABH+ 40(16) = 04000000B093020004000000C124C000 |
|store = 0x80F96D0403000000 |
|ext1 = 0x0000000000000000 |
|shmId = 0(0x00000000) |
|id = 119 (0x77000000) |
|label = 1472 (0xC0050000) |
|fill = 618652 (0x9C700900) |
|leng = 982 (0xD6030000) |
|loop = -1(0xFFFFFFFF) |
|xtyp = TYPE#000104 |
|occu = 4(0x04000000) |
|accKind= 1(ItAccessStandard) |
|idxKind= 0(ItIndexNone) |
|uniKind= 2(ItUniNo) |
|keyKind= 1(default) |
|cmpMode= 2(cmpSingleMcmpR) |
|occu0 = 1 |
|stMode = 0 |
|groupCntl= 0 |
|rfc = 0 |
|unShareable = 0 |
|mightBeShared = 0 |
|sharedWithShmTab = 0 |
|isShmLockId = 0 |
|isUsed = 1 |
|isCtfyAble = 1 |
|hasScndKeys = 0 |
|hasRowId= 0 |
|scndKeysOutdated = 0 |
|scndUniKeysOutdated = 0 |
|----- Shareable Table Header Data ----- |
|tabi = 0x70F62170DF070000 |
|pgHook = 0xF0601DC200000000 |
|idxPtr = 0x0000000000000000 |
|id = 1281 (0x01050000) |
|shmTabhSet = 0x0000000000000000 |
|refCount= 0(0x00000000) |
|tstRefCount = 0(0x00000000) |
|lineAdmin= 622588 (0xFC7F0900) |
|lineAlloc= 618652 (0x9C700900) |
|shmVersId= 0(0x00000000) |
|shmRefCount = 1(0x01000000) |
|rowId = 18446744073709551615 |
|scndKeyAdmin = 0x0000000000000000 |
|%_PRINT |
| 000 0###|
|2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|SYST |
|##############################ÿ#######@#####################################!#»######### D####|
|000000310000000000003100000000F00000004000000000100000000000000000000000000020B000000080240000|
|000010040000000000000400100010F00000000000000000000000000000000000000000000010B000A00000040200|
|000000F0000000000000F0000000000000000000000000000000000000000000000000000000000000000070000000|
|000000E0000000000000E000000000000000000000000000000000000000000000000000000000000000000000000C|
|MARA |
| 00000000 00000000 |
|2222222222222222222223333333322222222222233333333222222222222222222222222222222222222222222222|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|SYST-REPID |
|ZPSD_0050 |
|5554533332222222222222222222222222222222 |
|A034F00500000000000000000000000000000000 |
|0000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000 |
|GS_BKPF |
| |
|222222222222222222222222222222 |
|000000000000000000000000000000 |
|000000000000000000000000000000 |
|000000000000000000000000000000 |
|SY-REPID |
|ZPSD_0050 |
|5554533332222222222222222222222222222222 |
|A034F00500000000000000000000000000000000 |
|0000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000 |
|GT_COUR |
|0102795354000020B1004992 7000000526210130185998916 |
|3333333333333333433333332233333333333333476633233332332222222222262222222222222222222222222222|
|010283193100001021005628007000000526210125CB02D0063D150000000000070000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|3333333333333333433333332233333333333333333333333332222222222222222222222222222222222222222222|
|0102795356000010210049920070000005262101301859991520000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|3333333333333333433333332233333333333333333333333332222222222222222222222222222222222222222222|
|0102795355000020210049920070000005262101301861593820000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|3333333333333333433333332233333333333333333333333332222222222222222222222222222222222222222222|
|0102795355000010210049920070000005262101301861593820000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|3333333333333333433333332233333333333333333333333332222222222222222222222222222222222222222222|
|0102795354000020210049920070000005262101301859989160000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|Table IT_1460[75992x218] |
|\PROGRAM=ZPSD_0050\DATA=GT_COUR |
|Table reference: 144 |
|TABH+ 0(20) = A046D39001000000000000000000000000000000 |
|TABH+ 20(20) = 90000000B4050000D8280100DA000000FFFFFFFF |
|TABH+ 40(16) = 040000003089020004000000C124C000 |
|store = 0xA046D39001000000 |
|ext1 = 0x0000000000000000 |
|shmId = 0(0x00000000) |
|id = 144 (0x90000000) |
|label = 1460 (0xB4050000) |
|fill = 75992 (0xD8280100) |
|leng = 218 (0xDA000000) |
|loop = -1(0xFFFFFFFF) |
|xtyp = TYPE#000048 |
|occu = 4(0x04000000) |
|accKind= 1(ItAccessStandard) |
|idxKind= 0(ItIndexNone) |
|uniKind= 2(ItUniNo) |
|keyKind= 1(default) |
|cmpMode= 2(cmpSingleMcmpR) |
|occu0 = 1 |
|stMode = 0 |
|groupCntl= 0 |
|rfc = 0 |
|unShareable = 0 |
|mightBeShared = 0 |
|sharedWithShmTab = 0 |
|isShmLockId = 0 |
|isUsed = 1 |
|isCtfyAble = 1 |
|hasScndKeys = 0 |
|hasRowId= 0 |
|scndKeysOutdated = 0 |
|scndUniKeysOutdated = 0 |
|----- Shareable Table Header Data ----- |
|tabi = 0xC0CFCA5500000000 |
|pgHook = 0x202E2D5300000000 |
|idxPtr = 0x0000000000000000 |
|id = 1268 (0xF4040000) |
|shmTabhSet = 0x0000000000000000 |
|refCount= 0(0x00000000) |
|tstRefCount = 0(0x00000000) |
|lineAdmin= 81916 (0xFC3F0100) |
|lineAlloc= 76028 (0xFC280100) |
|shmVersId= 0(0x00000000) |
|shmRefCount = 1(0x01000000) |
|rowId = 18446744073709551615 |
|scndKeyAdmin = 0x0000000000000000 |
|WA-KNUMV |
| |
|2222222222 |
|0000000000 |
|0000000000 |
|0000000000 |
|%_S_LGORT_%_APP_% |
|S_LGORT Storage Location to @1F\QMultip|
|5544455257676662466676662222222222222276222222222222222222222222222222222222222222243455476767|
|3FC7F24034F21750CF3149FE000000000000004F0000000000000000000000000000000000000000000016C1D5C490|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|WA-MVGR4 |
| |
|22222222222222222222 |
|00000000000000000000 |
|00000000000000000000 |
|00000000000000000000 |
|WA |
|## 000000 |
|0022222222222222222222222222222222222222222222222222222222222222222223333332222222222222222222|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|WA-KBETR1 |
|###### |
|000000 |
|00000C |
|WA-KWERT1 |
|####### |
|0000000 |
|000000C |
|WA-KBETR2 |
|###### |
|000000 |
|00000C |
|WA-KWERT2 |
|####### |
|0000000 |
|000000C |
|WA-LFDAT |
|00000000 |
|33333333 |
|00000000 |
|00000000 |
|00000000 |
|V_DO |
| |
|2222222222 |
|0000000000 |
|0000000000 |
|0000000000 |

----------------------------------------------------------------------------------------------------

|No. 1 Ty. EVENT |
|Name START-OF-SELECTION |

----------------------------------------------------------------------------------------------------

|GT_VBEP_SUM |
|0102787126000020000000000000#### |
|33333333333333333333333333330000 |
|0102787129000010000000000000000C |
|00000000000000000000000000000000 |
|00000000000000000000000000000000 |
|33333333333333333333333333330000 |
|0102787128000020000000000000000C |
|0000000000000000000000000000000F |
|0000000000000000000000000000000F |
|33333333333333333333333333330000 |
|0102787128000010000000000000000C |
|0000000000000000000000000000000F |
|0000000000000000000000000000000F |
|33333333333333333333333333330000 |
|0102787127000010000000000000001C |
|00000000000000000000000000000000 |
|00000000000000000000000000000000 |
|33333333333333333333333333330000 |
|0102787126000020000000000000001C |
|00000000000000000000000000000000 |
|00000000000000000000000000000000 |
|Table IT_1470[1077183x64] |
|\PROGRAM=ZPSD_0050\DATA=GT_VBEP_SUM |
|Table reference: 124 |
|TABH+ 0(20) = B0EEFF00DF070000206EDE020300000000000000 |
|TABH+ 20(20) = 7C000000BE050000BF6F100040000000FFFFFFFF |
|TABH+ 40(16) = 040000006092020004000000C124C000 |
|store = 0xB0EEFF00DF070000 |
|ext1 = 0x206EDE0203000000 |
|shmId = 0(0x00000000) |
|id = 124 (0x7C000000) |
|label = 1470 (0xBE050000) |
|fill = 1077183 (0xBF6F1000) |
|leng = 64(0x40000000) |
|loop = -1(0xFFFFFFFF) |
|xtyp = TYPE#000097 |
|occu = 4(0x04000000) |
|accKind= 1(ItAccessStandard) |
|idxKind= 0(ItIndexNone) |
|uniKind= 2(ItUniNo) |
|keyKind= 1(default) |
|cmpMode= 2(cmpSingleMcmpR) |
|occu0 = 1 |
|stMode = 0 |
|groupCntl= 0 |
|rfc = 0 |
|unShareable = 0 |
|mightBeShared = 0 |
|sharedWithShmTab = 0 |
|isShmLockId = 0 |
|isUsed = 1 |
|isCtfyAble = 1 |
|hasScndKeys = 0 |
|hasRowId= 0 |
|scndKeysOutdated = 0 |
|scndUniKeysOutdated = 0 |
|----- Shareable Table Header Data ----- |
|tabi = 0x70043100DF070000 |
|pgHook = 0x50A4826FDF070000 |
|idxPtr = 0x0000000000000000 |
|id = 1279 (0xFF040000) |
|shmTabhSet = 0x0000000000000000 |
|refCount= 0(0x00000000) |
|tstRefCount = 0(0x00000000) |
|lineAdmin= 1081340 (0xFC7F1000) |
|lineAlloc= 1077244 (0xFC6F1000) |
|shmVersId= 0(0x00000000) |
|shmRefCount = 1(0x01000000) |
|rowId = 18446744073709551615 |
|scndKeyAdmin = 0x0000000000000000 |
|----- 1st level extension part -------- |
|regHook= 0x0000000000000000 |
|collHook= 0xF0434800DF070000 |
|ext2 = 0x0000000000000000 |
|S_LFDAT |
| 0000000000000000 |
|2223333333333333333 |
|0000000000000000000 |
|0000000000000000000 |
|0000000000000000000 |
|S_PGIDA[] |
| |
|Table IT_14[0x38] |
|\PROGRAM=ZPSD_0050\DATA=S_PGIDA[] |
|Table reference: 12 |
|TABH+ 0(20) = 104F1000DF070000000000000000000000000000 |
|TABH+ 20(20) = 0C0000000E0000000000000026000000FFFFFFFF |
|TABH+ 40(16) = 0400000080AB02000A000000C104C000 |
|store = 0x104F1000DF070000 |
|ext1 = 0x0000000000000000 |
|shmId = 0(0x00000000) |
|id = 12(0x0C000000) |
|label = 14(0x0E000000) |
|fill = 0(0x00000000) |
|leng = 38(0x26000000) |
|loop = -1(0xFFFFFFFF) |
|xtyp = TYPE#000231 |
|occu = 10(0x0A000000) |
|accKind= 1(ItAccessStandard) |
|idxKind= 0(ItIndexNone) |
|uniKind= 2(ItUniNo) |
|keyKind= 1(default) |
|cmpMode= 2(cmpSingleMcmpR) |
|occu0 = 0 |
|stMode = 0 |
|groupCntl= 0 |
|rfc = 0 |
|unShareable = 0 |
|mightBeShared = 0 |
|sharedWithShmTab = 0 |
|isShmLockId = 0 |
|isUsed = 1 |
|isCtfyAble = 1 |
|hasScndKeys = 0 |
|hasRowId= 0 |
|scndKeysOutdated = 0 |
|scndUniKeysOutdated = 0 |
|----- Shareable Table Header Data ----- |
|tabi = 0x704D1000DF070000 |
|pgHook = 0x0000000000000000 |
|idxPtr = 0x0000000000000000 |
|id = 15(0x0F000000) |
|shmTabhSet = 0x0000000000000000 |
|refCount= 0(0x00000000) |
|tstRefCount = 0(0x00000000) |
|lineAdmin= 10(0x0A000000) |
|lineAlloc= 10(0x0A000000) |
|shmVersId= 0(0x00000000) |
|shmRefCount = 1(0x01000000) |
|rowId = 18446744073709551615 |
|scndKeyAdmin = 0x0000000000000000 |
|S_VBELN |
| |
|22222222222222222222222 |
|00000000000000000000000 |
|00000000000000000000000 |
|00000000000000000000000 |
|S_AUART |
| |
|22222222222 |
|00000000000 |
|00000000000 |
|00000000000 |
|S_IHREZ |
| |
|222222222222222222222222222 |
|000000000000000000000000000 |
|000000000000000000000000000 |
|000000000000000000000000000 |
|%_SPACE |
| |
|2 |
|0 |
|0 |
|0 |
|%_SSCR[] |
|S_AUART ##S ##CCHARVBAK-AUART |
|2433333340420022222433222222222222222222222222222222222222222222222222222222222222222222222222|
|520010000FB00000000201000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|5554545240520044445544525454522222222222222222222222222222222222222222222222222222222222222222|
|3F752B301F3040338126210D752B300000000000000000000000000000000000000000000000000000000000000000|
|0000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|5544455240520044445544524445522222222222222222222222222222222222222222222222222222222222222222|
|3FC7F2402F3040338126210DC7F2400000000000000000000000000000000000000000000000000000000000000000|
|0000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|5554444240520044445544425444422222222222222222222222222222222222222222222222222222222222222222|
|3F625CE03F30A033812621BD625CE00000000000000000000000000000000000000000000000000000000000000000|
|0000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|5545455240520044445544424545522222222222222222222222222222222222222222222222222222222222222222|
|3F1512404F304033812621BD1512400000000000000000000000000000000000000000000000000000000000000000|
|0000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|Table IT_0[19x492] |
|\PROGRAM=ZPSD_0050\DATA=%_SSCR[] |
|Table reference: 0 |
|TABH+ 0(20) = E0170000DF070000000000000000000000000000 |
|TABH+ 20(20) = 000000000000000013000000EC010000FFFFFFFF |
|TABH+ 40(16) = 040000005081020013000000C110C800 |
|store = 0xE0170000DF070000 |
|ext1 = 0x0000000000000000 |
|shmId = 0(0x00000000) |
|id = 0(0x00000000) |
|label = 0(0x00000000) |
|fill = 19(0x13000000) |
|leng = 492 (0xEC010000) |
|loop = -1(0xFFFFFFFF) |
|xtyp = TYPE#000006 |
|occu = 19(0x13000000) |
|accKind= 1(ItAccessStandard) |
|idxKind= 0(ItIndexNone) |
|uniKind= 2(ItUniNo) |
|keyKind= 1(default) |
|cmpMode= 8(cmpManyEq) |
|occu0 = 0 |
|stMode = 0 |
|groupCntl= 0 |
|rfc = 0 |
|unShareable = 0 |
|mightBeShared = 1 |
|sharedWithShmTab = 0 |
|isShmLockId = 0 |
|isUsed = 1 |
|isCtfyAble = 1 |
|hasScndKeys = 0 |
|hasRowId= 0 |
|scndKeysOutdated = 0 |
|scndUniKeysOutdated = 0 |
|----- Shareable Table Header Data ----- |
|tabi = 0x60660D00DF070000 |
|pgHook = 0x0000000000000000 |
|idxPtr = 0x0000000000000000 |
|id = 2(0x02000000) |
|shmTabhSet = 0x0000000000000000 |
|refCount= 2(0x02000000) |
|tstRefCount = 0(0x00000000) |
|lineAdmin= 19(0x13000000) |
|lineAlloc= 19(0x13000000) |
|shmVersId= 0(0x00000000) |
|shmRefCount = 3(0x03000000) |
|rowId = 18446744073709551615 |
|scndKeyAdmin = 0x0000000000000000 |
|SY-XFORM |
|%_CONTROL_EXIT_DYNPRO |
|254445544545455454554222222222 |
|5F3FE42FCF5894F49E02F000000000 |
|000000000000000000000000000000 |
|000000000000000000000000000000 |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Internal notes |
|The termination was triggered in function "resize_0" |
|of the SAP kernel, in line 776 of the module |
|"//bas/720_REL/src/krn/runt/abstor.c#2". |
|The internal operation just processed is "SQLS". |
|Internal mode was started at 20160809113550. |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|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=10604) |
|When: 8/9/2016 11:45:39.501 |
|Threads : 2 |
|Computer Name : QISPRD |
|User Name : SAPServicePRD |
|Number of Processors: 4 |
|Processor Type: EM64T Family 6 Model 45 Stepping 2 |
|Windows Version: 5.2 Current Build: 3790 |
|State Dump for Thread Id 2b28 |
|0000000002027D30 0000000141896FA6 0000000002465770 disp+work!strtoullU16 |
|0000000002027E30 0000000140275A44 00000000781EA000 disp+work!strtoullU16 |
|0000000002027E60 00000001404B93BA 00000000781EA000 disp+work!CTrcStack |
|0000000002027EB0 00000001404BEFBD 00000000000186A0 disp+work!ab_rx_unset |
|00000000020287C0 00000001404803F9 0000000000000001 disp+work!ab_rabax |
|0000000002028950 0000000140482011 000007DF00000A90 disp+work!ab_MemoryCheck |
|00000000020289A0 000000014193C1CA FFFFFFFFFFFFFFFF disp+work!ab_MemoryCheck |
|0000000002028CE0 0000000140AE58EF 0000000000000000 disp+work!MmxMalloc2 |
|0000000002028D50 0000000140AE5BEF 0000000000000001 disp+work!ItDeleteU |
|0000000002028D90 0000000140AE751D 0000000008585E90 disp+work!ItDeleteU |
|0000000002028E50 0000000141259E49 0000000002028E80 disp+work!ab_tnewNoIdxUpd_0 |
|0000000002028EE0 00000001872FCCB7 0000000008585E90 disp+work!db_rsql1994 |
|0000000002028EE8 0000000008585E90 0000000000000032 <nosymbols> |
|0000000002028EF0 0000000000000032 0000000000000000 <nosymbols> |
|0000000002028EF8 0000000000000000 0000000000000000 <nosymbols> |
|0000000002028F00 0000000000000000 0000000000000000 <nosymbols> |
|0000000002028F08 0000000000000000 000000020000000F <nosymbols> |
|0000000002028F10 000000020000000F 00000000348F5CD0 <nosymbols> |
|0000000002028F18 00000000348F5CD0 0000000000000000 <nosymbols> |
|0000000002028F20 0000000000000000 000000014241FEC0 <nosymbols> |
|0000000002028F28 000000014241FEC0 0000000143B87CD4 <nosymbols> |
|0000000002028F30 0000000143B87CD4 0000000000000000 disp+work!objRefINIT |
|0000000002028F38 0000000000000000 0000000143B87AF0 disp+work!sap_trace |
|0000000002028F40 0000000143B87AF0 0000000143BB4940 <nosymbols> |
|0000000002028F48 0000000143BB4940 00000001872FFBAD disp+work!sap_trace |
|0000000002028F50 00000001872FFBAD 00000001873CE420 disp+work!sap_trace |
|0000000002028F58 00000001873CE420 0000000008585E90 <nosymbols> |
|0000000002028F60 0000000008585E90 0000000143BB7A28 <nosymbols> |
|0000000002028F68 0000000143BB7A28 00000001873CE420 <nosymbols> |
|0000000002028F70 00000001873CE420 00000001873CE420 disp+work!sap_trace |
|0000000002028F78 00000001873CE420 0000000000000000 <nosymbols> |
|0000000002028F80 0000000000000000 000007DF000E31A8 <nosymbols> |
|0000000002028F88 000007DF000E31A8 00000001872D2600 <nosymbols> |
|0000000002028F90 00000001872D2600 0000000143BB4898 <nosymbols> |
|0000000002028F98 0000000143BB4898 0000000143B87AF0 <nosymbols> |
|0000000002028FA0 0000000143B87AF0 0000000000000000 disp+work!sap_trace |
|0000000002028FA8 0000000000000000 0000000143BB7F00 disp+work!sap_trace |
|0000000002028FB0 0000000143BB7F00 0000000143BB4940 <nosymbols> |
|0000000002028FB8 0000000143BB4940 0000000141267114 disp+work!sap_trace |
|0000000002028FC0 0000000141267114 0000000143BB4898 disp+work!sap_trace |
|0000000002029010 0000000141273F05 0000000143B87CD0 disp+work!db_rsql1994 |
|0000000002029080 00000001411D0BC0 0000000143B87CD0 disp+work!db_rsql1994 |
|00000000020290C0 00000001411DB091 0000000000000550 disp+work!db_ntab |
|00000000020292A0 00000001411DB202 000007DF000E3070 disp+work!db_rsql1994 |
|0000000002029350 00000001411D84E1 0000000143B87AE0 disp+work!db_rsql1994 |
|0000000002029440 00000001411D9EC0 000007DF000E3070 disp+work!db_ntab |
|0000000002029540 000000014062F07E 000007DF000E3070 disp+work!db_rsql1994 |
|00000000020295D0 0000000140648CC6 000293B000019802 disp+work!zdate_stamp |
|0000000002029620 000000014064A7D9 0000000140000000 disp+work!zdate_stamp |
|00000000020297C0 000000014065294C 0000000000000000 disp+work!zdate_stamp |
|0000000002029960 00000001404A87A1 0000000140000000 disp+work!zdate_stamp |
|0000000002029AD0 0000000140520150 0000000000000680 disp+work!ab_popExtriState |
|0000000002029B20 0000000140520916 0000000000000000 disp+work!ab_rperf |
|0000000002029BB0 00000001404FAC09 000000010000051D disp+work!ab_rperf |
|0000000002029C40 00000001402E8642 000007DF00000021 disp+work!ab_rperf |
|0000000002029DF0 00000001402ED254 0000000000000000 disp+work!PrBinAll |
|0000000002029E80 00000001402EC40B 0000000000000000 disp+work!PrBinAll |
|0000000002029F50 00000001402A0757 0000000000000002 disp+work!PrBinAll |
|000000000202F340 00000001401140CB 0000000000000001 disp+work!PrBinAll |
|000000000202FE10 00000001401148CC FFFFFFFFFFFFFF00 disp+work!ThGetWpId |
|000000000202FE70 000000014002FE09 000000000245A018 disp+work!ThGetWpId |
|000000000202FF10 00000001400010B1 FFFFFFFF00000001 disp+work!TmConnect |
|000000000202FF40 0000000141BC4FC0 0000000002030000 disp+work!<nosymbols> |
|000000000202FF70 0000000077D5969C 0000000000000000 disp+work!xt_CDestr_XSLT |
|000000000202FFA0 0000000000000000 00000001400010F0 kernel32!<nosymbols> |
|State Dump for Thread Id 29f0 |
|000000000C78FE00 0000000077D5F6E1 0000000000000510 ntdll!<nosymbols> |
|000000000C78FE70 0000000141A996CF FFFFFFFFFFFFFFFE kernel32!<nosymbols> |
|000000000C78FF10 00000000781337D7 00000000024038D0 disp+work!haSHA1Input |
|000000000C78FF18 00000000024038D0 00000000024038D0 <nosymbols> |
|000000000C78FF20 00000000024038D0 00000000024038D0 <nosymbols> |
|000000000C78FF28 00000000024038D0 0000000002453FA0 <nosymbols> |
|000000000C78FF30 0000000002453FA0 0000000078133810 <nosymbols> |
|000000000C78FF38 0000000078133810 0000000078133894 <nosymbols> |
|000000000C78FF40 0000000078133894 00000000781E95C0 <nosymbols> |
|000000000C78FF48 00000000781E95C0 00000000024038D0 <nosymbols> |
|000000000C78FF50 00000000024038D0 0000000000000000 <nosymbols> |
|000000000C78FF58 0000000000000000 0000000000000000 <nosymbols> |
|000000000C78FF60 0000000000000000 00000000024038D0 <nosymbols> |
|000000000C78FF68 00000000024038D0 0000000077D6B70A <nosymbols> |
|000000000C78FF70 0000000077D6B70A 0000000077D6B6D0 <nosymbols> |
|000000000C78FFA0 0000000000000000 0000000000000000 kernel32!<nosymbols> |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|List of ABAP programs affected |

----------------------------------------------------------------------------------------------------

|Index |Typ|Program |Group |Date|Time|Size|Lang.|

----------------------------------------------------------------------------------------------------

|0|Prg|ZPSD_0050 |0|01.01.2016|12:20:34| 235520|E |
|1|Prg|SAPMSSY0 |1|17.12.2007|15:41:05| 104448|E |
|2|Prg|SAPMSSYD |1|12.09.2006|11:33:31|23552|E |
|3|Prg|SAPFSYSCALLS |1|09.09.2004|14:18:32|8192|E |
|4|Prg|RSDBRUNT |0|12.07.2010|11:55:36| 294912|E |
|5|Typ|RSSCR |0|30.03.2005|10:21:45|5120| |
|6|Prg|RSDBSPBL |0|30.03.2005|10:21:58|84992|E |
|7|Prg|SAPDB__S |0|30.03.2005|10:22:01|21504|E |
|8|Typ|VARID |0|12.05.1997|16:51:30|5120| |
|9|Typ|SSCRFIELDS |0|13.05.1997|12:54:26|5120| |
|10|Prg|RSDBSPVA |0|09.07.2010|18:27:49| 155648|E |
|11|Prg|%_CSYDB0 |0|30.03.2005|10:21:45|40960|E |
|12|Prg|RSDBSPDD |0|12.07.2010|12:35:09|44032|E |
|13|Prg|CONTEXT_X_FREE_SEL_DD_INFO |0|12.07.2010|12:35:09|69632|E |
|14|Typ|TCONT |0|09.09.2004|14:18:43|2048| |
|15|Typ|CONTEXTB |0|09.09.2004|14:15:52|6144| |
|16|Typ|RSCONVERT |0|09.11.2000|14:11:21|4096| |
|17|Typ|RSVAMEMKEY |0|07.05.1997|13:07:49|2048| |
|18|Prg|RSDBSPMC |0|12.09.2006|11:25:01|92160|E |
|19|Typ|DDSHDESCR |0|03.09.1997|03:05:16|4096| |
|20|Typ|SPPARAMS |0|07.05.1997|13:10:38|2048| |
|21|Prg|SAPLICON |21|17.12.2007|16:04:40|31744|E |
|22|Prg|%_CICON |21|17.12.2007|16:04:39| 126976|E |
|23|Typ|ICONT |0|12.09.2006|11:25:01|2048| |
|24|Prg|SAPLSABE |24|09.09.2004|14:18:36|14336|E |
|25|Prg|SAPLSECU |25|15.12.2015|19:35:59| 106496|E |
|26|Typ|RSSUBINFO |0|14.10.1999|22:01:03|3072| |
|27|Prg|SAPLDSYA |27|17.12.2007|15:37:01|51200|E |
|28|Prg|SAPFSDS1 |27|30.03.2005|10:22:01|61440|E |
|29|Typ|TDCLD |0|02.11.1998|09:51:35|5120| |
|30|Prg|SAPLSDOD |30|12.07.2010|11:52:37|52224|E |
|31|Typ|DOKIL |0|12.05.1997|16:46:17|3072| |
|32|Prg|SAPCNVE |32|09.09.2004|14:36:10|9216|E |
|33|Prg|SAPLLANG |33|10.09.2007|14:53:12|11264|E |
|34|Typ|T002 |0|10.09.2007|14:53:12|2048| |
|35|Typ|RSEXFCODE |0|13.08.1997|12:52:57|2048| |
|36|Prg|SAPFSPOR |0|09.09.2004|14:18:32|16384|E |
|37|Typ|RSSELINT |0|04.04.1995|16:12:37|3072| |
|38|Prg|SAPLV04B |38|09.09.2004|14:18:37|13312|E |
|39|Prg|SAPLSCNT |39|18.02.2005|14:16:06|34816|E |
|40|Typ|DYCBOX |0|20.08.1998|11:16:53|3072| |
|41|Prg|SAPLSVSM |41|09.07.2010|18:27:40|33792|E |
|42|Prg|SAPLSGUI |42|17.12.2007|15:41:05| 100352|E |
|43|Prg|SAPLSTTM |43|05.07.2005|13:10:18|79872|E |
|44|Prg|SAPLSBDC |44|17.12.2007|15:30:54|49152|E |
|45|Prg|CL_DATAPROVIDER===============CP |45|28.02.2005|21:00:46|57344|E |
|46|Prg|SAPLSTUP |46|12.07.2010|11:52:38|86016|E |
|47|Prg|SAPLCNDP |47|12.07.2010|12:18:56| 230400|E |
|48|Prg|SAPSHDTV |39|05.01.2005|16:26:16|37888|E |
|49|Typ|SHDSTU |0|14.12.1998|23:15:34|2048| |
|50|Typ|SHDSTCIU |0|14.12.1998|23:15:34|2048| |
|51|Prg|SAPFGUICNTL |1|18.02.2005|14:15:08|27648|E |
|52|Prg|SAPLOLEA |52|14.07.2010|14:36:14| 110592|E |
|53|Prg|SAPLSFES |53|14.07.2010|14:38:02| 308224|E |
|54|Prg|SAPLSPLUGIN |54|09.09.2004|14:18:36|10240|E |
|55|Typ|ARFCRDATA |0|13.02.2005|18:20:24|6144| |
|56|Prg|SAPLGRFC |56|13.02.2005|18:20:25|16384|E |
|57|Typ|SWCBCONT |0|15.11.2000|17:55:11|3072| |
|58|Typ|OLE_VERBS |0|04.04.1995|16:02:20|2048| |
|59|Typ|OLE_PA |0|04.04.1995|16:02:19|2048| |
|60|Typ|SSCRTEXTS |0|03.09.1997|03:12:33|3072| |
|61|Prg|RSDBSPF4 |0|11.09.2007|15:27:10|87040|E |
|62|Prg|SAPMSHLP |62|07.02.2006|10:08:38|46080|E |
|63|Prg|SAPLSDTB |63|12.07.2010|11:55:34| 467968|E |
|64|Typ|DDCACHE |0|30.03.1995|13:12:06|2048| |
|65|Typ|DD05M |0|09.11.2000|14:06:49|4096| |
|66|Typ|DD08V |0|20.08.1998|11:35:49|4096| |
|67|Prg|RADBTDDO |63|05.07.2005|13:10:16|46080|E |
|68|Prg|RADBTDDF |63|12.07.2010|12:21:08| 320512|E |
|69|Typ|DD08L |0|05.11.1997|02:52:51|4096| |
|70|Typ|DDSTATE |0|07.05.1997|12:49:07|2048| |
|71|Typ|DD03K |0|09.11.2000|14:25:24|3072| |
|72|Typ|PHELP |0|09.11.2000|14:10:29|11264| |
|73|Typ|PHELP_PBAG |0|26.02.2001|12:00:48|2048| |
|74|Prg|CL_GUI_PROPS_CONSUMER=========CP |74|08.07.2010|11:53:08|34816|E |
|75|Prg|SAPLTHFB |75|12.07.2010|12:20:11| 455680|E |
|76|Typ|EUDB |0|06.11.2003|20:28:08|8192| |
|77|Prg|%_CCNTL |74|18.02.2005|14:15:08|17408|E |
|78|Prg|CL_DYNAMIC_GUI_EXTENSIONS=====CP |78|18.02.2005|14:15:28|44032|E |
|79|Prg|CL_GUI_DATAMANAGER============CP |79|05.07.2005|13:10:15|87040|E |
|80|Prg|CL_ABAP_CHAR_UTILITIES========CP |80|05.07.2005|13:10:15|15360|E |
|81|Typ|HELP_INFO |0|07.01.2002|15:49:03|11264| |
|82|Typ|RSMDY |0|14.02.1998|09:39:27|3072| |
|83|Prg|SAPLSHL2 |83|14.07.2010|14:38:02| 734208|E |
|84|Prg|SAPLSDSD |84|14.07.2010|14:38:00| 366592|E |
|85|Typ|SHLP_DESCR |0|28.12.2004|17:07:09|13312| |
|86|Typ|DDSHOFFLD |0|18.05.2004|14:07:58|6144| |
|87|Typ|SHLP_INTDS |0|18.05.2004|14:08:03|4096| |
|88|Typ|DDSHIFACE |0|20.08.1998|10:51:59|4096| |
|89|Typ|DFIES |0|28.12.2004|17:06:45|10240| |
|90|Typ|DDSHFPROP |0|20.08.1998|10:51:57|3072| |
|91|Typ|DDSHSELOPT |0|20.08.1998|10:52:01|3072| |
|92|Prg|SAPLSDIFRUNTIME |92|09.07.2010|14:24:53| 110592|E |
|93|Typ|X031L |0|05.07.2005|13:10:15|6144| |
|94|Prg|SAPLSDNT |94|12.07.2010|11:52:37| 252928|E |
|95|Prg|SAPLSUGS |95|31.03.2006|11:23:11|54272|E |
|96|Typ|DDFIXVALUE |0|27.08.1999|18:04:56|2048| |
|97|Typ|DDFTX |0|05.11.1997|02:52:59|4096| |
|98|Prg|SAPLSDH4 |98|14.07.2010|14:38:00| 378880|E |
|99|Prg|RADBTNA1 |84|17.12.2007|15:40:42|55296|E |
| 100|Prg|WDR_TASK======================CP | 100|14.07.2010|14:40:55|12288|E |
| 101|Prg|CL_F4CUSTOM===================CP | 101|14.07.2010|14:37:50|76800|E |
| 102|Typ|DDF4PSALLS |0|18.05.2004|14:08:00|2048| |
| 103|Typ|SEAHLPRES |0|09.11.2000|14:12:33|4096| |
| 104|Prg|SAPLSHLC | 104|14.07.2010|14:35:21|84992|E |
| 105|Prg|CALENDAR_DEFINITION===========CP | 105|17.12.2007|16:08:58|14336|E |
| 106|Prg|CL_BADI_BASE==================CP | 106|08.12.2004|18:54:01|8192|E |
| 107|Prg|CL_BADI_CACHE_HANDLER=========CP | 107|05.07.2005|13:21:02|17408|E |
| 108|Typ|DDSHF4CTRL |0|18.05.2004|14:07:58|5120| |
| 109|Typ|F4SETTING |0|14.02.1998|07:17:23|2048| |
| 110|Prg|SAPLSF4U | 110|12.07.2010|12:19:51| 109568|E |
| 111|Prg|SAPLAWRT | 111|12.07.2010|12:20:13|13312|E |
| 112|Prg|CL_ABAP_DATFM=================CP | 112|14.07.2010|14:37:20|44032|E |
| 113|Prg|CL_I18N_SYSTEM_SETTINGS=======CP | 113|14.07.2010|14:37:29|23552|E |
| 114|Prg|CL_ISO_CALENDAR_DEFINITION====CP | 114|17.12.2007|15:43:49|9216|E |
| 115|Prg|IF_CALENDAR_DEFINITION========IP | 114|17.12.2007|15:59:13|6144|E |
| 116|Prg|SAPLSCAC | 116|28.02.2005|21:00:47|47104|E |
| 117|Prg|SAPLSCON | 117|09.09.2004|14:18:36|27648|E |
| 118|Prg|CL_GUI_CONTROL================CP | 118|28.02.2005|21:03:09| 125952|E |
| 119|Prg|CL_GUI_OBJECT=================CP | 119|11.09.2007|15:26:18| 443392|E |
| 120|Prg|CL_GUI_CFW====================CP | 120|12.07.2010|11:55:05| 189440|E |
| 121|Typ|OBJ_RECORD |0|14.02.1998|08:30:43|2048| |
| 122|Typ|TOLE |0|29.07.1998|19:56:01|3072| |
| 123|Prg|%_COLE2 |52|18.02.2005|14:15:28|11264|E |
| 124|Prg|SAPLSCP2 | 124|14.07.2010|14:39:40| 171008|E |
| 125|Typ|SWCONT |0|04.04.1995|16:18:01|3072| |
| 126|Prg|CL_GUI_CUSTOM_CONTAINER=======CP | 126|28.02.2005|21:00:46|46080|E |
| 127|Prg|CL_GUI_CONTAINER==============CP | 127|28.02.2005|21:00:46|61440|E |
| 128|Prg|SAPLCNTH | 128|18.02.2005|14:15:08|34816|E |
| 129|Prg|CL_GUI_CALENDAR===============CP | 129|28.02.2005|21:00:46|69632|E |
| 130|Typ|USDEF |0|17.12.2007|15:30:53|3072| |
| 131|Prg|SAPLSUSE | 131|14.07.2010|14:42:08|79872|E |
| 132|Typ|USR01 |0|17.12.2007|15:31:45|4096| |
| 133|Typ|DD07V |0|09.09.2004|14:20:41|3072| |
| 134|Prg|SAPLSDDO | 134|12.07.2010|12:20:56| 285696|E |
| 135|Typ|DCDOMAGET |0|30.03.1995|13:11:13|2048| |
| 136|Typ|DD01V |0|28.12.2004|18:22:59|6144| |
| 137|Typ|DD01L |0|28.12.2004|17:07:19|6144| |
| 138|Typ|DD01T |0|12.05.1997|16:45:41|3072| |
| 139|Typ|DDDOSTATE |0|07.05.1997|12:48:49|2048| |
| 140|Typ|DD07L |0|09.09.2004|14:19:32|3072| |
| 141|Typ|DD07T |0|12.05.1997|16:45:51|3072| |
| 142|Typ|T246 |0|14.02.1998|11:04:51|2048| |
| 143|Prg|SAPLSCA5 | 143|14.07.2010|14:37:58|64512|E |
| 144|Typ|RFC_FIELDS |0|20.08.1998|10:56:34|3072| |
| 145|Prg|SAPLCNTL | 145|09.07.2010|14:24:50| 358400|E |
| 146|Typ|DPPROPS |0|09.07.1997|23:53:23|2048| |
| 147|Prg|SAPLURFC | 147|17.12.2007|15:37:35|25600|E |
| 148|Prg|SAPLSRFC | 148|14.07.2010|14:39:50|50176|E |
| 149|Prg|SAPLSYST | 149|15.12.2015|19:35:59|43008|E |
| 150|Prg|SAPMSSY1 |47|11.04.2005|09:27:15|24576|E |
| 151|Prg|SAPLCNT0 | 151|18.02.2005|14:15:08|47104|E |
| 152|Typ|T247 |0|14.02.1998|11:05:05|2048| |
| 153|Prg|CL_ABAP_TYPEDESCR=============CP | 153|05.07.2005|13:10:15|33792|E |
| 154|Prg|CL_ABAP_ELEMDESCR=============CP | 154|03.07.2006|10:50:51|40960|E |
| 155|Prg|CL_ABAP_DATADESCR=============CP | 155|05.07.2005|13:10:15|21504|E |
| 156|Prg|CL_ABAP_REFDESCR==============CP | 156|05.07.2005|13:10:15|27648|E |
| 157|Prg|CL_ABAP_STRUCTDESCR===========CP | 157|11.09.2007|15:26:09|45056|E |
| 158|Prg|CL_ABAP_COMPLEXDESCR==========CP | 158|05.07.2005|13:10:15|19456|E |
| 159|Prg|CL_ABAP_TABLEDESCR============CP | 159|05.07.2005|13:10:15|27648|E |
| 160|Prg|CL_ABAP_CLASSDESCR============CP | 160|05.07.2005|13:10:15|34816|E |
| 161|Prg|CL_ABAP_OBJECTDESCR===========CP | 161|05.07.2005|13:10:15|37888|E |
| 162|Prg|CL_ABAP_INTFDESCR=============CP | 162|05.07.2005|13:10:15|27648|E |
| 163|Prg|%_CCNCA | 153|09.09.2004|14:18:13|11264|E |
| 164|Prg|CL_ABAP_SOFT_REFERENCE========CP | 164|05.07.2005|13:10:15|11264|E |
| 165|Prg|CL_ABAP_REFERENCE=============CP | 165|09.09.2004|14:18:16|8192|E |
| 166|Typ|ARFCSDATA |0|13.02.2005|18:20:25|6144| |
| 167|Prg|IF_CACHED_PROP================IP |79|18.02.2005|14:12:55|5120|E |
| 168|Prg|SAPFGUICNTL_CFW |1|28.02.2005|21:00:47|16384|E |
| 169|Typ|CASDAYATTR |0|04.05.1995|18:45:23|3072| |
| 170|Prg|SAPLSCAL | 170|09.09.2004|14:18:36|37888|E |
| 171|Prg|SAPLSCA1 | 171|09.07.2010|18:24:38|36864|E |
| 172|Typ|BAPIDEFAUL |0|17.12.2007|15:29:13|3072| |
| 173|Typ|BAPIRET2 |0|20.08.1998|11:11:35|5120| |
| 174|Prg|SAPLSU_USER | 174|14.07.2010|14:37:04| 586752|E |
| 175|Typ|BAPIAGR |0|08.12.2004|17:58:27|3072| |
| 176|Typ|BAPICOMREM |0|14.10.1999|21:54:07|3072| |
| 177|Typ|BAPIADFAX |0|06.11.2003|20:26:14|4096| |
| 178|Typ|BAPIADPAG |0|06.11.2003|20:26:14|4096| |
| 179|Typ|BAPIADPRT |0|06.11.2003|20:26:14|3072| |
| 180|Typ|BAPIADRFC |0|06.11.2003|20:26:14|3072| |
| 181|Typ|BAPIADRML |0|06.11.2003|20:26:14|4096| |
| 182|Typ|BAPIADSMTP |0|07.02.2006|10:07:08|4096| |
| 183|Typ|BAPIADSSF |0|06.11.2003|20:26:14|10240| |
| 184|Typ|BAPIADTEL |0|06.11.2003|20:26:14|4096| |
| 185|Typ|BAPIADTLX |0|06.11.2003|20:26:14|3072| |
| 186|Typ|BAPIADTTX |0|06.11.2003|20:26:14|3072| |
| 187|Typ|BAPIADURI |0|06.11.2003|20:26:14|9216| |
| 188|Typ|BAPIADX400 |0|06.11.2003|20:26:14|9216| |
| 189|Typ|BAPIUSEXTIDHEAD |0|06.11.2003|20:26:20|3072| |
| 190|Typ|BAPIUSEXTIDPART |0|06.11.2003|20:26:20|3072| |
| 191|Typ|BAPIGROUPS |0|09.11.2000|14:04:32|2048| |
| 192|Typ|BAPIPARAM |0|09.11.2000|14:04:36|2048| |
| 193|Typ|BAPIPARAM1 |0|09.11.2000|14:04:36|2048| |
| 194|Typ|BAPIPROF |0|25.03.1999|15:41:44|2048| |
| 195|Typ|BAPIRCVSYS |0|08.12.2004|17:58:27|2048| |
| 196|Typ|BAPIUCLASSSYS |0|06.11.2003|20:26:20|3072| |
| 197|Prg|SAPLSUUC | 197|12.07.2010|12:23:59| 181248|E |
| 198|Prg|SAPLSUU1 | 198|14.07.2010|14:38:07| 320512|E |
| 199|Typ|USR02 |0|17.12.2007|15:31:45|8192| |
| 200|Typ|USREFUS |0|07.01.2003|18:24:17|2048| |
| 201|Typ|USR21 |0|10.03.1999|18:32:06|3072| |
| 202|Typ|USUSERS |0|28.08.1997|09:11:15|2048| |
| 203|Typ|USR05 |0|18.12.2001|16:51:43|2048| |
| 204|Typ|USPARAM |0|09.11.2000|14:16:06|2048| |
| 205|Prg|CL_GUI_EVENT==================CP | 205|28.02.2005|21:00:47|12288|E |
| 206|Prg|CL_GUI_DOCKING_CONTAINER======CP | 206|28.02.2005|21:00:47|52224|E |
| 207|Prg|CL_GUI_DYNPRO_COMPANION=======CP | 207|18.02.2005|14:15:08|19456|E |
| 208|Prg|SAPLSDF4 | 208|05.07.2005|13:10:18|62464|E |
| 209|Prg|SAPLSDDT | 209|11.09.2007|15:24:43|97280|E |
| 210|Typ|DD05S |0|05.11.1997|02:52:51|3072| |
| 211|Typ|DSELC |0|20.08.1998|11:16:48|3072| |
| 212|Typ|T005T |0|02.10.2001|22:00:32|3072| |
| 213|Typ|DD02L |0|19.11.2001|15:49:25|6144| |
| 214|Prg|SAPLSCHL | 214|07.03.2005|08:51:05|10240|E |
| 215|Typ|OBJSUB |0|13.08.1997|12:42:02|20480| |
| 216|Typ|OBJSUBT |0|28.08.1997|08:54:31|2048| |
| 217|Typ|OBJS |0|20.08.1998|11:36:58|2048| |
| 218|Prg|SAPLSTR9 | 218|14.07.2010|14:38:05|44032|E |
| 219|Prg|CONTEXT_X_TR_SYS_PARAMS | 218|12.07.2010|12:35:14|46080|E |
| 220|Typ|SCHL_AT |0|15.01.1999|16:50:53|2048| |
| 221|Typ|SCHL_CA |0|04.12.2000|12:52:26|2048| |
| 222|Typ|DYNPRO_ID |0|09.11.2000|14:07:21|2048| |
| 223|Typ|DPOV610 |0|18.12.2001|16:52:52|3072| |
| 224|Typ|DYNPREAD |0|18.12.2001|16:52:53|3072| |
| 225|Typ|X030L |0|05.07.2005|13:10:10|6144| |
| 226|Typ|STRUCINFO |0|05.07.2005|13:09:11|7168| |
| 227|Prg|SAPLWDTM | 227|14.07.2010|14:38:40| 301056|E |
| 228|Prg|SAPLGRAP | 228|12.07.2010|12:18:56| 478208|E |
| 229|Typ|DDSHRETVAL |0|28.10.1998|13:07:04|3072| |
| 230|Typ|DDSHOCXINT |0|18.05.2004|14:07:58|3072| |
| 231|Typ|DDSHTECINF |0|20.08.1998|11:16:38|4096| |
| 232|Typ|MCTBC_CTRL |0|18.05.2004|14:08:16|6144| |
| 233|Typ|MCTBC_HI |0|07.05.1997|12:58:15|3072| |
| 234|Typ|MCTBC_CMSG |0|07.05.1997|12:58:15|2048| |
| 235|Typ|DD03P |0|18.02.2005|13:53:33|13312| |
| 236|Typ|DD12V |0|19.07.2004|10:44:55|5120| |
| 237|Typ|DD17V |0|20.08.1998|10:50:57|3072| |
| 238|Typ|DD35V |0|01.03.2001|12:21:53|2048| |
| 239|Typ|DD36M |0|01.03.2001|12:38:06|5120| |
| 240|Typ|DCTABDGET |0|13.05.1997|12:49:28|2048| |
| 241|Typ|DD02V |0|19.11.2001|15:50:56|7168| |
| 242|Prg|SAPLSDSG | 242|05.07.2005|13:11:53| 142336|E |
| 243|Typ|DD03L |0|28.12.2004|17:10:07|6144| |
| 244|Typ|DD04L |0|19.07.2004|10:44:26|8192| |
| 245|Typ|DD04T |0|12.05.1997|16:45:50|3072| |
| 246|Typ|DDSETSTATE |0|07.05.1997|12:49:06|3072| |
| 247|Typ|TPARA |0|10.07.1997|00:45:24|2048| |
| 248|Typ|DCDTELGET |0|30.03.1995|13:13:18|2048| |
| 249|Prg|SAPLSDDM | 249|03.07.2006|10:49:21|65536|E |
| 250|Prg|SAPLSDFK | 250|05.07.2005|13:10:14|30720|E |
| 251|Typ|DD35L |0|20.08.1998|11:16:26|2048| |
| 252|Typ|DD12L |0|19.07.2004|10:44:27|4096| |
| 253|Typ|DD09V |0|28.12.2004|18:22:11|5120| |
| 254|Typ|DD09L |0|28.12.2004|18:22:43|4096| |
| 255|Typ|DCTABLGET |0|04.06.1997|19:16:24|3072| |
| 256|Typ|DDXTT |0|05.07.2005|13:05:24|6144| |
| 257|Prg|RATTBUTL |92|14.07.2010|14:38:18| 234496|E |
| 258|Typ|V_21S23L |0|20.08.1998|11:32:35|3072| |
| 259|Typ|DD092526V |0|20.08.1998|11:15:55|2048| |
| 260|Typ|MCTBC_TBFN |0|20.08.1998|11:20:46|3072| |
| 261|Prg|CL_GUI_FRONTEND_SERVICES======CP | 261|12.07.2010|12:20:23| 135168|E |
| 262|Prg|/1BCF41/T005 |84|16.12.2010|20:23:24|52224|E |
| 263|Prg|SAPLSDH3 | 263|12.07.2010|12:19:52|75776|E |
| 264|Typ|DDSHLSCTRL |0|28.12.2004|17:06:45|62464| |
| 265|Prg|CL_ABAP_LIST_UTILITIES========CP | 265|05.07.2005|13:10:15|24576|E |
| 266|Typ|DDSHLPACK |0|18.05.2004|14:07:42|28672| |
| 267|Typ|DDSHWROBJ |0|18.05.2004|14:07:58|5120| |
| 268|Typ|DDSHLCOLIN |0|18.05.2004|14:07:23|13312| |
| 269|Typ|MCTBC_DP |0|18.05.2004|14:08:15|3072| |
| 270|Typ|MCTBC_DI |0|18.05.2004|14:08:16|4096| |
| 271|Prg|RADDOCHL |92|14.07.2010|14:38:18| 323584|E |
| 272|Typ|MCTBC_COLN |0|12.09.2006|11:25:21|2048| |
| 273|Typ|CODEPAGES |0|09.07.1997|23:51:03|2048| |
| 274|Prg|CL_ABAP_CONV_OUT_CE===========CP | 274|05.07.2005|13:10:15|20480|E |
| 275|Typ|RSVUVINT |0|15.01.1996|16:09:23|2048| |
| 276|Prg|RSDBSPVD |0|10.09.2007|14:59:01| 102400|E |
| 277|Typ|RVARI |0|30.03.1998|09:40:50|4096| |
| 278|Typ|RSVARIVDAT |0|04.04.1995|16:12:54|2048| |
| 279|Typ|VBAP |0|08.10.2015|10:07:38|37888| |
| 280|Typ|VBAK |0|08.02.2006|15:02:39|21504| |
| 281|Typ|MARA |0|11.07.2006|14:07:50|37888| |
| 282|Typ|VBUP |0|25.08.2005|22:04:36|8192| |
| 283|Typ|SYST |0|09.09.2004|14:18:12|30720| |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Directory of Application Tables |

----------------------------------------------------------------------------------------------------

|Name Date Time Lngth |
|Val. |

----------------------------------------------------------------------------------------------------

|Program ZPSD_0050 |

----------------------------------------------------------------------------------------------------

|SYST 09.09.2004 14:18:12 00004612 |
|\0\0\0\0\x0001\0#\x0014\0\0\0\0\0\0\0\0\0\0\0\0#\x0014\0\0 |
|SY . . : :00004612 |
|\0\0\0\0\x0001\0#\x0014\0\0\0\0\0\0\0\0\0\0\0\0#\x0014\0\0 |
|MARA . . : :00002330 |
| 00000000 00000000 |
|T005T . . : :00000334 |
| |
|SSCRFIELDS 09.09.2004 14:18:02 00001708 |
| |
|SSCRTEXTS . . : :00000742 |
| |

----------------------------------------------------------------------------------------------------

|Program RSDBRUNT |

----------------------------------------------------------------------------------------------------

|RSVUVINT . . : :00000094 |
| | |
|VARID . . : :00000252 |
| |

----------------------------------------------------------------------------------------------------

|Program CONTEXT_X_FREE_SEL_DD_INFO |

----------------------------------------------------------------------------------------------------

|CONTEXTB . . : :00002992 |
|801EBFREE_SEL_DD_INFO000005000100000000000000\0\0\0\0 |
|TCONT . . : :00000068 |
|FREE_SEL_DD_INFO00000000000000| |

----------------------------------------------------------------------------------------------------

|Program SAPLICON |

----------------------------------------------------------------------------------------------------

|ICONT . . : :00000130 |
| |

----------------------------------------------------------------------------------------------------

|Program SAPFSDS1 |

----------------------------------------------------------------------------------------------------

|TDCLD . . : :00000098 |
|RE DOKU 8R XX XXLIMUDOKUX \x001EXR3TRPROGX | |

----------------------------------------------------------------------------------------------------

|Program SAPLSDOD |

----------------------------------------------------------------------------------------------------

|DOKIL . . : :00000152 |
| |

----------------------------------------------------------------------------------------------------

|Program SAPLLANG |

----------------------------------------------------------------------------------------------------

|T002 . . : :00000010 |
|ES1EN| |

----------------------------------------------------------------------------------------------------

|Program SAPSHDTV |

----------------------------------------------------------------------------------------------------

|SHDSTU . . : :00000106 |
| | |
|SHDSTCIU . . : :00000100 |
| | |

----------------------------------------------------------------------------------------------------

|Program SAPLOLEA |

----------------------------------------------------------------------------------------------------

|TOLE . . : :00000394 |
|SAP.DATAPROVIDER.1 {799104C5-04C5-11D0- |

----------------------------------------------------------------------------------------------------

|Program SAPMSHLP |

----------------------------------------------------------------------------------------------------

|PHELP 09.09.2004 14:17:04 00003212 |
|RSSYSTDB 1000T005T |
|HELP_INFO . . : :00003320 |
|TFRSSYSTDB 1000T005T |
|RSMDY . . : :00000810 |
| |

----------------------------------------------------------------------------------------------------

|Program CL_GUI_PROPS_CONSUMER=========CP |

----------------------------------------------------------------------------------------------------

|EUDB . . : :00004068 |
|%CB1D85DE68BFEF175A5210050568D4D48 \0\0\0 |

----------------------------------------------------------------------------------------------------

|Program SAPLSHL2 |

----------------------------------------------------------------------------------------------------

|HELP_INFO . . : :00003320 |
| |
|DD02L . . : :00000316 |
|T005 A0000TRANSP |

----------------------------------------------------------------------------------------------------

|Program SAPLSDSD |

----------------------------------------------------------------------------------------------------

|DDSHOFFLD . . : :00003020 |
|SHT005 CT |

----------------------------------------------------------------------------------------------------

|Program SAPLSDNT |

----------------------------------------------------------------------------------------------------

|DDXTT . . : :00000272 |
| \0\0\0\0\0\0\0\0 |
|V_21S23L . . : :00000102 |
| 00000000 | |
|DD092526V . . : :00000124 |
| |

----------------------------------------------------------------------------------------------------

|Program SAPLSUSE |

----------------------------------------------------------------------------------------------------

|USR01 . . : :00000222 |
|801FION LP01 GK1X |

----------------------------------------------------------------------------------------------------

|Program SAPLSUU1 |

----------------------------------------------------------------------------------------------------

|USR01 . . : :00000222 |
|801FION LP01 GK1X |
|USR02 . . : :00000432 |
|801FION \x1B5F###0000000000000000A \0 |
|USR21 . . : :00000146 |
|801FION 00000237430000023703 |
|USREFUS . . : :00000134 |
|801FION |

----------------------------------------------------------------------------------------------------

|Program SAPLSCHL |

----------------------------------------------------------------------------------------------------

|OBJSUB . . : :00000428 |
| |

----------------------------------------------------------------------------------------------------

|Program CONTEXT_X_TR_SYS_PARAMS |

----------------------------------------------------------------------------------------------------

|CONTEXTB . . : :00002992 |
|801EBTR_SYS_PARAMS 000006000100000000000000\0\0\0\0 |
|TCONT . . : :00000068 |
|TR_SYS_PARAMS 20160421155233| |

----------------------------------------------------------------------------------------------------

|Program CL_GUI_FRONTEND_SERVICES======CP |

----------------------------------------------------------------------------------------------------

|EUDB . . : :00004068 |
|FEB1D85DE68BFEF175A5210050568D4D48 \0\0\0 |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|ABAP Control Blocks (CONT) |

----------------------------------------------------------------------------------------------------

|Index|Name|Fl|PAR0|PAR1|PAR2|PAR3|PAR4|PAR5|PAR6|Source Code |Line|

----------------------------------------------------------------------------------------------------

| 489|WHER|01|0000|0001|005D|||||ZPSD_0050 |486|
| 491|PAR1|85|010A|||||||ZPSD_0050 |486|
| 492|WHER|29|0003|0000|0000|||||ZPSD_0050 |486|
| 494|WHER|20|0000|0003|0089|||||ZPSD_0050 |486|
| 496|PAR1|80|00E4|||||||ZPSD_0050 |486|
| 497|WHER|20|0000|0003|0089|||||ZPSD_0050 |486|
| 499|PAR1|80|00E5|||||||ZPSD_0050 |486|
| 500|WHER|20|0000|0003|0089|||||ZPSD_0050 |486|
| 502|PAR1|80|00E6|||||||ZPSD_0050 |486|
| 503|SQLS|39|0115|||||||ZPSD_0050 |486|
| 504|SQLS|39|0002|||||||ZPSD_0050 |486|
| 505|SQLS|3B|0000|||||||ZPSD_0050 |486|
|>>>>>|SQLS|0C|006E|||||||ZPSD_0050 |486|
| 507|LOOP|03|02E2|0073|0076|0000|0000|0000|0000|ZPSD_0050 |510|
| 511|LOOP|05|0000|0073|0076|0000|0000|0000|0000|ZPSD_0050 |510|
| 515|BRAN|05|0489|||||||ZPSD_0050 |510|
| 516|CLEA|00|00E7|||||||ZPSD_0050 |511|
| 517|CLEA|00|00E8|||||||ZPSD_0050 |511|
| 518|CLEA|00|00E9|||||||ZPSD_0050 |512|
| 519|CLEA|00|00EA|||||||ZPSD_0050 |512|

----------------------------------------------------------------------------------------------------

Accepted Solutions (1)

Accepted Solutions (1)

former_member215961
Contributor
0 Kudos

Answers (3)

Answers (3)

raquel_gomez
Employee
Employee
0 Kudos

Hi,

This dump STORAGE_PARAMETERS_WRONG_SET is normally related to shortage on memory resources at OS level.

As mentioned by my colleague, problem is related to customized program 'ZPSD_0050', and transaction 'ZSD0050'.

Checking further information given on the dump:

Termination occurred in the ABAP program "ZPSD_0050" - in "F_DATA_EXTRACTION".

|>>>>>| SELECT b~addrnumber a~vbeln a~posnr a~parvw |

| 487| b~name1 b~name2 |

| 488| b~street b~str_suppl1 b~str_suppl2 b~str_suppl3 |

| 489| b~location b~home_city |

| 490| b~city1 b~post_code1 |

| 491| b~city2 b~country |

| 492| b~tel_number |

You should involve developers to review the amount of memory taken by the program. When the dump appreared, more than 9GB of memory had already been consumed.

Regards,

Raquel

Former Member
0 Kudos

Hi,

Thanks for the input.

I have asked ABAP guy to debug this Z program.

Regards,

Fadzly Iqbal

Reagan
Advisor
Advisor
0 Kudos

Have you read the ABAP dump?

Transaction......... "ZSD0050 "

Program............. "ZPSD_0050"

The program had already requested 7345380464 bytes from the operating system

Was this tested in the test system? The transaction was terminated after it used 7 GB of heap.

You may want to work with the developer or the development team to get this checked if this is the only Tx that gets dumped.


Sriram2009
Active Contributor
0 Kudos

Hi Iqbal.

Since it is Z developed program (Could you share the SAP Stand T code?)you have to check the program either debug or enable the trace using the transaction code ST12 to find the root case

BR

SS