We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

RE:[sap-basis] TSV_TNEW_PAGE_ALLOC_FAILED Error in ST22

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Reply from Snowy on Mar 14 at 2:50 PM
Hi,

You forgot to post 1500 more lines in your short dump.

Seriously, your process ran out of memory.

Options:
1. you choose smaller selections when running this program
2. you change memory parameters. these are listed in the first 2 pages of the short dump
3. you open an SAP message and ask them to fix their buggy program

Good luck.

---------------Original Message---------------
From: islamsk
Sent: Tuesday, March 11, 2014 9:27 AM
Subject: TSV_TNEW_PAGE_ALLOC_FAILED Error in ST22

Dear Friends,

Please find below error which I am getting on my production server. Please guide how to resolve by changing the memory parameters.

Please suggest exactly what needs to be done.

OS : HP UX 11.3 Ver
SAP : SAP ECC 6.0 EHP4
RAM : 32 Gb


Runtime Errors TSV_TNEW_PAGE_ALLOC_FAILED
Date and Time 11.03.2014 16:20:30
---------

---------
|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 targeted 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-POOL=KKBL\DATA=GT_STACK2-T_GROUPS" 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: 52 |
| Number of rows: 576771 |
| Allocated rows: 576771 |
| Newly requested rows: 256 (in 1 blocks) |
| Last error logged in SAP kernel |
| |
| Component............ "EM" |
| Place................ "SAP-Server prod1_PRD_02 on host prod1 (wp 0)" |
| Version.............. 37 |
| Error code........... 7 |
| Error text........... "Warning: EM-Memory exhausted: Workprocess gets PRIV " |
| Description.......... " " |
| System call.......... " " |
| Module............... "emxx.c" |
| Line................. 1897 |
| |
| The error reported by the operating system is: |
| Error number..... " " |
| Error text....... " " |
| |
| |
| |
| |
---------

---------
|How to correct the error |
| The amount of storage space (in bytes) filled at termination time was: |
| |
| Roll area...................... 1913328 |
| Extended memory (EM)........... 1474828144 |
| Assigned memory (HEAP)......... 1969427328 |
| Short area..................... " " |
| Paging area.................... 679936 |
| Maximum address space.......... 4294967295 |
| |
| If the error occurs 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" " " |
| "SAPLSKBH" or "LSKBHF09" |
| "FB_GROUPLEVELS_GET" |
| |
| 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 701 |
| |
| Application server... "prod1" |
| Network address...... "192.168.29.2" |
| Operating system..... "HP-UX" |
| Release.............. "B.11.31" |
| Hardware type........ "ia64" |
| Character length.... 16 Bits |
| Pointer length....... 64 Bits |
| Work process number.. 0 |
| Shortdump setting.... "full" |
| |
| Database server... "prod1" |
| Database type..... "DB6" |
| Database name..... "PRD" |
| Database user ID.. "SAPPRD" |
| |
| Terminal.......... " " |
| |
| Char.set.... "C" |
| |
| SAP kernel....... 701 |
| created (date)... "Apr 2 2011 01:40:22" |
| create on........ "HP-UX B.11.23 U ia64" |
| Database version. "DB6_81 " |
| |
| Patch level. 137 |
| Patch text.. " " |
| |
| Database............. "DB6 08.02.*, DB6 09.*" |
| SAP database version. 701 |
| Operating system..... "HP-UX B.11" |
| |
| Memory consumption |
| Roll.... 1913328 |
| EM...... 1474828144 |
| Heap.... 1969427328 |
| Page.... 679936 |
| MM Used. 3381484832 |
| MM Free. 58935328 |
----------

---------
|User and Transaction |
| |
| Client.............. 500 |
| User................ "MT_HO_BASIS" |
| Language key........ "E" |
| Transaction......... " " |
| Transactions ID..... "531E887DDBD958CAE1000000C0A81D02" |
| |
| Program............. "SAPLSKBH" |
| Screen.............. "SAPLKKBL 0500" |
| Screen line......... 3 |
---------

---------
|Information on where terminated |
| Termination occurred in the ABAP program "SAPLSKBH" - in "FB_GROUPLEVELS_GET". |
| The main program was "RFITEMGL ". |
| |
| In the source code you have the termination point in line 574 |
| of the (Include) program "LSKBHF09". |
| The program "SAPLSKBH" was started as a background job. |
| Job Name....... "RFITEMGL" |
| Job Initiator.. "MT_HO_BASIS" |
| Job Number..... 15461500 |
---------

---------
|Source Code Extract |
----------
|Line |SourceCde |
--------
| 544| append ls_groups to rt_groups. |
| 545| endif. |
| 546| if l_level = 10. |
| 547| ls_groups-level = 10. |
| 548| ls_groups-index_from = l_from10. |
| 549| ls_groups-index_to = l_tabix - 1. |
| 550| ls_groups-counter = l_count10. |
| 551| clear l_count10. |
| 552| append ls_groups to rt_groups. |
| 553| endif. |
| 554| l_from05 = |
| 555| l_from06 = |
| 556| l_from07 = |
| 557| l_from08 = |
| 558| l_from09 = |
| 559| l_from10 = l_tabix. |
| 560| |
| 561| elseif <hf06> ne <sf06>. |
| 562| ls_groups-level = 6. |
| 563| ls_groups-index_from = l_from06. |
| 564| ls_groups-index_to = l_tabix - 1. |
| 565| ls_groups-counter = l_count06. |
| 566| clear l_count06. |
| 567| append ls_groups to rt_groups. |
| 568| if l_level >= 7. |
| 569| ls_groups-level = 7. |
| 570| ls_groups-index_from = l_from07. |
| 571| ls_groups-index_to = l_tabix - 1. |
| 572| ls_groups-counter = l_count07. |
| 573| clear l_count07. |
|>>>>>| append ls_groups to rt_groups. |
| 575| endif. |
| 576| if l_level >= 8. |
| 577| ls_groups-level = 8. |
| 578| ls_groups-index_from = l_from08. |
| 579| ls_groups-index_to = l_tabix - 1. |
| 580| ls_groups-counter = l_count08. |
| 581| clear l_count08. |
| 582| append ls_groups to rt_groups. |
| 583| endif. |
| 584| if l_level >= 9. |
| 585| ls_groups-level = 9. |
| 586| ls_groups-index_from = l_from09. |
| 587| ls_groups-index_to = l_tabix - 1. |
| 588| ls_groups-counter = l_count09. |
| 589| clear l_count09. |
| 590| append ls_groups to rt_groups. |
| 591| endif. |
| 592| if l_level = 10. |
| 593| ls_groups-level = 10. |
----------

---------
|Contents of system fields |
-------
|Name |Val. |
------
|SY-SUBRC|0 |
|SY-INDEX|0 |
|SY-TABIX|576771 |
|SY-DBCNT|3 |
|SY-FDPOS|1 |
|SY-LSIND|0 |
|SY-PAGNO|0 |
|SY-LINNO|1 |
|SY-COLNO|1 |
|SY-PFKEY| |
|SY-UCOMM| |
|SY-TITLE|G/L Account Line Item Display |
|SY-MSGTY|S |
|SY-MSGID|B! |
|SY-MSGNO|015 |
|SY-MSGV1|00001630 |
|SY-MSGV2| |
|SY-MSGV3| |
|SY-MSGV4| |
|SY-MODNO|0 |
|SY-DATUM|20140311 |
|SY-UZEIT|161928 |
|SY-XPROG|SAPMSSY0 |
|SY-XFORM|NEW-LINE |
----------

----------
|Active Calls/Events |
-----
|No. Ty. Program Include Line |
| Name |
-----
| 9 FORM SAPLSKBH LSKBHF09 574 |
| FB_GROUPLEVELS_GET |
| 8 FUNCTION SAPLSKBH LSKBHU01 16 |
| ALV_GROUPLEVELS_GET |
| 7 FORM SAPLKKBL LKKBLF01 1907 |
| TABLE_SORT |
| 6 FORM SAPLKKBL LKKBLF01 6135 |
| FIRST_LIST_DISPLAY |
| 5 MODULE (PBO) SAPLKKBL LKKBLO01 11 |
| LIST_DISPLAY |
| 4 FUNCTION SAPLKKBL LKKBLU01 441 |
| K_KKB_LIST_DISPLAY |
| 3 FUNCTION SAPLSALV LSALVU07 504 |
| REUSE_ALV_LIST_DISPLAY |
| 2 FUNCTION SAPLFI_ITEMS LFI_ITEMSU01 112 |
| FI_ITEMS_DISPLAY |
| 1 EVENT RFITEMGL RFITEMGL 333 |
| END-OF-SELECTION |
------

-----
|Chosen variables |
--------
|Name |
| Val. |
-------
|No. 9 Ty. FORM |
|Name FB_GROUPLEVELS_GET |
---------
|GFLG_PBO |
| |
| 0 |
| 0 |
| 2 |
| 0 |
|GFLG_NO_CHANGE |
| 0 |
| 0000 |
| 0000 |
|LS_LAYOUT |
| |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|EVENT_RECEIVER |
| {O:initial} |
| F0000000 |
| F0000000 |
|G_TS_ALV_R5 |
| |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
|<HF06> |
| 0090036824 |
| 0000000000 |
| 0000000000 |
| 3333333333 |
| 0090036824 |
|<SF06> |
| 0090036825 |
| 0000000000 |
| 0000000000 |
| 3333333333 |
| 0090036825 |
|CON_TRUE |
| X |
| 0 |
| 0 |
| 5 |
| 8 |
|RT_OUTTAB[] |
| Table IT_298[1516097x2192] |
| \PROGRAM=RFITEMGL\DATA=IT_POS[] |
| Table reference: 193 |
| TABH+ 0(20) = 60000000045518B0C00000043DBFEF1000000000 |
| TABH+ 20(20) = 000000C10000012A001722410000089000000000 |
| TABH+ 40(16) = 040000000000116000012CC001800000 |
| store = 0x60000000045518B0 |
| ext1 = 0xC00000043DBFEF10 |
| shmId = 0 (0x00000000) |
| id = 193 (0x000000C1) |
| label = 298 (0x0000012A) |
| fill = 1516097 (0x00172241) |
| leng = 2192 (0x00000890) |
| loop = 0 (0x00000000) |
| xtyp = TYPE#000078 |
| occu = 1 (0x00000001) |
| access = 1 (ItAccessStandard) |
| idxKind = 1 (ItIndexLinear) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 8 (cmpManyEq) |
| occu0 = 0 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 0 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| gcKind = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| >>>>> Shareable Table Header Data <<<<< |
| tabi = 0x600000000323AFA0 |
| pgHook = 0xC000000448101EB0 |
| idxPtr = 0xC0000004B78001B0 |
| shmTabhSet = 0x0000000000000000 |
| id = 185 (0x000000B9) |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 1523711 (0x00173FFF) |
| lineAlloc = 1516099 (0x00172243) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x00000001) |
| >>>>> 1st level extension part <<<<< |
| regHook = 0x0000000000000000 |
| collHook = 0x0000000000000000 |
| ext2 = 0xC00000043D7FEEE0 |
| >>>>> 2nd level extension part <<<<< |
| tabhBack = 0x6000000004340C40 |
| delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000|
| pb_func = 0x0000000000000000 |
| pb_handle = 0x0000000000000000 |
|CL_SALV_BS_DATA_CHANGE_LOG=>C_CHANGED |
| ??? |
| ?????? |
| ?????? |
|%_DUMMY$$ |
| |
| 0000 |
| 0000 |
| 2222 |
| 0000 |
|GT_SORT |
| Table[initial] |
|L_COUNT06 |
| 0 |
| 0000 |
| 0000 |
|RT_GROUPS |
| Table IT_564928[0x52] |
| \FUNCTION-POOL=KKBL\DATA=GT_STACK2-T_GROUPS |
| Table reference: 284 |
| TABH+ 0(20) = 0000000000000000000000000000000000000000 |
| TABH+ 20(20) = 0000011C00089EC00000000000000034FFFFFFFF |
| TABH+ 40(16) = 04000105000049D00001249001800000 |
| store = 0x0000000000000000 |
| ext1 = 0x0000000000000000 |
| shmId = 0 (0x00000000) |
| id = 284 (0x0000011C) |
| label = 564928 (0x00089EC0) |
| fill = 0 (0x00000000) |
| leng = 52 (0x00000034) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000379 |
| occu = 1 (0x00000001) |
| access = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 2 (cmpSingleMcmpR) |
| occu0 = 0 |
| 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 |
|LS_GROUPS |
| ######## 00############ |
| 04040000000000000000000000 |
| 02020000000000000000000000 |
| 00000000222233000000000000 |
| 94950702000000000000000000 |
|L_LEVEL |
| 7 |
| 0000 |
| 0007 |
|%_ARCHIVE |
| |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|GT_EVENTS[] |
| Table[initial] |
|L_COUNT07 |
| 0 |
| 0000 |
| 0000 |
|SPACE |
| |
| 0 |
| 0 |
| 2 |
| 0 |
|G_LISTTYPE |
| |
| 0 |
| 0 |
| 2 |
| 0 |
|L_COUNT08 |
| 606725 |
| 0040 |
| 0925 |
|SYST |
| ###########################A###P###############################################T###ÿ#### C####|
| 00000C0200000000000000000000000000000000000000000000000000000000000000000000000000000004000000|
| 00000D020000000000000000000000000000000800000000080000000000000000000000000000000000000D000200|
| 00000014000000000000000000040005000000090000000000000000000000000000000000000105000F0005240000|
| 00008371000000000000030101010100000000000000000000000000000000000000000000000604000F000803000C|
-------
|No. 8 Ty. FUNCTION |
|Name ALV_GROUPLEVELS_GET |
---------
|IT_FILTERED_ENTRIES |
| Table[initial] |
|IT_SORT |
| Table IT_564926[7x228] |
| \FUNCTION=ALV_GROUPLEVELS_GET\DATA=IT_SORT |
| Table reference: 282 |
| TABH+ 0(20) = 600000000437B6A0000000000000000000000000 |
| TABH+ 20(20) = 0000011A00089EBE00000007000000E4FFFFFFFF |
| TABH+ 40(16) = 0400010500002C6000102CC401800000 |
| store = 0x600000000437B6A0 |
| ext1 = 0x0000000000000000 |
| shmId = 0 (0x00000000) |
| id = 282 (0x0000011A) |
| label = 564926 (0x00089EBE) |
| fill = 7 (0x00000007) |
| leng = 228 (0x000000E4) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000222 |
| occu = 16 (0x00000010) |
| access = 1 (ItAccessStandard) |
| idxKind = 1 (ItIndexLinear) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 8 (cmpManyEq) |
| 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 = 0x600000000332C040 |
| pgHook = 0x0000000000000000 |
| idxPtr = 0xC00000042FBFEDC0 |
| shmTabhSet = 0x0000000000000000 |
| id = 564593 (0x00089D71) |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 16 (0x00000010) |
| lineAlloc = 16 (0x00000010) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x00000001) |
| >>>>> 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_SUBTOTALS_ONLY |
| |
| 0 |
| 0 |
| 2 |
| 0 |
|I_SUBTRACT_COUNTER |
| |
| 0 |
| 0 |
| 2 |
| 0 |
|ET_GROUPS |
| Table IT_564928[0x52] |
|T_OUTTAB[] |
| Table IT_298[1516097x2192] |
|GT_CHECKMAN[] |
| Table[initial] |
|GT_CONSIST |
| |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|GT_CONSIST[] |
| Table[initial] |
|GT_CHECKMAN |
| 00000000 00000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 3333333322222222222222222222222222222222222222222222222233333333333333333222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|SELF |
| SAPLSKBH |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 5454544422222222222222222222222222222222 |
| 310C3B2800000000000000000000000000000000 |
|G_POPHEADER |
| |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 2222222222222222222222222222222222222222 |
| 0000000000000000000000000000000000000000 |
|T_OUTTAB |
| 00 000000000090036825RV2013093050 201309302000008########|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000050000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000730000|
| 3322222222222222222222222222222222222222333333333333333333553333333333233333333333333300760000|
| 00000000000000000000000000000000000000000000000000900368252620130930500201309302000008006D000C|
---------
|No. 7 Ty. FORM |
|Name TABLE_SORT |
---------
|LT_SORT[] |
| Table IT_564919[7x228] |
| \FUNCTION-POOL=KKBL\FORM=TABLE_SORT\DATA=LT_SORT[] |
| Table reference: 272 |
| TABH+ 0(20) = C0000004303FEED0000000000000000000000000 |
| TABH+ 20(20) = 0000011000089EB700000007000000E4FFFFFFFF |
| TABH+ 40(16) = 0400010600002D2000102CC421800000 |
| store = 0xC0000004303FEED0 |
| ext1 = 0x0000000000000000 |
| shmId = 0 (0x00000000) |
| id = 272 (0x00000110) |
| label = 564919 (0x00089EB7) |
| fill = 7 (0x00000007) |
| leng = 228 (0x000000E4) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000226 |
| occu = 16 (0x00000010) |
| access = 1 (ItAccessStandard) |
| idxKind = 1 (ItIndexLinear) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 8 (cmpManyEq) |
| 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 = 0x60000000031A4350 |
| pgHook = 0x0000000000000000 |
| idxPtr = 0xC0000003F77FEEC0 |
| shmTabhSet = 0x0000000000000000 |
| id = 564576 (0x00089D60) |
| refCount = 1 (0x00000001) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 16 (0x00000010) |
| lineAlloc = 16 (0x00000010) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 4 (0x00000004) |
| >>>>> 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 |
|<%_L01A> |
| ??? |
| ?????? |
| ?????? |
|%_PRINT |
| LP01001RFITEMGL_MT_ X X8##A|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 4533333544544445455222222222222222222222222222222222222222222222222222222222222222222225253004|
| C00100126945D7CFD4F000000000000000000000000000000000000000000000000000000000000000000008088001|
|<%_L01A>-GROUP |
| ??? |
| ?????? |
| ?????? |
|GS_MFC07 |
| #### |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|GT_STACK2-FLG_GROUPEDIT |
| X |
| 0 |
| 0 |
| 5 |
| 8 |
|SYST-REPID |
| SAPLKKBL |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 5454444422222222222222222222222222222222 |
| 310CBB2C00000000000000000000000000000000 |
|GT_STACK2-I_CALLBACK_GROUPLEVEL_CHANGE |
| |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
|V_SLAVE |
| |
| 0 |
| 0 |
| 2 |
| 0 |
|GS_MFC20 |
| #### |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|GT_STACK2-T_GROUPS |
| Table IT_564928[0x52] |
|GS_MFC34 |
| #### |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|RT_OUTTAB[] |
| Table IT_298[1516097x2192] |
|GS_MFC86 |
| #### |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|GS_SFC22 |
| #### |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|SY-SUBRC |
| 0 |
| 0000 |
| 0000 |
|%_DUMMY$$ |
| |
| 0000 |
| 0000 |
| 2222 |
| 0000 |
|GT_STACK2-T_FILTER_GROUPS |
| Table[initial] |
|GT_STACK2-T_SUMINFO |
| Table[initial] |
-----
|No. 6 Ty. FORM |
|Name FIRST_LIST_DISPLAY |
----
|GT_STACK-IT_SORT |
| Table IT_564889[7x228] |
| \FUNCTION-POOL=KKBL\DATA=GT_STACK-IT_SORT |
| Table reference: 269 |
| TABH+ 0(20) = C0000004303FEED0000000000000000000000000 |
| TABH+ 20(20) = 0000010D00089E9900000007000000E4FFFFFFFF |
| TABH+ 40(16) = 0400010600002D2000102CC421800000 |
| store = 0xC0000004303FEED0 |
| ext1 = 0x0000000000000000 |
| shmId = 0 (0x00000000) |
| id = 269 (0x0000010D) |
| label = 564889 (0x00089E99) |
| fill = 7 (0x00000007) |
| leng = 228 (0x000000E4) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000226 |
| occu = 16 (0x00000010) |
| access = 1 (ItAccessStandard) |
| idxKind = 1 (ItIndexLinear) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 8 (cmpManyEq) |
| 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 = 0x60000000031A4350 |
| pgHook = 0x0000000000000000 |
| idxPtr = 0xC0000003F77FEEC0 |
| shmTabhSet = 0x0000000000000000 |
| id = 564576 (0x00089D60) |
| refCount = 1 (0x00000001) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 16 (0x00000010) |
| lineAlloc = 16 (0x00000010) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 4 (0x00000004) |
| >>>>> 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 |
|G_SUMLEVEL |
| 0 |
| 0000 |
| 0000 |
|GT_STACK-IS_LAYOUT+1588(2) |
| |
| 0 |
| 0 |
| 2 |
| 0 |
|GT_STACK-LISTTYPE |
| S |
| 0 |
| 0 |
| 5 |
| 3 |
|CON_LISTTYPE-SIMPLE |
| S |
| 0 |
| 0 |
| 5 |
| 3 |
|SY-REPID |
| SAPLKKBL |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 5454444422222222222222222222222222222222 |
| 310CBB2C00000000000000000000000000000000 |
|GS_MFC87 |
| #### |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|GT_STACK-IS_LAYOUT+4192(2) |
| |
| 0 |
| 0 |
| 2 |
| 0 |
|GT_INFO_FIELDS_FIELDCAT |
| Table[initial] |
|SPACE |
| |
| 0 |
| 0 |
| 2 |
| 0 |
|T_OUTTAB[] |
| Table IT_298[1516097x2192] |
|T_OUTTAB |
| 00 000000000090036825RV2013093050 201309302000008########|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000050000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000730000|
| 3322222222222222222222222222222222222222333333333333333333553333333333233333333333333300760000|
| 00000000000000000000000000000000000000000000000000900368252620130930500201309302000008006D000C|
|L_SPACE |
| |
| 0 |
| 0 |
| 2 |
| 0 |
|L_SUBRC |
| 0 |
| 0000 |
| 0000 |
|GS_MFC35 |
| #### |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|GT_STACK-IT_FIELDCAT |
| Table IT_564887[151x2212] |
| \FUNCTION-POOL=KKBL\DATA=GT_STACK-IT_FIELDCAT |
| Table reference: 261 |
| TABH+ 0(20) = 6000000079F43870C0000004283FEF1000000000 |
| TABH+ 20(20) = 0000010500089E9700000097000008A4FFFFFFFF |
| TABH+ 40(16) = 0400010600000E9000012CC021800000 |
| store = 0x6000000079F43870 |
| ext1 = 0xC0000004283FEF10 |
| shmId = 0 (0x00000000) |
| id = 261 (0x00000105) |
| label = 564887 (0x00089E97) |
| fill = 151 (0x00000097) |
| leng = 2212 (0x000008A4) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000063 |
| occu = 1 (0x00000001) |
| access = 1 (ItAccessStandard) |
| idxKind = 1 (ItIndexLinear) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 8 (cmpManyEq) |
| occu0 = 0 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 1 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| gcKind = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| >>>>> Shareable Table Header Data <<<<< |
| tabi = 0x6000000079EF9830 |
| pgHook = 0x6000000079EFA100 |
| idxPtr = 0x60000000043E8B30 |
| shmTabhSet = 0x0000000000000000 |
| id = 564574 (0x00089D5E) |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 255 (0x000000FF) |
| lineAlloc = 151 (0x00000097) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x00000001) |
| >>>>> 1st level extension part <<<<< |
| regHook = 0x60000000043E8F70 |
| collHook = 0x0000000000000000 |
| ext2 = 0x6000000079E67960 |
| >>>>> 2nd level extension part <<<<< |
| tabhBack = 0xC000000426FFEE70 |
| delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000|
| pb_func = 0x0000000000000000 |
| pb_handle = 0x0000000000000000 |
|GT_STACK-T_FILTER |
| Table IT_564890[0x1174] |
| \FUNCTION-POOL=KKBL\DATA=GT_STACK-T_FILTER |
| Table reference: 270 |
| TABH+ 0(20) = 0000000000000000000000000000000000000000 |
| TABH+ 20(20) = 0000010E00089E9A0000000000000496FFFFFFFF |
| TABH+ 40(16) = 04000106000014C00001249001800000 |
| store = 0x0000000000000000 |
| ext1 = 0x0000000000000000 |
| shmId = 0 (0x00000000) |
| id = 270 (0x0000010E) |
| label = 564890 (0x00089E9A) |
| fill = 0 (0x00000000) |
| leng = 1174 (0x00000496) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000096 |
| occu = 1 (0x00000001) |
| access = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 2 (cmpSingleMcmpR) |
| occu0 = 0 |
| 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 |
|%_FSREG_001 |
| ??? |
| ?????? |
| ?????? |
|CON_NORMAL |
| 2 |
| 0000 |
| 0002 |
--------
|No. 5 Ty. MODULE (PBO) |
|Name LIST_DISPLAY |
--------
|GS_OUT_FLAGS-HOTLINE |
| |
| 0 |
| 0 |
| 2 |
| 0 |
|%_SPACE |
| |
| 0 |
| 0 |
| 2 |
| 0 |
----------
|No. 4 Ty. FUNCTION |
|Name K_KKB_LIST_DISPLAY |
-----------
|GS_SFC38 |
| #### |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|GS_SFC36 |
| #### |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|I_SCREEN_START_LINE |
| 0 |
| 0000 |
| 0000 |
|GT_STACK-IS_LAYOUT+4196(2) |
| |
| 0 |
| 0 |
| 2 |
| 0 |
|GT_STACK-IS_LAYOUT+4188(2) |
| |
| 0 |
| 0 |
| 2 |
| 0 |
|G_ULINE |
| |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
|ICON_INTERVAL_INCLUDE_RED |
| @2G@ |
| 0000 |
| 0000 |
| 4344 |
| 0270 |
|SY-XFORM |
| NEW-LINE |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 445244442222222222222222222222 |
| E57DC9E50000000000000000000000 |
|GS_SFC42 |
| #### |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|I_SCREEN_START_COLUMN |
| 0 |
| 0000 |
| 0000 |
|GS_SFC43 |
| #### |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|GS_SFC44 |
| #### |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|I_SCREEN_END_COLUMN |
| 0 |
| 0000 |
| 0000 |
|GS_SFC45 |
| #### |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|I_SCREEN_END_LINE |
| 0 |
| 0000 |
| 0000 |
----------
|No. 3 Ty. FUNCTION |
|Name REUSE_ALV_LIST_DISPLAY |
------
|IR_SALV_LIST_ADAPTER |
| {O:initial} |
| F0000000 |
| F0000000 |
|IS_LAYOUT |
| ### X |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2000225222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|IS_PRINT |
| #X ###X # 000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2222222222222222222222222222222222222222222052200052202222333222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000080000080000000000000000000000000000000000000000000|
|IS_REPREP_ID |
| |
| 00000000000000000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000000000000000 |
| 22222222222222222222222222222222222222222222222222222222222222 |
| 00000000000000000000000000000000000000000000000000000000000000 |
|IS_SEL_HIDE |
| ####### |
| 000000FF |
| 000000FF |
| 200000FF |
| 000000FF |
|IS_VARIANT |
| RFITEMGL 1SAP Standard |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 5445444422222222222222222222222222222222222222222222222222223545222222225766667622222222222222|
| 26945D7C0000000000000000000000000000000000000000000000000000131000000000341E412400000000000000|
|IT_EVENTS |
| Table IT_564654[4x120] |
| \FUNCTION=REUSE_ALV_LIST_DISPLAY\DATA=IT_EVENTS |
| Table reference: 241 |
| TABH+ 0(20) = C000000434FFEDE0000000000000000000000000 |
| TABH+ 20(20) = 000000F100089DAE0000000400000078FFFFFFFF |
| TABH+ 40(16) = 040000EE000012200004249421800000 |
| store = 0xC000000434FFEDE0 |
| ext1 = 0x0000000000000000 |
| shmId = 0 (0x00000000) |
| id = 241 (0x000000F1) |
| label = 564654 (0x00089DAE) |
| fill = 4 (0x00000004) |
| leng = 120 (0x00000078) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000082 |
| occu = 4 (0x00000004) |
| 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 = 0xC000000430BFEC30 |
| pgHook = 0x0000000000000000 |
| idxPtr = 0x0000000000000000 |
| shmTabhSet = 0x0000000000000000 |
| id = 564388 (0x00089CA4) |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 4 (0x00000004) |
| lineAlloc = 4 (0x00000004) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x00000001) |
| >>>>> 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 |
|IT_EVENT_EXIT |
| Table IT_564655[5x144] |
| \FUNCTION=REUSE_ALV_LIST_DISPLAY\DATA=IT_EVENT_EXIT |
| Table reference: 242 |
| TABH+ 0(20) = C0000003FB21BD70000000000000000000000000 |
| TABH+ 20(20) = 000000F200089DAF0000000500000090FFFFFFFF |
| TABH+ 40(16) = 040000EE000012800001249021800000 |
| store = 0xC0000003FB21BD70 |
| ext1 = 0x0000000000000000 |
| shmId = 0 (0x00000000) |
| id = 242 (0x000000F2) |
| label = 564655 (0x00089DAF) |
| fill = 5 (0x00000005) |
| leng = 144 (0x00000090) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000084 |
| occu = 1 (0x00000001) |
| access = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 2 (cmpSingleMcmpR) |
| occu0 = 0 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 1 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| gcKind = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| >>>>> Shareable Table Header Data <<<<< |
| tabi = 0xC000000432BFEEA0 |
| pgHook = 0xC0000004337FEEE0 |
| idxPtr = 0x0000000000000000 |
| shmTabhSet = 0x0000000000000000 |
| id = 564387 (0x00089CA3) |
| refCount = 4 (0x00000004) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 67 (0x00000043) |
| lineAlloc = 67 (0x00000043) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 5 (0x00000005) |
| >>>>> 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 |
|IT_EXCEPT_QINFO |
| Table[initial] |
|IT_EXCLUDING |
| Table[initial] |
|IT_FIELDCAT |
| Table IT_564656[151x1436] |
| \FUNCTION=REUSE_ALV_LIST_DISPLAY\DATA=IT_FIELDCAT |
| Table reference: 250 |
| TABH+ 0(20) = C000000434FFEE40000000000000000000000000 |
| TABH+ 20(20) = 000000FA00089DB0000000970000059CFFFFFFFF |
| TABH+ 40(16) = 040000EE00000D10000124C021800000 |
| store = 0xC000000434FFEE40 |
| ext1 = 0x0000000000000000 |
| shmId = 0 (0x00000000) |
| id = 250 (0x000000FA) |
| label = 564656 (0x00089DB0) |
| fill = 151 (0x00000097) |
| leng = 1436 (0x0000059C) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000055 |
| occu = 1 (0x00000001) |
| access = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 8 (cmpManyEq) |
| occu0 = 0 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 1 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| gcKind = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| >>>>> Shareable Table Header Data <<<<< |
| tabi = 0xC000000409FFE8D0 |
| pgHook = 0xC0000003DEBFEC30 |
| idxPtr = 0x0000000000000000 |
| shmTabhSet = 0x0000000000000000 |
| id = 564399 (0x00089CAF) |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 251 (0x000000FB) |
| lineAlloc = 155 (0x0000009B) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x00000001) |
| >>>>> 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 |
|IT_FILTER |
| Table[initial] |
|IT_SORT |
| Table IT_564657[3x140] |
| \FUNCTION=REUSE_ALV_LIST_DISPLAY\DATA=IT_SORT |
| Table reference: 249 |
| TABH+ 0(20) = C0000004327FEC30000000000000000000000000 |
| TABH+ 20(20) = 000000F900089DB1000000030000008CFFFFFFFF |
| TABH+ 40(16) = 040000EE00000F500001249021800000 |
| store = 0xC0000004327FEC30 |
| ext1 = 0x0000000000000000 |
| shmId = 0 (0x00000000) |
| id = 249 (0x000000F9) |
| label = 564657 (0x00089DB1) |
| fill = 3 (0x00000003) |
| leng = 140 (0x0000008C) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000067 |
| occu = 1 (0x00000001) |
| access = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 2 (cmpSingleMcmpR) |
| occu0 = 0 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 1 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| gcKind = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| >>>>> Shareable Table Header Data <<<<< |
| tabi = 0xC0000004317FEEB0 |
| pgHook = 0xC00000043EFFEEB0 |
| idxPtr = 0x0000000000000000 |
| shmTabhSet = 0x0000000000000000 |
| id = 564384 (0x00089CA0) |
| refCount = 1 (0x00000001) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 3 (0x00000003) |
| lineAlloc = 3 (0x00000003) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 2 (0x00000002) |
| >>>>> 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 |
|IT_SPECIAL_GROUPS |
| Table[initial] |
|I_BUFFER_ACTIVE |
| |
| 0 |
| 0 |
| 2 |
| 0 |
|I_BYPASSING_BUFFER |
| |
| 0 |
| 0 |
| 2 |
| 0 |
|I_CALLBACK_PF_STATUS_SET |
| SET_PF_STATUS |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 545554555455522222222222222222 |
| 354F06F34145300000000000000000 |
|I_CALLBACK_PROGRAM |
| SAPLFI_ITEMS |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 5454445454452222222222222222222222222222 |
| 310C69F945D30000000000000000000000000000 |
|I_CALLBACK_USER_COMMAND |
| USER_COMMAND |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 554554444444222222222222222222 |
| 5352F3FDD1E4000000000000000000 |
|I_DEFAULT |
| X |
| 0 |
| 0 |
| 5 |
| 8 |
|I_INTERFACE_CHECK |
| |
| 0 |
| 0 |
| 2 |
| 0 |
|I_SAVE |
| A |
| 0 |
| 0 |
| 4 |
| 1 |
|I_SCREEN_END_COLUMN |
| 0 |
| 0000 |
| 0000 |
|I_SCREEN_END_LINE |
| 0 |
| 0000 |
| 0000 |
|I_SCREEN_START_COLUMN |
| 0 |
| 0000 |
| 0000 |
|I_SCREEN_START_LINE |
| 0 |
| 0000 |
| 0000 |
|I_STRUCTURE_NAME |
| RFPOSXEXT |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 545455455222222222222222222222 |
| 260F38584000000000000000000000 |
|I_SUPPRESS_EMPTY_DATA |
| |
| 0 |
| 0 |
| 2 |
| 0 |
|ES_EXIT_CAUSED_BY_USER |
| |
| 000 |
| 000 |
| 222 |
| 000 |
|E_EXIT_CAUSED_BY_CALLER |
| |
| 0000 |
| 0000 |
| 2222 |
| 0000 |
|T_OUTTAB[] |
| Table IT_298[1516097x2192] |
|L_FORM_FOREIGN_END_OF_PAGE |
| |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
|GT_STACK-KEYINFO |
| |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|L_FORM_FOREIGN_TOP_OF_PAGE |
| |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
|SLIS_EV_AFTER_LINE_OUTPUT |
| AFTER_LINE_OUTPUT |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 445455444454555552222222222222 |
| 16452FC9E5FF540540000000000000 |
|L_FORM_GROUPLEVEL_CHANGE |
| |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
|SLIS_EV_LIST_MODIFY |
| LIST_MODIFY |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 445554444452222222222222222222 |
| C934FDF49690000000000000000000 |
|LS_DATA-CALLBACK_HEADER_TRANSPORT |
| FILITEXTS_TEXT_TRANSPORT |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 444454555554555554455455222222 |
| 69C945843F4584F421E30F24000000 |
|SLIS_EV_TOP_OF_PAGE |
| TOP_OF_PAGE |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 545544554442222222222222222222 |
| 4F0FF6F01750000000000000000000 |
|L_FORM_LIST_MODIFY |
| |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
|L_FORM_PF_STATUS_SET |
| SET_PF_STATUS |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 545554555455522222222222222222 |
| 354F06F34145300000000000000000 |
|SLIS_EV_TOP_OF_LIST |
| TOP_OF_LIST |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 545544544552222222222222222222 |
| 4F0FF6FC9340000000000000000000 |
|L_FORM_REPREP_SEL_MODIFY |
| |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
|SLIS_EV_PF_STATUS_SET |
| PF_STATUS_SET |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 545554555554522222222222222222 |
| 06F341453F35400000000000000000 |
|L_FORM_SUBTOTAL_TEXT |
| |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
|SLIS_EV_END_OF_LIST |
| END_OF_LIST |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 444544544552222222222222222222 |
| 5E4FF6FC9340000000000000000000 |
|L_FORM_TOP_OF_COVERPAGE |
| |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
|SLIS_EV_FOREIGN_END_OF_PAGE |
| FOREIGN_END_OF_PAGE |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 445444454445445544422222222222 |
| 6F2597EF5E4FF6F017500000000000 |
|L_FORM_TOP_OF_LIST |
| TOP_OF_LIST |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 545544544552222222222222222222 |
| 4F0FF6FC9340000000000000000000 |
|SLIS_EV_END_OF_COVERPAGE |
| END_OF_COVERPAGE |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 444544544545544422222222222222 |
| 5E4FF6F3F652017500000000000000 |
|L_FORM_TOP_OF_PAGE |
| TOP_OF_PAGE |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 545544554442222222222222222222 |
| 4F0FF6F01750000000000000000000 |
|L_FORM_USER_COMMAND |
| USER_COMMAND |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 554554444444222222222222222222 |
| 5352F3FDD1E4000000000000000000 |
|L_INTERFACE_CHECK |
| |
| 0 |
| 0 |
| 2 |
| 0 |
|L_SCREEN_END_COLUMN |
| 0 |
| 0000 |
| 0000 |
|L_SCREEN_END_LINE |
| 0 |
| 0000 |
| 0000 |
|L_SCREEN_START_COLUMN |
| 0 |
| 0000 |
| 0000 |
|L_SCREEN_START_LINE |
| 0 |
| 0000 |
| 0000 |
|L_TABNAME |
| 1 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 322222222222222222222222222222 |
| 100000000000000000000000000000 |
|CL_GUI_CONTROL=>LIFETIME_DEFAULT |
| ??? |
| ?????? |
| ?????? |
|SY-TABIX |
| 576771 |
| 00C0 |
| 08D3 |
|L_EXIT_CAUSED_BY_CALLER |
| |
| 0 |
| 0 |
| 2 |
| 0 |
|SLIS_EV_ITEM_DATA_EXPAND |
| ITEM_DATA_EXPAND |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 454454454545544422222222222222 |
| 945DF4141F5801E400000000000000 |
|<LT_CT00> |
| Table IT_564870[0x2192] |
| \FUNCTION=REUSE_ALV_LIST_DISPLAY\DATA=<LT_CT00> |
| Table reference: 252 |
| TABH+ 0(20) = 0000000000000000C0000004432D019000000000 |
| TABH+ 20(20) = 000000FC00089E860000000000000890FFFFFFFF |
| TABH+ 40(16) = 0400000000001160000124C001800000 |
| store = 0x0000000000000000 |
| ext1 = 0xC0000004432D0190 |
| shmId = 0 (0x00000000) |
| id = 252 (0x000000FC) |
| label = 564870 (0x00089E86) |
| fill = 0 (0x00000000) |
| leng = 2192 (0x00000890) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000078 |
| occu = 1 (0x00000001) |
| access = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 8 (cmpManyEq) |
| occu0 = 0 |
| 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 = 0xC0000004493F8FC0 |
| >>>>> 2nd level extension part <<<<< |
| tabhBack = 0xC0000004407FEF00 |
| delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000|
| pb_func = 0x0000000000000000 |
| pb_handle = 0x0000000000000000 |
|SLIS_EV_REPREP_SEL_MODIFY |
| REPREP_SEL_MODIFY |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 545545554454444452222222222222 |
| 250250F35CFDF49690000000000000 |
|<LT_CT01> |
| Table IT_564871[0x2192] |
| \FUNCTION=REUSE_ALV_LIST_DISPLAY\DATA=<LT_CT01> |
| Table reference: 248 |
| TABH+ 0(20) = 0000000000000000C0000004033FECA000000000 |
| TABH+ 20(20) = 000000F800089E870000000000000890FFFFFFFF |
| TABH+ 40(16) = 0400000000001160000124C001800000 |
| store = 0x0000000000000000 |
| ext1 = 0xC0000004033FECA0 |
| shmId = 0 (0x00000000) |
| id = 248 (0x000000F8) |
| label = 564871 (0x00089E87) |
| fill = 0 (0x00000000) |
| leng = 2192 (0x00000890) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000078 |
| occu = 1 (0x00000001) |
| access = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 8 (cmpManyEq) |
| occu0 = 0 |
| 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 = 0x600000001D1DD450 |
| >>>>> 2nd level extension part <<<<< |
| tabhBack = 0xC0000004317FEDB0 |
| delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000|
| pb_func = 0x0000000000000000 |
| pb_handle = 0x0000000000000000 |
|SLIS_EV_SUBTOTAL_TEXT |
| SUBTOTAL_TEXT |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 554545445545522222222222222222 |
| 3524F41CF458400000000000000000 |
|<LT_CT02> |
| Table IT_564872[0x2192] |
| \FUNCTION=REUSE_ALV_LIST_DISPLAY\DATA=<LT_CT02> |
| Table reference: 251 |
| TABH+ 0(20) = 0000000000000000C000000430BFEE3000000000 |
| TABH+ 20(20) = 000000FB00089E880000000000000890FFFFFFFF |
| TABH+ 40(16) = 0400000000001160000124C001800000 |
| store = 0x0000000000000000 |
| ext1 = 0xC000000430BFEE30 |
| shmId = 0 (0x00000000) |
| id = 251 (0x000000FB) |
| label = 564872 (0x00089E88) |
| fill = 0 (0x00000000) |
| leng = 2192 (0x00000890) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000078 |
| occu = 1 (0x00000001) |
| access = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 8 (cmpManyEq) |
| occu0 = 0 |
| 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 = 0xC000000409FFEE90 |
| >>>>> 2nd level extension part <<<<< |
| tabhBack = 0xC0000004437FEE90 |
| delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000|
| pb_func = 0x0000000000000000 |
| pb_handle = 0x0000000000000000 |
|SLIS_EV_GROUPLEVEL_CHANGE |
| GROUPLEVEL_CHANGE |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 454554454454444442222222222222 |
| 72F50C565CF381E750000000000000 |
|<LT_CT03> |
| Table IT_564873[0x2192] |
| \FUNCTION=REUSE_ALV_LIST_DISPLAY\DATA=<LT_CT03> |
| Table reference: 255 |
| TABH+ 0(20) = 0000000000000000C000000409FFEF0000000000 |
| TABH+ 20(20) = 000000FF00089E890000000000000890FFFFFFFF |
| TABH+ 40(16) = 0400000000001160000124C001800000 |
| store = 0x0000000000000000 |
| ext1 = 0xC000000409FFEF00 |
| shmId = 0 (0x00000000) |
| id = 255 (0x000000FF) |
| label = 564873 (0x00089E89) |
| fill = 0 (0x00000000) |
| leng = 2192 (0x00000890) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000078 |
| occu = 1 (0x00000001) |
| access = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 8 (cmpManyEq) |
| occu0 = 0 |
| 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 = 0xC0000004437FEDB0 |
| >>>>> 2nd level extension part <<<<< |
| tabhBack = 0xC0000004307FEF00 |
| delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000|
| pb_func = 0x0000000000000000 |
| pb_handle = 0x0000000000000000 |
|GT_STACK-FORM_ITEM_DATA_EXPAND |
| |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
|<LT_CT04> |
| Table IT_564874[0x2192] |
| \FUNCTION=REUSE_ALV_LIST_DISPLAY\DATA=<LT_CT04> |
| Table reference: 256 |
| TABH+ 0(20) = 0000000000000000C0000004307FEE1000000000 |
| TABH+ 20(20) = 0000010000089E8A0000000000000890FFFFFFFF |
| TABH+ 40(16) = 0400000000001160000124C001800000 |
| store = 0x0000000000000000 |
| ext1 = 0xC0000004307FEE10 |
| shmId = 0 (0x00000000) |
| id = 256 (0x00000100) |
| label = 564874 (0x00089E8A) |
| fill = 0 (0x00000000) |
| leng = 2192 (0x00000890) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000078 |
| occu = 1 (0x00000001) |
| access = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 8 (cmpManyEq) |
| occu0 = 0 |
| 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 = 0xC0000004437FEE20 |
| >>>>> 2nd level extension part <<<<< |
| tabhBack = 0xC000000426FFEC90 |
| delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000|
| pb_func = 0x0000000000000000 |
| pb_handle = 0x0000000000000000 |
|<LT_CT05> |
| Table IT_564875[0x2192] |
| \FUNCTION=REUSE_ALV_LIST_DISPLAY\DATA=<LT_CT05> |
| Table reference: 257 |
| TABH+ 0(20) = 0000000000000000C0000004307FEEC000000000 |
| TABH+ 20(20) = 0000010100089E8B0000000000000890FFFFFFFF |
| TABH+ 40(16) = 0400000000001160000124C001800000 |
| store = 0x0000000000000000 |
| ext1 = 0xC0000004307FEEC0 |
| shmId = 0 (0x00000000) |
| id = 257 (0x00000101) |
| label = 564875 (0x00089E8B) |
| fill = 0 (0x00000000) |
| leng = 2192 (0x00000890) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000078 |
| occu = 1 (0x00000001) |
| access = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 8 (cmpManyEq) |
| occu0 = 0 |
| 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 = 0xC0000004307FEE50 |
| >>>>> 2nd level extension part <<<<< |
| tabhBack = 0xC000000426FFECF0 |
| delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000|
| pb_func = 0x0000000000000000 |
| pb_handle = 0x0000000000000000 |
|<LT_CT06> |
| Table IT_564876[0x2192] |
| \FUNCTION=REUSE_ALV_LIST_DISPLAY\DATA=<LT_CT06> |
| Table reference: 258 |
| TABH+ 0(20) = 0000000000000000C0000003F37FEE9000000000 |
| TABH+ 20(20) = 0000010200089E8C0000000000000890FFFFFFFF |
| TABH+ 40(16) = 0400000000001160000124C001800000 |
| store = 0x0000000000000000 |
| ext1 = 0xC0000003F37FEE90 |
| shmId = 0 (0x00000000) |
| id = 258 (0x00000102) |
| label = 564876 (0x00089E8C) |
| fill = 0 (0x00000000) |
| leng = 2192 (0x00000890) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000078 |
| occu = 1 (0x00000001) |
| access = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 8 (cmpManyEq) |
| occu0 = 0 |
| 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 = 0xC0000003F37FEE20 |
| >>>>> 2nd level extension part <<<<< |
| tabhBack = 0xC000000426FFED50 |
| delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000|
| pb_func = 0x0000000000000000 |
| pb_handle = 0x0000000000000000 |

 
Reply to this email to post your response.
 
__.____._
Manage Settings | Unsubscribe | Create FAQ | Send Feedback
  
Copyright © 2014 Ziff Davis, Inc. and message author.
Ziff Davis, Inc. 28 E 28th Street New York, NY 10016
Snowy  

29 achievements
 
Mark as helpful
View this online
Ask a new question
 
In the Spotlight
Become a blogger at Toolbox.com and share your expertise with the community. Start today.

_.____.__

0 comments:

Post a Comment

T r a n s l a t e to your language