Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 29

Short dump MESSAGE_TYPE_X – Delete Project

Short dump MESSAGE_TYPE_X occurs in the ABAP/4 program "SAPDBPSJ " in "PUT_PRPS_R".
The main program was " RVSCN000 ".

EHP7 FOR SAP ERP 6.0 EHP7 FOR SAP ERP 6.0 14 (07/2017) sap.com EHP7 FOR SAP ERP 6.0

The CNHIERAR report that suggests note 1848892 was executed without satisfactory results. Attachment Dump.

Category ABAP Programming Error


Runtime Errors MESSAGE_TYPE_X
ABAP Program SAPDBPSJ
Application Component Not assigned
Date and Time 05.12.2022 07:41:06
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Short Text |
| The current application has triggered a termination with a short dump. |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|What happened? |
| The current application program has detected a situation that should |
| not occur. A termination with short dump has therefore been triggered |
| by the key word MESSAGE (type X). |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|What can you do? |
| Note down which actions and inputs caused the error. |
| |
| |
| To process the problem further, contact you SAP system |
| administrator. |
| |
| Using Transaction ST22 for ABAP Dump Analysis, you can look |
| at and manage termination messages, and you can also |
| keep them for a long time. |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Error analysis |
| Short text of the error message: |
| Internal error in LDB PSJ (PRPS_CO) |
| Long text of the error message: |
| Diagnosis |
| During the selection of objects in a project an error occured in |
| the data retrieval program SAPDBPSJ while it was editing the |
| internal table PRPS_CO, which lead to a endless loop. |
| Procedure |
| Contact SAP |
| Technical information about the message: |
| Message class....... OK |
| Number.............. 036 |
| Variable 1.......... PRPS_CO |
| Variable 2.......... |
| Variable 3.......... |
| Variable 4.......... " " |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|How to correct the error |
| Probably the only way to eliminate the error is to correct the program. |
| - |
| If the error occurs in a non-modified SAP program, you might be able to |
| find a solution in the SAP Notes system. If you have access to the SAP |
| Notes system, check there first using the following keywords: |
| |
| "MESSAGE_TYPE_X" |
| "SAPDBPSJ" or DBPSJPUT |
| "PUT_PRPS_R" |
| If you cannot solve the problem yourself, please send the following |
| information to SAP: |
| |
| 1. This description of the problem (short dump) |
| To do this, choose System -> List -> Save -> Local File (unconverted) |
| on the screen you are in now. |
| |
| 2. A suitable system log |
| To do this, call the system log in transaction SM21. Restrict the time |
| interval to ten minutes before the short dump and five minutes after |
| it. In the display, choose System -> List -> Save -> Local File |
| (unconverted). |
| |
| 3. If these are programs of your own, or modified SAP programs: Source |
| code of these programs |
| To do this, choose More Utilities -> Upload/Download -> Download in |
| the Editor. |
| |
| 4. Details regarding the conditions under which the error occurred or |
| which actions and input caused the error. |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|System environment |
| SAP Release..... 740 |
| SAP Basis level 0023 |
| |
| Application server... sapomp |
| Network address...... 10.0.30.38 |
| Operating system... Linux |
| Release.............. 3.10.0-327.10.1.el7. |
| Hardware type....... x86_64 |
| Character length..... 16 Bits |
| Pointer length........ 64 Bits |
| Work process number... 46 |
| Shortdump setting. full |
| |
| Database server... sapomp |
| Database type..... DB6 |
| Database name..... OMP |
| Database user ID SAPOMP |
| |
| Terminal.......... MacBook-Pro-de-Miche |
| |
| Character set C |
| |
| SAP kernel....... 745 |
| Created on....... Jul 6 2018 19:30:37 |
| Created at....... Linux GNU SLES-11 x86_64 cc4.3.4 use-pr180706 |
| Database version DB6_81 |
| Patch level....... 800 |
| Patch text....... |
| |
| Database............. DB6 09.07.*, DB6 10.*, DB6 11.* |
| SAP database version. 745 |
| Operating system... Linux |
| |
| Memory consumption |
| Roll.... 0 |
| EM...... 26073656 |
| Heap.... 0 |
| Page.... 286720 |
| MM used. 6405072 |
| MM free. 1581976 |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|User and Transaction |
| Client................. 500 |
| User.................. ADMIN |
| Language key.......... E |
| Transaction......... CJ20N |
| Transaction ID...... 638AC10623C215A9E10000000A001E26 |
| |
| EPP whole context ID...... 005056980BAB1EED9D933CBE22C73343 |
| EPP connection ID........ 00000000000000000000000000000000 |
| EPP call counter......... 0 |
| |
| Program.............. SAPDBPSJ |
| Screen.............. SAPMSSY0 1000 |
| Screen line.......... 6 |
| Active debugger..... "none" |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Information on where terminated |
| The termination occurred in ABAP program "SAPDBPSJ", in "PUT_PRPS_R". The main |
| program |
| was "RVSCN000". |
| |
| In the source code, the termination point is in line 1286 of (Include) |
| program "DBPSJPUT". |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Source Code Extract |
----------------------------------------------------------------------------------------------------
|Line |SourceCde |
----------------------------------------------------------------------------------------------------
| 1256| PERFORM import_from_memory TABLES indx_prps_co |
| 1257| USING g_versionen 'IPRPSCO' . |
| 1258| ENDIF. |
| 1259| SORT itab_prps_co_mem BY psphi pspnr. |
| 1260| IF indx_prps_co-psphi <> i_elm_ps-proj_int. |
| 1261| READ TABLE indx_prps_co WITH KEY psphi = i_elm_ps-proj_int |
| 1262| BINARY SEARCH. |
| 1263| CHECK sy-subrc IS INITIAL. |
| 1264| ENDIF. |
| 1265| REFRESH itab_prps_co. |
| 1266| APPEND LINES OF itab_prps_co_mem FROM indx_prps_co-start |
| 1267| TO indx_prps_co-stop |
| 1268| TO itab_prps_co. |
| 1269| ENDIF. |
| 1270| IF NOT indx_prps_co-psphi = i_elm_ps-proj_int. |
| 1271| READ TABLE indx_prps_co WITH KEY psphi = i_elm_ps-proj_int |
| 1272| BINARY SEARCH. |
| 1273| REFRESH itab_prps_co. |
| 1274| APPEND LINES OF itab_prps_co_mem FROM indx_prps_co-start |
| 1275| TO indx_prps_co-stop |
| 1276| TO itab_prps_co. |
| 1277| ENDIF. |
| 1278| READ TABLE <gtab_prps_r> INTO <wa_prps_r> INDEX i_elm_ps-tabix. |
| 1279| IF NOT sy-subrc IS INITIAL. |
| 1280| MESSAGE x036 WITH 'PRPS_R'. |
| 1281|* Interner Fehler in LDB PSJ (&1) |
| 1282| ENDIF. |
| 1283| READ TABLE itab_prps_co WITH KEY pspnr = i_elm_ps-prps_int |
| 1284| BINARY SEARCH. |
| 1285| IF NOT sy-subrc IS INITIAL. |
|>>>>>| MESSAGE x036 WITH 'PRPS_CO'. |
| 1287|* Interner Fehler in LDB PSJ (&1) |
| 1288| ENDIF. |
| 1289| PERFORM move_fs_2_orig_prps_r IN PROGRAM (gen_report) USING prps_r. |
| 1290|* INCAT wurde u.U. zu weit nach vorne geschrieben |
| 1291| IF NOT ps_vsnmr IS INITIAL AND |
| 1292| ( NOT prps_r-pspcode(1) IS INITIAL OR |
| 1293| NOT prps_r-left IS INITIAL OR |
| 1294| NOT prps_r-above IS INITIAL ). |
| 1295| prps_r-incat = con_yes. |
| 1296| ENDIF. |
| 1297| MOVE-CORRESPONDING itab_prps_co TO prps_r. |
| 1298| flg_psdy-psdypr = con_yes. |
| 1299| loc_rsthie_tlevel = i_rsthie-tlevel. |
| 1300| IF flg_no_puts IS INITIAL. |
| 1301| PUT prps_r. |
| 1302| ELSE. |
| 1303| itab_psj_hie_indx-elm_ps_idx = i_elm_ps-rst_index. |
| 1304| itab_psj_hie_indx-tablename = 'PRPS_R'. |
| 1305| itab_psj_hie_indx-idx = i_elm_ps-tabix. |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Contents of system fields |
----------------------------------------------------------------------------------------------------
|Name |Val. |
----------------------------------------------------------------------------------------------------
|SY-SUBRC|8 |
|SY-INDEX|4 |
|SY-TABIX|4 |
|SY-DBCNT|0 |
|SY-FDPOS|0 |
|SY-LSIND|0 |
|SY-PAGNO|0 |
|SY-LINNO|1 |
|SY-COLNO|1 |
|SY-PFKEY| |
|SY-UCOMM| |
|SY-TITLE|Report for Selecting Version Objects |
|SY-MSGTY|X |
|SY-MSGID|OK |
|SY-MSGNO|036 |
|SY-MSGV1|PRPS_CO |
|SY-MSGV2| |
|SY-MSGV3| |
|SY-MSGV4| |
|SY-MODNO|0 |
|SY-DATUM|20221205 |
|SY-UZEIT|074105 |
|SY-XPROG|SAPDBPSJ |
|SY-XFORM|%_ROOT |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Active Calls/Events |
----------------------------------------------------------------------------------------------------
|No. Ty. Program Include Line |
| Name |
----------------------------------------------------------------------------------------------------
| 9 FORM SAPDBPSJ DBPSJPUT 1286 |
| PUT_PRPS_R |
| 8 FORM SAPDBPSJ DBPSJPUT 758 |
| PUT_PSDYRH |
| 7 FORM SAPDBPSJ DBPSJPUT 740 |
| PUT_RSTHIE |
| 6 FORM SAPDBPSJ DBPSJPUT 695 |
| DO_PUTS |
| 5 FORM SAPDBPSJ DBPSJPUT 710 |
| PUT_RSTHIE |
| 4 FORM SAPDBPSJ DBPSJPUT 616 |
| PUT_VSKOPF |
| 3 FORM SAPDBPSJ DBPSJPUT 57 |
| PUT_ARKOPF |
| 2 FORM SAPDBPSJ SAPDBPSJ 309 |
| %_ROOT |
| 1 EVENT RVSCN000 <SYSINI> 18 |
| SYSTEM-EXIT |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Chosen variables |
----------------------------------------------------------------------------------------------------
|Name |
| Val. |
----------------------------------------------------------------------------------------------------
|No. 9 Ty. FORM |
|Name PUT_PRPS_R |
----------------------------------------------------------------------------------------------------
|SY-MSGV2 |
| |
| 22222222222222222222222222222222222222222222222222 |
| 00000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000 |
| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|
|SY-MSGV3 |
| |
| 22222222222222222222222222222222222222222222222222 |
| 00000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000 |
| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|
|SY-MSGV4 |
| |
| 22222222222222222222222222222222222222222222222222 |
| 00000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000 |
| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|
|VBTYP_STOG |
| S |
| 5 |
| 3 |
| 0 |
| 0 |
| 5300 |
|ITAB_EKKO |
| 00000000 0000000000 ###### ### 00|
| 2222222222222222222222222333333332222222222223333333333222222222222222000000222222222222000233|
| 00000000000000000000000000000000000000000000000000000000000000000000000000C000000000000000C000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000CCC00C000000000000000000|
| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|
|ITAB_PRPS_CO[] |
| Table IT_963[3x198] |
| \PROGRAM=SAPDBPSJ\DATA=ITAB_PRPS_CO[] |
| Table reference: 352 |
| TABH+ 0(20) = 90721B0DB87F0000000000000000000000000000 |
| TABH+20(20) = 0000000000000000000000000300000044040000 |
| TABH+40(20) = 0000000060010000C303000003000000C6000000 |
| TABH+60(20) = FFFFFFFF04080000903019000300010602000000 |
| store = 0x90721B0DB87F0000 |
| statScndKeyAdmin = 0x0000000000000000 |
| ext1 = 0x0000000000000000 |
| ----- Primary Key ----- |
| idxPtr = 0x0000000000000000 |
| idxKind = 0 (ItIndexNone) |
| accKind = 1 (ItAccStandard) |
| uniKind = 2 (ItUniNo) |
| keyKind (from pbag) = 1 (default) |
| cmpMode = 8 (cmpManyEq) |
| shmId = 0 (0x00000000) |
| id = 352 (0x60010000) |
| label = 963 (0xC3030000) |
| fill = 3 (0x03000000) |
| leng = 198 (0xC6000000) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#001105 |
| occu = 3 (0x03000000) |
| occu0 =1 |
| stMode =0 |
| groupCntl =0 |
| rfc =0 |
| unShareable =0 |
| mightBeShared =0 |
| sharedWithShmTab =0 |
| isShmLockId =0 |
| isUsed =1 |
| isCtfyAble =1 |
| hasScndKeys =0 |
| hasRowId =0 |
| statScndKeysOutdated = 0 |
| statScndUniKeysOutdated = 0 |
| primKeyIsEmpty = ItPrimKeyIsEmptyNo |
| rtmSelectNoOrderBy = 0 |
| ----- Shareable Table Header Data (Store) ----- |
| tabi = 0x68E9220DB87F0000 |
| pgHook = 0x0000000000000000 |
| uniqueNumber = 618 (0x6A020000) |
| shmTabhSet = 0x0000000000000000 |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 3 (0x03000000) |
| lineAlloc = 3 (0x03000000) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x01000000) |
| rowId = 18446744073709551615 |
| |
| 1 00005831#00005832000000000000000000000000000|
| 3222222222222222222222222222222222222222222222222233333333033333333333333333333333333333333333|
| 1000000000000000000000000000000000000000000000000000005831100005832000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 3100200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|
| |
| 1.1 00005832#00000000000000000000000000000000000|
| 3232222222222222222222222222222222222222222222222233333333033333333333333333333333333333333333|
| 1E10000000000000000000000000000000000000000000000000005832200000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 31002E0031002000200020002000200020002000200020002000200020002000200020002000200020002000200020|
| |
| 2 00005832#00000000000000000000000000000000000|
| 3222222222222222222222222222222222222222222222222233333333033333333333333333333333333333333333|
| 2000000000000000000000000000000000000000000000000000005832100000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 3200200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|
|ITAB_PRPS_CO |
| 1.1 00005832#00000000000000000000000000000000000|
| 3232222222222222222222222222222222222222222222222233333333033333333333333333333333333333333333|
| 1E10000000000000000000000000000000000000000000000000005832200000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 31002E0031002000200020002000200020002000200020002000200020002000200020002000200020002000200020|
|%_DUMMY$$ |
| |
| 2222 |
| 0000 |
| 0000 |
| 0000 |
| 2000200020002000 |
|SYST-REPID |
| SAPDBPSJ |
| 5454455422222222222222222222222222222222 |
| 3104203A00000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 53004100500044004200500053004A0020002000200020002000200020002000200020002000200020002000200020|
|ITAB_ACT01-APLFZ |
| 0 |
| 00 |
| 0C |
| 000C |
|I_ELM_PS-PRPS_INT |
| 00005833 |
| 33333333 |
| 00005833 |
| 00000000 |
| 00000000 |
| 30003000300030003500380033003300 |
|D010SINF |
| 00000000 |
| 2222222222222222222222222222222222222222222222222222222222222222222222222223333333322222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|
|SY-SUBRC |
| 8 |
| 0000 |
| 8000 |
| 08000000 |
|SY-REPID |
| SAPDBPSJ |
| 5454455422222222222222222222222222222222 |
| 3104203A00000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 53004100500044004200500053004A0020002000200020002000200020002000200020002000200020002000200020|
|SY-MSGID |
| OK |
| 44222222222222222222 |
| FB000000000000000000 |
| 00000000000000000000 |
| 00000000000000000000 |
| 4F004B00200020002000200020002000200020002000200020002000200020002000200020002000 |
|%F025037_1000 |
| |
| 22222222222222222222222222222222222222222222222222222222222222222222222222222222222 |
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|
|OBJEKTART_NR |
| NR |
| 45 |
| E2 |
| 00 |
| 00 |
| 4E005200 |
|CN_ARCDT |
| |
| 2 |
| 0 |
| 0 |
| 0 |
| 2000 |
|SPACE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
| 2000 |
|SY-MSGNO |
| 036 |
| 333 |
| 036 |
| 000 |
| 000 |
| 300033003600 |
|SY-MSGV1 |
| PRPS_CO |
| 55555442222222222222222222222222222222222222222222 |
| 0203F3F0000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000 |
| 50005200500053005F0043004F00200020002000200020002000200020002000200020002000200020002000200020|
|GEN_REPORT |
| /1PSIS/50000000000000000001544 |
| 2355452333333333333333333333332222222222 |
| F10393F500000000000000000015440000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 2F00310050005300490053002F00350030003000300030003000300030003000300030003000300030003000300030|
|PRPS_R |
| ##############################################################################################|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|ITAB_EKKO[] |
| Table[initial] |
| |
|PS_VSNMR |
| IEQRELEASED |
| 445544445442222222222222222 |
| 95125C513540000000000000000 |
| 000000000000000000000000000 |
| 000000000000000000000000000 |
| 490045005100520045004C004500410053004500440020002000200020002000200020002000200020002000200020|
|%_ARCHIVE |
| |
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|
|PRPS_R-PSPCODE |
| # |
| 0 |
| 0 |
| 0 |
| 0 |
| 0000 |
|PRPS_R-LEFT |
| ######## |
| 00000000 |
| 00000000 |
| 00000000 |
| 00000000 |
| 00000000000000000000000000000000 |
----------------------------------------------------------------------------------------------------
|No. 8 Ty. FORM |
|Name PUT_PSDYRH |
----------------------------------------------------------------------------------------------------
|I_RSTHIE-TYPE |
| PR |
| 5522 |
| 0200 |
| 0000 |
| 0000 |
| 5000520020002000 |
|CON_OBT_SDHD |
| VK |
| 5422 |
| 6B00 |
| 0000 |
| 0000 |
| 56004B0020002000 |
|VBPA |
| 000000 000000000000000000 |
| 2222222222222333333222222222222222222222233333333333333333322222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2000200020002000200020002000200020002000200020002000300030003000300030003000200020002000200020|
|%_CN_DBDAT_%_APP_% |
| Data from database |
| 467626766266766676222222222222 |
| 4141062FD041412135000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 44006100740061002000660072006F006D002000640061007400610062006100730065002000200020002000200020|
|CON_OBT_SDOR |
| VB |
| 5422 |
| 6200 |
| 0000 |
| 0000 |
| 5600420020002000 |
|CN_VERDT |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
| 5800 |
|CON_OBT_PRPS |
| PR |
| 5522 |
| 0200 |
| 0000 |
| 0000 |
| 5000520020002000 |
|CN_STUFE-LOW |
| 1 |
| 0 |
| 1 |
| 01 |
|%_CN_STD_%_APP_% |
| Standard structures |
| 576666762777767776722222222222 |
| 341E41240342534525300000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 5300740061006E00640061007200640020007300740072007500630074007500720065007300200020002000200020|
|CON_OBT_NETZ |
| NP |
| 4522 |
| E000 |
| 0000 |
| 0000 |
| 4E00500020002000 |
|%_CN_HIEKZ_%_APP_% |
| |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|
|%_CN_MAXL_%_APP_% |
| |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|
|CON_OBT_ORDC |
| OR |
| 4522 |
| F200 |
| 0000 |
| 0000 |
| 4F00520020002000 |
----------------------------------------------------------------------------------------------------
|No. 7 Ty. FORM |
|Name PUT_RSTHIE |
----------------------------------------------------------------------------------------------------
|%_CURRTAB |
| |
| 22222222222222 |
| 00000000000000 |
| 00000000000000 |
| 00000000000000 |
| 20002000200020002000200020002000200020002000200020002000 |
|PS_ARCHV[] |
| Table[initial] |
| |
|SY-CPROG |
| RVSCN000 |
| 5554433322222222222222222222222222222222 |
| 2633E00000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 52005600530043004E0030003000300020002000200020002000200020002000200020002000200020002000200020|
|%_%_SELECTED |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
| 5800 |
|RSTHIE |
| 000004PR V2RELEASED 00005833 00 000000000000000000## |
| 3333335522535444454422223333333322222222222222222222222222223322223333333333333333330022 |
| 00000402006225C5135400000000583300000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 300030003000300030003400500052002000200056003200520045004C004500410053004500440020002000200020|
|%_SPACE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
| 2000 |
|%_REJECT |
| |
| 2 |
| 0 |
| 0 |
| 0 |
| 2000 |
|EBKN |
| ##############################################################################################|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|I_RSTHIE |
| 000004PR V2RELEASED 00005833 00 000000000000000000## |
| 3333335522535444454422223333333322222222222222222222222222223322223333333333333333330022 |
| 00000402006225C5135400000000583300000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 300030003000300030003400500052002000200056003200520045004C004500410053004500440020002000200020|
|FLG_CALL_INTERN |
| |
| 2 |
| 0 |
| 0 |
| 0 |
| 2000 |
|CON_OK |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
| 5800 |
|FPLT |
| ##############################################################################################|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
----------------------------------------------------------------------------------------------------
|No. 6 Ty. FORM |
|Name DO_PUTS |
----------------------------------------------------------------------------------------------------
|%B020018_BLOCK_1000 |
| |
| 22222222222222222222222222222222222222222222222222222222222222222222222222222222222 |
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|
|RSTHIE_TABIX |
| 4 |
| 0000 |
| 4000 |
| 04000000 |
|I_RSTHIE[] |
| Table IT_940[4x176] |
| \PROGRAM=SAPDBPSJ\DATA=I_RSTHIE[] |
| Table reference: 264 |
| TABH+ 0(20) = F85B1F0DB87F0000000000000000000000000000 |
| TABH+20(20) = 0000000000000000000000000400000044040000 |
| TABH+40(20) = 0000000008010000AC03000004000000B0000000 |
| TABH+60(20) = FFFFFFFF04770000707A09000400010602000000 |
| store = 0xF85B1F0DB87F0000 |
| statScndKeyAdmin = 0x0000000000000000 |
| ext1 = 0x0000000000000000 |
| ----- Primary Key ----- |
| idxPtr = 0x0000000000000000 |
| idxKind = 0 (ItIndexNone) |
| accKind = 1 (ItAccStandard) |
| uniKind = 2 (ItUniNo) |
| keyKind (from pbag) = 1 (default) |
| cmpMode = 8 (cmpManyEq) |
| shmId = 0 (0x00000000) |
| id = 264 (0x08010000) |
| label = 940 (0xAC030000) |
| fill = 4 (0x04000000) |
| leng = 176 (0xB0000000) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000224 |
| occu = 4 (0x04000000) |
| occu0 =1 |
| stMode =0 |
| groupCntl =0 |
| rfc =0 |
| unShareable =0 |
| mightBeShared =0 |
| sharedWithShmTab =0 |
| isShmLockId =0 |
| isUsed =1 |
| isCtfyAble =1 |
| hasScndKeys =0 |
| hasRowId =0 |
| statScndKeysOutdated = 0 |
| statScndUniKeysOutdated = 0 |
| primKeyIsEmpty = ItPrimKeyIsEmptyNo |
| rtmSelectNoOrderBy = 0 |
| ----- Shareable Table Header Data (Store) ----- |
| tabi = 0xC0A6200DB87F0000 |
| pgHook = 0x0000000000000000 |
| uniqueNumber = 600 (0x58020000) |
| shmTabhSet = 0x0000000000000000 |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 4 (0x04000000) |
| lineAlloc = 4 (0x04000000) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x01000000) |
| rowId = 18446744073709551615 |
| |
| 000001PD V1RELEASED 00000452 00 000000000000000000## |
| 3333335422535444454422223333333322222222222222222222222222223322223333333333333333330022 |
| 00000104006125C5135400000000045200000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 300030003000300030003100500044002000200056003100520045004C004500410053004500440020002000200020|
| |
| 000002PR V2RELEASED 00005831 00 000000000000000000## |
| 3333335522535444454422223333333322222222222222222222222222223322223333333333333333330022 |
| 00000202006225C5135400000000583100000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 300030003000300030003200500052002000200056003200520045004C004500410053004500440020002000200020|
| |
| 000003PR V2RELEASED 00005832 00 000000000000000000## |
| 3333335522535444454422223333333322222222222222222222222222223322223333333333333333330022 |
| 00000302006225C5135400000000583200000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 300030003000300030003300500052002000200056003200520045004C004500410053004500440020002000200020|
| |
| 000004PR V2RELEASED 00005833 00 000000000000000000## |
| 3333335522535444454422223333333322222222222222222222222222223322223333333333333333330022 |
| 00000402006225C5135400000000583300000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 300030003000300030003400500052002000200056003200520045004C004500410053004500440020002000200020|
|ARCTAB_PROJ |
| 00000000 |
| 2223333333322222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2000200020003000300030003000300030003000300020002000200020002000200020002000200020002000200020|
|%_PRINT |
| 000 0###|
| 2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2000200020002000300030003000200020002000200020002000200020002000200020002000200020002000200020|
|RSTHIE_TFILL |
| 4 |
| 0000 |
| 4000 |
| 04000000 |
|FLG_DATA_SELECTED |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
| 5800 |
|CON_YES |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
| 5800 |
|%_CN_VIEW_%_APP_% |
| |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|
|I_ELM_PS[] |
| Table IT_941[4x620] |
| \PROGRAM=SAPDBPSJ\DATA=I_ELM_PS[] |
| Table reference: 261 |
| TABH+ 0(20) = 585C1F0DB87F0000000000000000000000000000 |
| TABH+20(20) = 0000000000000000000000000400000044040000 |
| TABH+40(20) = 0000000005010000AD030000040000006C020000 |
| TABH+60(20) = FFFFFFFF0477000050B209000400010602000000 |
| store = 0x585C1F0DB87F0000 |
| statScndKeyAdmin = 0x0000000000000000 |
| ext1 = 0x0000000000000000 |
| ----- Primary Key ----- |
| idxPtr = 0x0000000000000000 |
| idxKind = 0 (ItIndexNone) |
| accKind = 1 (ItAccStandard) |
| uniKind = 2 (ItUniNo) |
| keyKind (from pbag) = 1 (default) |
| cmpMode = 8 (cmpManyEq) |
| shmId = 0 (0x00000000) |
| id = 261 (0x05010000) |
| label = 941 (0xAD030000) |
| fill = 4 (0x04000000) |
| leng = 620 (0x6C020000) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000522 |
| occu = 4 (0x04000000) |
| occu0 =1 |
| stMode =0 |
| groupCntl =0 |
| rfc =0 |
| unShareable =0 |
| mightBeShared =0 |
| sharedWithShmTab =0 |
| isShmLockId =0 |
| isUsed =1 |
| isCtfyAble =1 |
| hasScndKeys =0 |
| hasRowId =0 |
| statScndKeysOutdated = 0 |
| statScndUniKeysOutdated = 0 |
| primKeyIsEmpty = ItPrimKeyIsEmptyNo |
| rtmSelectNoOrderBy = 0 |
| ----- Shareable Table Header Data (Store) ----- |
| tabi = 0x68DD200DB87F0000 |
| pgHook = 0x0000000000000000 |
| uniqueNumber = 601 (0x59020000) |
| shmTabhSet = 0x0000000000000000 |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 4 (0x04000000) |
| lineAlloc = 4 (0x04000000) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x01000000) |
| rowId = 18446744073709551615 |
| |
| V1RELEASED 00000452RELEASED 000 0000045200000000 |
| 5354444544222233333333544445442222222222222222222222222222223332233333333333333332222222222222|
| 6125C5135400000000045225C513540000000000000000000000000000000000000000452000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 56003100520045004C0045004100530045004400200020002000200030003000300030003000340035003200520045|
| |
| V2RELEASED 00005831RELEASED 000 0000045200005831 |
| 5354444544222233333333544445442222222222222222222222222222223332233333333333333332222222222222|
| 6225C5135400000000583125C513540000000000000000000000000000000000000000452000058310000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 56003200520045004C0045004100530045004400200020002000200030003000300030003500380033003100520045|
| |
| V2RELEASED 00005832RELEASED 000 0000045200005832 |
| 5354444544222233333333544445442222222222222222222222222222223332233333333333333332222222222222|
| 6225C5135400000000583225C513540000000000000000000000000000000000000000452000058320000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 56003200520045004C0045004100530045004400200020002000200030003000300030003500380033003200520045|
| |
| V2RELEASED 00005833RELEASED 000 0000045200005833 |
| 5354444544222233333333544445442222222222222222222222222222223332233333333333333332222222222222|
| 6225C5135400000000583325C513540000000000000000000000000000000000000000452000058330000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 56003200520045004C0045004100530045004400200020002000200030003000300030003500380033003300520045|
|I_ELM_PS |
| V2RELEASED 00005833RELEASED 000 0000045200005833 |
| 5354444544222233333333544445442222222222222222222222222222223332233333333333333332222222222222|
| 6225C5135400000000583325C513540000000000000000000000000000000000000000452000058330000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 56003200520045004C0045004100530045004400200020002000200030003000300030003500380033003300520045|
|G_VERSIONEN |
| 00001 RELEASED /1PSIS/50000000000000000001544 RVSCN000 |
| 3333322222254444544222222235545233333333333333333333333222222222255544333222222222222222222222|
| 0000100000025C51354000000F10393F5000000000000000000154400000000002633E000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 30003000300030003100200020002000200020002000520045004C0045004100530045004400200020002000200020|
|FPLA |
| ##############################################################################################|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
----------------------------------------------------------------------------------------------------
|No. 5 Ty. FORM |
|Name PUT_RSTHIE |
----------------------------------------------------------------------------------------------------
|FIRST-RSTHIE |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
| 5800 |
|DYN_SEL |
| ############ |
| 00FF00FF00FF |
| 00FF00FF00FF |
| 00FF00FF00FF |
| 00FF00FF00FF |
| 00000000FFFFFFFF00000000FFFFFFFF00000000FFFFFFFF |
|TCNDS |
| 01 |
| 2222222222222223322222222222222222222222222222 |
| 0000000000000000100000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000 |
| 2000200020002000200020002000200020002000200020002000200020003000310020002000200020002000200020|
|ITAB_RESB01-APLZL |
| 00000000 |
| 33333333 |
| 00000000 |
| 00000000 |
| 00000000 |
| 30003000300030003000300030003000 |
|OBJKY_RNG[] |
| Table IT_988[0x206] |
| \PROGRAM=SAPDBPSJ\DATA=OBJKY_RNG[] |
| Table reference: 346 |
| TABH+ 0(20) = 0000000000000000000000000000000000000000 |
| TABH+20(20) = 0000000000000000000000000000000044010000 |
| TABH+40(20) = 000000005A010000DC03000000000000CE000000 |
| TABH+60(20) = FFFFFFFF04780000A0F20F000A00400602000000 |
| store = 0x0000000000000000 |
| statScndKeyAdmin = 0x0000000000000000 |
| ext1 = 0x0000000000000000 |
| ----- Primary Key ----- |
| idxPtr = 0x0000000000000000 |
| idxKind = 0 (ItIndexNone) |
| accKind = 1 (ItAccStandard) |
| uniKind = 2 (ItUniNo) |
| keyKind (from pbag) = 1 (default) |
| cmpMode = 2 (cmpSingleMcmpR) |
| shmId = 0 (0x00000000) |
| id = 346 (0x5A010000) |
| label = 988 (0xDC030000) |
| fill = 0 (0x00000000) |
| leng = 206 (0xCE000000) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000134 |
| occu = 10 (0x0A000000) |
| occu0 =0 |
| stMode =0 |
| groupCntl =0 |
| rfc =0 |
| unShareable =0 |
| mightBeShared =1 |
| sharedWithShmTab =0 |
| isShmLockId =0 |
| isUsed =1 |
| isCtfyAble =1 |
| hasScndKeys =0 |
| hasRowId =0 |
| statScndKeysOutdated = 0 |
| statScndUniKeysOutdated = 0 |
| primKeyIsEmpty = ItPrimKeyIsEmptyNo |
| rtmSelectNoOrderBy = 0 |
|VBKD |
| ##############################################################################################|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|AUTHORITYCHECK_BUF |
| |
| 222 |
| 000 |
| 000 |
| 000 |
| 200020002000 |
|G_VERSIONEN-VERSION |
| 000 |
| 333 |
| 000 |
| 000 |
| 000 |
| 300030003000 |
|AUTHORITYCHECK_BUF |
| |
| 22 |
| 00 |
| 00 |
| 00 |
| 20002000 |
|G_VERSIONEN-AUFRUF |
| 01 |
| 33 |
| 01 |
| 00 |
| 00 |
| 30003100 |
|AUTHORITYCHECK_BUF |
| SAPDBPSJ AUTHORITYCHECK |
| 545445542222245544545544444 |
| 3104203A000001548F29493853B |
| 000000000000000000000000000 |
| 000000000000000000000000000 |
| 53004100500044004200500053004A002000200020002000200041005500540048004F005200490054005900430048|
|SCREEN |
| %_17SXS0000555468_%_%_%_%_%_%_ |
| 2533555333333333352525252525252222222222222222222222222222222222222222222222222222222222222222|
| 5F173830000555468F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 25005F003100370053005800530030003000300030003500350035003400360038005F0025005F0025005F0025005F|
|ITAB_ORDNA[] |
| Table[initial] |
| |
|STORE_OBJ_CO_OBJ[] |
| Table IT_915[4x60] |
| \PROGRAM=SAPDBPSJ\DATA=STORE_OBJ_CO_OBJ[] |
| Table reference: 272 |
| TABH+ 0(20) = A8871E0DB87F0000000000000000000000000000 |
| TABH+20(20) = 00000000C05F1F0DB87F00000400000045010000 |
| TABH+40(20) = 000000001001000093030000040000003C000000 |
| TABH+60(20) = FFFFFFFF04080000B03419000400010602000000 |
| store = 0xA8871E0DB87F0000 |
| statScndKeyAdmin = 0x0000000000000000 |
| ext1 = 0x0000000000000000 |
| ----- Primary Key ----- |
| idxPtr = 0xC05F1F0DB87F0000 |
| idxKind = 1 (ItIndexLinear) |
| accKind = 1 (ItAccStandard) |
| uniKind = 2 (ItUniNo) |
| keyKind (from pbag) = 1 (default) |
| cmpMode = 2 (cmpSingleMcmpR) |
| shmId = 0 (0x00000000) |
| id = 272 (0x10010000) |
| label = 915 (0x93030000) |
| fill = 4 (0x04000000) |
| leng = 60 (0x3C000000) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#001127 |
| occu = 4 (0x04000000) |
| occu0 =1 |
| stMode =0 |
| groupCntl =0 |
| rfc =0 |
| unShareable =0 |
| mightBeShared =0 |
| sharedWithShmTab =0 |
| isShmLockId =0 |
| isUsed =1 |
| isCtfyAble =1 |
| hasScndKeys =0 |
| hasRowId =0 |
| statScndKeysOutdated = 0 |
| statScndUniKeysOutdated = 0 |
| primKeyIsEmpty = ItPrimKeyIsEmptyNo |
| rtmSelectNoOrderBy = 0 |
| ----- Shareable Table Header Data (Store) ----- |
| tabi = 0x38861E0DB87F0000 |
| pgHook = 0x0000000000000000 |
| uniqueNumber = 581 (0x45020000) |
| shmTabhSet = 0x0000000000000000 |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 4 (0x04000000) |
| lineAlloc = 4 (0x04000000) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x01000000) |
| rowId = 18446744073709551615 |
| |
| V1RELEASED 00000452PD X |
| 535444454422223333333354252222 |
| 6125C5135400000000045204080000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 56003100520045004C0045004100530045004400200020002000200030003000300030003000340035003200500044|
| |
| V2RELEASED 00005831PR XXXXX |
| 535444454422223333333355255555 |
| 6225C5135400000000583102088888 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 56003200520045004C0045004100530045004400200020002000200030003000300030003500380033003100500052|
| |
| V2RELEASED 00005832PR XXXXX |
| 535444454422223333333355255555 |
| 6225C5135400000000583202088888 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 56003200520045004C0045004100530045004400200020002000200030003000300030003500380033003200500052|
| |
| V2RELEASED 00005833PR XXXXX |
| 535444454422223333333355255555 |
| 6225C5135400000000583302088888 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 56003200520045004C0045004100530045004400200020002000200030003000300030003500380033003300500052|
|ITAB_EVFG[] |
| Table[initial] |
| |
|STORED_MEM_IDS[] |
| Table IT_881[41x184] |
| \PROGRAM=SAPDBPSJ\DATA=STORED_MEM_IDS[] |
| Table reference: 317 |
| TABH+ 0(20) = C8D81C0DB87F0000000000000000000000000000 |
| TABH+20(20) = 0000000000000000000000002900000044010000 |
| TABH+40(20) = 000000003D0100007103000029000000B8000000 |
| TABH+60(20) = FFFFFFFF04080000503419000400010602000000 |
| store = 0xC8D81C0DB87F0000 |
| statScndKeyAdmin = 0x0000000000000000 |
| ext1 = 0x0000000000000000 |
| ----- Primary Key ----- |
| idxPtr = 0x0000000000000000 |
| idxKind = 0 (ItIndexNone) |
| accKind = 1 (ItAccStandard) |
| uniKind = 2 (ItUniNo) |
| keyKind (from pbag) = 1 (default) |
| cmpMode = 2 (cmpSingleMcmpR) |
| shmId = 0 (0x00000000) |
| id = 317 (0x3D010000) |
| label = 881 (0x71030000) |
| fill = 41 (0x29000000) |
| leng = 184 (0xB8000000) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#001125 |
| occu = 4 (0x04000000) |
| occu0 =1 |
| stMode =0 |
| groupCntl =0 |
| rfc =0 |
| unShareable =0 |
| mightBeShared =0 |
| sharedWithShmTab =0 |
| isShmLockId =0 |
| isUsed =1 |
| isCtfyAble =1 |
| hasScndKeys =0 |
| hasRowId =0 |
| statScndKeysOutdated = 0 |
| statScndUniKeysOutdated = 0 |
| primKeyIsEmpty = ItPrimKeyIsEmptyNo |
| rtmSelectNoOrderBy = 0 |
| ----- Shareable Table Header Data (Store) ----- |
| tabi = 0x28D91C0DB87F0000 |
| pgHook = 0xB07E1E0DB87F0000 |
| uniqueNumber = 549 (0x25020000) |
| shmTabhSet = 0x0000000000000000 |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 60 (0x3C000000) |
| lineAlloc = 60 (0x3C000000) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x01000000) |
| rowId = 18446744073709551615 |
| |
| SAPDBPSJ99900VSKOPF ITAB_VSKOPF |
| 54544554333335544542222222222222454455544542222222222222222222222222222222222222222222222222 |
| 3104203A9990063BF0600000000000009412F63BF060000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 53004100500044004200500053004A0039003900390030003000560053004B004F0050004600200020002000200020|
| |
| SAPDBPSJ99900VERSION GT_VERSIONEN |
| 54544554333335455444222222222222455545544444222222222222222222222222222222222222222222222222 |
| 3104203A9990065239FE00000000000074F65239FE5E000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 53004100500044004200500053004A0039003900390030003000560045005200530049004F004E0020002000200020|
| |
| SAPDBPSJ00001PRPS_CO ITAB_PRPS_CO_MEM |
| 54544554333335555544222222222222454455555544544422222222222222222222222222222222222222222222 |
| 3104203A000010203F3F0000000000009412F0203F3FFD5D00000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 53004100500044004200500053004A003000300030003000310050005200500053005F0043004F0020002000200020|
| |
| SAPDBPSJ00001IPRPSCO INDX_PRPS_CO |
| 54544554333334555544222222222222444555555544222222222222222222222222222222222222222222222222 |
| 3104203A00001902033F0000000000009E48F0203F3F000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 53004100500044004200500053004A00300030003000300031004900500052005000530043004F0020002000200020|
| |
| SAPDBPSJ00001PRPS_R GTAB_PRPS_R |
| 54544554333335555552222222222222454455555552222222222222222222222222222222222222222222222222 |
| 3104203A000010203F200000000000007412F0203F20000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 53004100500044004200500053004A003000300030003000310050005200500053005F005200200020002000200020|
|STORED_OBJS_BUF |
| SAPDBPSJ STORED_OBJS |
| 545445542222255454454445 |
| 3104203A0000034F254FF2A3 |
| 000000000000000000000000 |
| 000000000000000000000000 |
| 53004100500044004200500053004A0020002000200020002000530054004F005200450044005F004F0042004A0053|
|ITAB_FPLT[] |
| Table[initial] |
| |
|SEL_VERS |
| |
| 22222222222222222222222222222222222222222222222222222222222222222222222222222222222 |
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|
|CN_NETNR |
| |
| 222222222222222222222222222 |
| 000000000000000000000000000 |
| 000000000000000000000000000 |
| 000000000000000000000000000 |
| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|
|LOC_LEVEL |
| 00 |
| 33 |
| 00 |
| 00 |
| 00 |
| 30003000 |
|I_RSTHIE-TLEVEL |
| 00 |
| 33 |
| 00 |
| 00 |
| 00 |
| 30003000 |
|LOC_TYPE |
| |
| 2222 |
| 0000 |
| 0000 |
| 0000 |
| 2000200020002000 |
|CN_MATNR[] |
| Table[initial] |
| |
----------------------------------------------------------------------------------------------------
|No. 4 Ty. FORM |
|Name PUT_VSKOPF |
----------------------------------------------------------------------------------------------------
|VSKOPF |
| ##############################################################################################|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|FLG_GET_RSTHIE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
| 2000 |
|AFIH |
| ##############################################################################################|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|CN_MATNR-LOW |
| |
| 222222222222222222 |
| 000000000000000000 |
| 000000000000000000 |
| 000000000000000000 |
| 200020002000200020002000200020002000200020002000200020002000200020002000 |
----------------------------------------------------------------------------------------------------
|No. 3 Ty. FORM |
|Name PUT_ARKOPF |
----------------------------------------------------------------------------------------------------
|ARKOPF |
| 00000000000000 |
| 2222222222222222333333333333332222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2000200020002000200020002000200020002000200020002000200020002000300030003000300030003000300030|
|CN_VSNMR |
| IEQRELEASED |
| 445544445442222222222222222 |
| 95125C513540000000000000000 |
| 000000000000000000000000000 |
| 000000000000000000000000000 |
| 490045005100520045004C004500410053004500440020002000200020002000200020002000200020002000200020|
|%_%_GET |
| G |
| 4 |
| 7 |
| 0 |
| 0 |
| 4700 |
|VBUK |
| 00000000 |
| 2222222222222222222222222222222222233333333222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|
|%_%_GET |
| P |
| 5 |
| 0 |
| 0 |
| 0 |
| 5000 |
|%_%_GET |
| PG G G GGGGGG GGGGG G GGGPGGGGGGGG G G GG G GGG |
| 5422424244444422444442242444544444444242222422222222442242444222222222222222222222222222222222|
| 0700707077777700777770070777077777777070000700000000770070777000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 5000470020002000470020004700200047004700470047004700470020002000470047004700470047002000200047|
|%_FREECALL |
| |
| 2 |
| 0 |
| 0 |
| 0 |
| 2000 |
----------------------------------------------------------------------------------------------------
|No. 2 Ty. FORM |
|Name %_ROOT |
----------------------------------------------------------------------------------------------------
|FPLTPS |
| ##############################################################################################|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|%_%_GET |
| |
| 2 |
| 0 |
| 0 |
| 0 |
| 2000 |
|LIKP |
| 00000000000000 00000000000000000000000000000000000|
| 2222222222222222222222222333333333333332222222222222222222233333333333333333333333333333333333|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|
|%_%_GET |
| |
| 2 |
| 0 |
| 0 |
| 0 |
| 2000 |
|LIPS |
| 000000 00000000000000 |
| 2222222222222333333222222222222222233333333333333222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2000200020002000200020002000200020002000200020002000300030003000300030003000200020002000200020|
|%_%_GET |
| |
| 2 |
| 0 |
| 0 |
| 0 |
| 2000 |
|PSMERK |
| |
| 2222222222222222222222222 |
| 0000000000000000000000000 |
| 0000000000000000000000000 |
| 0000000000000000000000000 |
| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|
|%_%_GET |
| G |
| 4 |
| 7 |
| 0 |
| 0 |
| 4700 |
|DRAD |
| ##############################################################################################|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|VBAP |
| ##############################################################################################|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
----------------------------------------------------------------------------------------------------
|No. 1 Ty. EVENT |
|Name SYSTEM-EXIT |
----------------------------------------------------------------------------------------------------
|SY-XPROG |
| SAPDBPSJ |
| 5454455422222222222222222222222222222222 |
| 3104203A00000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 53004100500044004200500053004A0020002000200020002000200020002000200020002000200020002000200020|
|SY-XFORM |
| %_ROOT |
| 255445222222222222222222222222 |
| 5F2FF4000000000000000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 25005F0052004F004F0054002000200020002000200020002000200020002000200020002000200020002000200020|
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Internal notes |
| The termination was triggered in function "ab_jmess" of the SAP kernel, in |
| line 1414 of module "//bas/745_STACK/src/krn/abap/runt/abdynpro.c#8". |
| The internal operation just processed is "MESS". |
| Internal mode started at 20221205074105. |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Active Calls in SAP Kernel |
----------------------------------------------------------------------------------------------------
|Lines of C Stack in Kernel (Structure Differs on Each Platform) |
----------------------------------------------------------------------------------------------------
|dw.sapOMP_DVEBMGS00[S](LinStackBacktrace+0x8c)[0x668699] |
|dw.sapOMP_DVEBMGS00[S](LinStack+0x35)[0x66c6e8] |
|dw.sapOMP_DVEBMGS00[S](CTrcStack2+0x4e)[0x668457] |
|dw.sapOMP_DVEBMGS00[S](rabax_CStackSave()+0xcf)[0x848e75] |
|dw.sapOMP_DVEBMGS00[S](ab_rabax+0x5616)[0x8536c0] |
|dw.sapOMP_DVEBMGS00[S](ab_jmess()+0x5a3)[0x1d4c143] |
|dw.sapOMP_DVEBMGS00[S](ab_extri()+0x197)[0x1a82957] |
|dw.sapOMP_DVEBMGS00[S](ab_xevent(char16_t const*)+0x32)[0x1ac2dc2] |
|dw.sapOMP_DVEBMGS00[S](ab_syex(char16_t const*, int, char16_t const*, int, unsigned long, unsigned|
|dw.sapOMP_DVEBMGS00[S](ab_trigg()+0x1ea)[0x1d9261a] |
|dw.sapOMP_DVEBMGS00[S](ab_run+0x119)[0x1db9c59] |
|dw.sapOMP_DVEBMGS00[S](dynpmcal(DINFDUMY*, STPDUMMY*)+0x514)[0x1cf08b4] |
|dw.sapOMP_DVEBMGS00[S](dynppai0(DINFDUMY*)+0x1c1)[0x1cf1101] |
|dw.sapOMP_DVEBMGS00[S](dynprctl(DINFDUMY*)+0x1fc)[0x1cf2cec] |
|dw.sapOMP_DVEBMGS00[S](dynpen00+0x4bb)[0x1ce399b] |
|dw.sapOMP_DVEBMGS00[S](ThrtCallAbapVm+0xc0)[0x1cc4320] |
|dw.sapOMP_DVEBMGS00[S](GuiHandler::handleRequest(REQUEST_BUF*, bool)+0x189)[0x642ea1] |
|dw.sapOMP_DVEBMGS00[S](ThHandleRequest(REQUEST_BUF*, unsigned char, unsigned char)+0x1a7)[0x1c88a3|
|dw.sapOMP_DVEBMGS00[S](TskhLoop()+0xa2)[0x1a6d172] |
|dw.sapOMP_DVEBMGS00[S](ThStart()+0x28b)[0x4ecc7d] |
|dw.sapOMP_DVEBMGS00[S](DpMain+0x36c)[0x1c1de5c] |
|libc.so.6[S](__libc_start_main+0xf5)[0x7fbc7d0cbb15] |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|List of ABAP programs affected |
----------------------------------------------------------------------------------------------------
|Index |Ty.|Program |Group |Date |Time |Size |Lang. |
----------------------------------------------------------------------------------------------------
| 0|Prg|RVSCN000 | 0|05.04.2019|16:26:32| 1404928|E |
| 1|Prg|SAPMSSY0 | 1|22.09.2021|22:38:49| 110592|E |
| 2|Prg|SAPMSSYD | 1|22.09.2021|22:38:48| 30720|E |
| 3|Prg|SAPLSUGS | 3|20.06.2019|00:16:45| 148480|E |
| 4|Prg|SAPFSYSCALLS | 1|09.09.2004|14:18:32| 7168|E |
| 5|Prg|RSDBRUNT | 0|10.11.2016|17:52:21| 306176|E |
| 6|Typ|RSSCR | 0|09.11.2016|22:32:49| 6144| |
| 7|Prg|RSDBSPBL | 0|30.03.2005|10:21:58| 81920|E |
| 8|Prg|SAPDBPSJ | 0|05.11.2020|17:39:01| 2147328|E |
| 9|Typ|VARID | 0|09.11.2016|22:34:20| 5120| |
| 10|Prg|SAPLDLOG | 10|09.09.2004|14:18:34| 7168|E |
| 11|Typ|SMP_DYNTXT | 0|25.01.1999|13:03:11| 3072| |
| 12|Typ|SSCRFIELDS | 0|09.11.2016|22:33:23| 5120| |
| 13|Typ|TCNDB | 0|09.11.2016|22:33:55| 10240| |
| 14|Prg|SAPLVSHP | 14|10.10.2020|09:02:24| 274432|E |
| 15|Prg|%_CSSCR | 0|30.03.2005|10:21:45| 11264|E |
| 16|Prg|RSDBSPVA | 0|13.01.2018|16:27:19| 164864|E |
| 17|Prg|%_CSYDB0 | 0|30.03.2005|10:21:45| 39936|E |
| 18|Typ|TUVID | 0|10.07.1997|00:46:43| 2048| |
| 19|Prg|RSDBSPDD | 0|10.11.2016|10:47:22| 44032|E |
| 20|Prg|CONTEXT_X_FREE_SEL_DD_INFO | 0|14.06.2011|12:29:44| 67584|E |
| 21|Prg|SAPLSFRM | 21|10.11.2016|10:06:04| 182272|E |
| 22|Typ|TCONT | 0|09.11.2016|22:33:55| 2048| |
| 23|Typ|CONTEXTB | 0|09.11.2016|22:29:20| 6144| |
| 24|Typ|RSCONVERT | 0|09.11.2016|22:32:39| 4096| |
| 25|Prg|SAPLSSELSERVICE | 25|10.11.2016|08:55:15| 28672|E |
| 26|Typ|DFIES | 0|09.11.2016|22:29:32| 11264| |
| 27|Prg|CL_ABAP_CHAR_UTILITIES========CP | 27|13.01.2018|06:10:48| 13312|E |
| 28|Typ|RSFS_STRUC | 0|20.08.1998|10:57:36| 2048| |
| 29|Prg|%_CRSFS | 0|18.02.2005|14:15:41| 6144|E |
| 30|Typ|RSVAMEMKEY | 0|07.05.1997|13:07:49| 3072| |
| 31|Prg|RSDBSPMC | 0|12.09.2006|11:25:01| 91136|E |
| 32|Typ|DDSHDESCR | 0|03.09.1997|03:05:16| 4096| |
| 33|Typ|SPPARAMS | 0|07.05.1997|13:10:38| 2048| |
| 34|Prg|SAPLICON | 34|10.01.2014|17:25:34| 37888|E |
| 35|Prg|%_CICON | 34|10.11.2016|17:18:01| 116736|E |
| 36|Typ|ICONT | 0|09.11.2016|22:30:48| 3072| |
| 37|Prg|SAPLSABE | 37|13.01.2018|16:27:03| 13312|E |
| 38|Prg|SAPLSECU | 38|13.09.2020|02:22:23| 117760|E |
| 39|Typ|RSSUBINFO | 0|09.11.2016|22:32:50| 3072| |
| 40|Prg|RSDBSPDS | 0|12.01.2018|23:37:02| 66560|E |
| 41|Typ|RSVARIDYN | 0|09.11.2016|22:32:47| 6144| |
| 42|Prg|SAPLSSEL | 42|13.09.2020|00:09:00| 1680384|E |
| 43|Typ|RSDSQCAT | 0|07.05.1997|13:45:01| 2048| |
| 44|Prg|SAPLSLDB | 44|13.01.2018|05:53:25| 105472|E |
| 45|Typ|LDBD | 0|09.11.2016|22:31:19| 4096| |
| 46|Prg|%_CSYFRS | 0|30.03.2005|10:21:45| 9216|E |
| 47|Prg|SAPLSDNT | 47|12.09.2020|23:44:38| 333824|E |
| 48|Prg|SAPLSDIFRUNTIME | 48|13.01.2018|16:43:57| 136192|E |
| 49|Typ|DDFIXVALUE | 0|27.08.1999|18:04:56| 3072| |
| 50|Typ|X031L | 0|09.11.2016|22:34:57| 7168| |
| 51|Prg|SAPLSCP2 | 51|13.09.2020|00:08:04| 179200|E |
| 52|Typ|ABAPTEXT | 0|16.03.1993|18:19:31| 2048| |
| 53|Typ|DDFTX | 0|09.11.2016|22:29:32| 5120| |
| 54|Prg|SAPLLDBS | 54|10.11.2016|08:44:15| 117760|E |
| 55|Prg|SAPLSTR9 | 55|12.09.2020|23:44:40| 51200|E |
| 56|Prg|CONTEXT_X_TR_SYS_PARAMS | 55|14.06.2011|12:30:13| 45056|E |
| 57|Typ|RSDSQOBJ | 0|29.07.1998|19:06:59| 7168| |
| 58|Typ|RSDSQGN | 0|04.04.1995|16:11:55| 2048| |
| 59|Typ|RSDSQTN | 0|20.08.1998|10:57:24| 2048| |
| 60|Typ|RSDSQFN | 0|20.08.1998|10:57:24| 3072| |
| 61|Typ|RSDSQGX | 0|04.04.1995|16:11:55| 2048| |
| 62|Typ|RSDSQGT | 0|12.05.1997|16:47:57| 3072| |
| 63|Prg|SAPLDSYA | 63|22.09.2021|22:38:38| 70656|E |
| 64|Prg|SAPFSDS1 | 63|30.03.2005|10:22:01| 62464|E |
| 65|Typ|TDCLD | 0|02.11.1998|09:51:35| 6144| |
| 66|Prg|SAPLSDOD | 66|12.09.2020|23:43:28| 91136|E |
| 67|Typ|DOKIL | 0|12.05.1997|16:46:17| 3072| |
| 68|Prg|SAPCNVE | 68|09.09.2004|14:36:10| 7168|E |
| 69|Prg|SAPLLANG | 69|10.11.2016|15:24:38| 13312|E |
| 70|Typ|T002 | 0|09.11.2016|22:33:30| 2048| |
| 71|Typ|RSEXFCODE | 0|13.08.1997|12:52:57| 2048| |
| 72|Typ|TCNDS | 0|09.11.2016|22:33:47| 3072| |
| 73|Prg|SAPLCJPN | 73|10.10.2020|09:02:24| 646144|E |
| 74|Typ|SSCRTEXTS | 0|03.09.1997|03:12:33| 4096| |
| 75|Prg|SAPFSPOR | 1|10.11.2016|18:42:55| 15360|E |
| 76|Prg|SAPLSCNT | 76|18.02.2005|14:16:06| 30720|E |
| 77|Typ|DYCBOX | 0|20.08.1998|11:16:53| 3072| |
| 78|Prg|SAPSHDTV | 76|13.09.2020|02:24:25| 59392|E |
| 79|Prg|SAPFS_SECLOG | 1|13.01.2018|16:45:43| 23552|E |
| 80|Typ|INDX | 0|29.07.1998|18:38:15| 7168| |
| 81|Prg|SDYNPRAL | 1|10.11.2016|17:49:50| 7168|E |
| 82|Prg|SAPLSDYNPRAL | 82|13.09.2020|02:34:43| 16384|E |
| 83|Typ|DYNP_RAL_ID | 0|26.06.2014|19:15:14| 3072| |
| 84|Typ|DYNP_RAL_SCREEN | 0|26.06.2014|19:15:14| 2048| |
| 85|Prg|CL_DYNP_RAL_API===============CP | 85|13.09.2020|02:35:22| 119808|E |
| 86|Prg|CL_SRAL_RECORDER_FACTORY_DYNP=CP | 86|13.01.2018|16:49:41| 18432|E |
| 87|Prg|SRAL_DYNP_ADAPTER | 85|13.01.2018|16:49:41| 26624|E |
| 88|Prg|CL_SRAL_FACTORY_DYNP==========CP | 88|13.09.2020|00:06:36| 41984|E |
| 89|Prg|CL_SRAL_SWITCH_CLIENT=========CP | 89|10.11.2016|17:07:27| 10240|E |
| 90|Prg|RADSHPBOPREFLIGHT | 1|10.11.2016|17:56:14| 17408|E |
| 91|Prg|RADSHPBOSTATUS | 1|10.11.2016|17:56:14| 19456|E |
| 92|Prg|RADSHPBOSWITCH | 1|10.11.2016|17:52:13| 19456|E |
| 93|Prg|RADSHUPGRADE | 1|10.11.2016|18:38:01| 21504|E |
| 94|Prg|RADSHPBO | 1|10.11.2016|18:23:32| 56320|E |
| 95|Prg|CL_DSH_SCREEN_ASSIGNMENT======CP | 95|13.09.2020|00:08:32| 40960|E |
| 96|Prg|CL_ABAP_MESSAGE_DIGEST========CP | 96|10.11.2016|09:56:43| 29696|E |
| 97|Prg|SAPLSVSM | 97|10.11.2016|08:57:14| 31744|E |
| 98|Prg|SAPLSGUI | 98|22.09.2021|22:38:49| 100352|E |
| 99|Prg|SAPLSTTM | 99|10.11.2016|10:15:17| 78848|E |
| 100|Prg|SAPLSBDC | 100|22.09.2021|22:37:38| 56320|E |
| 101|Prg|WPBHELP_REGISTRATION | 1|10.11.2016|17:49:59| 9216|E |
| 102|Prg|SAPFGUICNTL | 1|13.09.2020|02:24:24| 28672|E |
| 103|Prg|SAPLOLEA | 103|10.11.2016|11:48:21| 114688|E |
| 104|Prg|SAPLSFES | 104|22.09.2021|22:38:49| 304128|E |
| 105|Prg|CL_SYSTEM_TRANSACTION_STATE===CP | 105|22.09.2021|22:38:49| 132096|E |
| 106|Prg|SAPLTHFB | 106|22.09.2021|22:38:49| 485376|E |
| 107|Prg|SAPLSPLUGIN | 107|10.11.2016|10:09:11| 8192|E |
| 108|Typ|ARFCRDATA | 0|09.11.2016|22:28:46| 7168| |
| 109|Prg|SAPLGRFC | 109|10.11.2016|08:43:18| 15360|E |
| 110|Typ|SWCBCONT | 0|09.11.2016|22:33:28| 4096| |
| 111|Typ|OLE_VERBS | 0|04.04.1995|16:02:20| 3072| |
| 112|Typ|OLE_PA | 0|04.04.1995|16:02:19| 3072| |
| 113|Typ|RSVUVINT | 0|15.01.1996|16:09:23| 2048| |
| 114|Prg|%_CRSDS | 0|18.02.2005|14:15:39| 11264|E |
| 115|Typ|RSDSTABLES | 0|20.08.1998|10:57:24| 2048| |
| 116|Prg|/1PSIS/50000000000000000001544 | 0|27.10.2022|11:14:44| 444416|E |
| 117|Typ|PSIS_GEN_AFRU | 0|15.11.2016|08:12:59| 25600| |
| 118|Typ|PSIS_GEN_KBED04 | 0|09.11.2016|22:32:04| 13312| |
| 119|Prg|FDBPS000 | 0|10.10.2020|09:02:24| 912384|E |
| 120|Prg|GDBPS000 | 0|10.10.2020|09:02:24| 1987584|E |
| 121|Prg|SAPLCJDB | 121|10.10.2020|09:02:24| 1038336|E |
| 122|Prg|BADI_SAPLCJDB=================CP | 122|10.11.2016|22:48:49| 14336|E |
| 123|Prg|CL_BADI_BASE==================CP | 123|10.11.2016|08:48:56| 17408|E |
| 124|Prg|CX_BADI_NOT_IMPLEMENTED=======CP | 124|10.11.2016|09:00:08| 10240|E |
| 125|Prg|CX_BADI_NOT_SINGLE_USE========CP | 125|10.11.2016|09:00:08| 10240|E |
| 126|Prg|CX_BADI=======================CP | 126|10.11.2016|09:00:06| 9216|E |
| 127|Prg|CX_NO_CHECK===================CP | 127|05.07.2005|13:10:16| 9216|E |
| 128|Prg|CX_ROOT=======================CP | 128|10.11.2016|10:45:04| 11264|E |
| 129|Prg|SAPLCOLA | 129|10.10.2020|09:02:24| 818176|E |
| 130|Typ|ARKOPF | 0|09.11.2016|22:28:46| 6144| |
| 131|Typ|VSKOPF | 0|09.11.2016|22:34:26| 5120| |
| 132|Typ|PROJ | 0|10.10.2020|09:02:19| 27648| |
| 133|Typ|VBAK | 0|06.03.2020|15:10:43| 25600| |
| 134|Typ|VBKD | 0|21.06.2019|17:24:11| 20480| |
| 135|Typ|VBAP | 0|21.06.2019|17:24:11| 46080| |
| 136|Typ|VBUP | 0|25.06.2011|19:58:02| 8192| |
| 137|Typ|VBKDPO | 0|21.06.2019|17:24:11| 20480| |
| 138|Typ|FPLA | 0|19.06.2011|08:05:14| 7168| |
| 139|Typ|FPLT | 0|26.06.2011|10:37:47| 11264| |
| 140|Typ|PRPS_R | 0|03.12.2016|06:02:56| 23552| |
| 141|Typ|PRTE | 0|21.06.2019|17:23:52| 7168| |
| 142|Typ|PSMLST | 0|21.06.2019|17:23:55| 28672| |
| 143|Typ|PSTX | 0|09.11.2016|22:32:09| 3072| |
| 144|Typ|PLAF | 0|21.06.2019|17:23:49| 21504| |
| 145|Typ|RESB04 | 0|21.06.2019|17:23:59| 52224| |
| 146|Typ|AUFK | 0|03.12.2016|06:02:26| 21504| |
| 147|Typ|AFKO | 0|09.11.2016|22:28:54| 29696| |
| 148|Typ|AFPO | 0|09.11.2016|22:28:42| 16384| |
| 149|Typ|AFFL | 0|09.11.2016|22:28:42| 6144| |
| 150|Typ|ACT01 | 0|18.02.2020|17:18:10| 81920| |
| 151|Typ|AFAB01 | 0|18.09.2001|10:02:18| 8192| |
| 152|Typ|MLSTD | 0|21.06.2019|17:23:22| 28672| |
| 153|Typ|PSTX1 | 0|09.11.2016|22:32:05| 3072| |
| 154|Typ|AFFH01 | 0|09.11.2016|22:28:47| 21504| |
| 155|Typ|KBED01 | 0|09.11.2016|22:31:09| 14336| |
| 156|Typ|KBEZ | 0|24.01.2002|20:27:15| 15360| |
| 157|Typ|KPER | 0|09.11.2016|22:31:18| 3072| |
| 158|Typ|RESB01 | 0|21.06.2019|17:23:59| 52224| |
| 159|Typ|AFIH | 0|09.11.2016|22:28:42| 10240| |
| 160|Typ|ELM_PS | 0|09.11.2016|22:29:46| 8192| |
| 161|Typ|JSTO | 0|09.11.2016|22:31:01| 3072| |
| 162|Typ|JEST | 0|09.11.2016|22:30:59| 3072| |
| 163|Typ|ONR00 | 0|14.12.1992|11:16:42| 2048| |
| 164|Typ|RPSCO1 | 0|25.06.2011|19:56:22| 10240| |
| 165|Typ|RPSQT | 0|26.03.1999|14:56:26| 9216| |
| 166|Typ|EBAN | 0|21.06.2019|17:22:50| 28672| |
| 167|Typ|EBKN | 0|21.06.2019|17:22:50| 13312| |
| 168|Typ|DRAD | 0|01.12.1999|15:17:34| 5120| |
| 169|Typ|PSJ_VERSIONEN | 0|09.11.2016|22:32:04| 3072| |
| 170|Typ|PSJ_AUTH | 0|03.01.1996|15:26:56| 3072| |
| 171|Prg|SAPLBSVA | 171|13.09.2020|02:41:13| 463872|E |
| 172|Typ|JCDO | 0|09.11.2016|22:31:06| 4096| |
| 173|Typ|JCDS | 0|09.11.2016|22:30:59| 4096| |
| 174|Typ|TJ01T | 0|10.11.2016|08:26:45| 3072| |
| 175|Typ|JSTAT | 0|30.11.1993|14:11:44| 2048| |
| 176|Typ|THEAD | 0|09.11.2016|22:34:00| 7168| |
| 177|Typ|TLINE | 0|08.03.1992|00:19:59| 2048| |
| 178|Prg|SAPLBSVX | 178|10.11.2016|11:03:39| 79872|E |
| 179|Typ|M_PRPOA | 0|21.06.2019|17:23:23| 2048| |
| 180|Prg|%_T00J46 | 0|05.12.2022|07:41:06| 22528| |
| 181|Typ|PRHI | 0|15.11.2000|17:47:14| 3072| |
| 182|Typ|VSPRHI_CN | 0|15.11.2000|18:01:08| 4096| |
| 183|Typ|PRPS_CO | 0|09.11.2016|22:32:06| 3072| |
| 184|Prg|SAPLCNAU | 184|10.10.2020|09:02:24| 249856|E |
| 185|Typ|PRPS_AUTH | 0|30.09.1996|14:58:44| 5120| |
| 186|Prg|SAPLSMOD | 186|18.06.2019|20:52:32| 440320|E |
| 187|Typ|TFDIR | 0|09.11.2016|22:28:12| 4096| |
| 188|Prg|CL_FCOM_IP_AUTHORITY_CHECK====CP | 188|22.09.2021|22:52:33| 93184|E |
| 189|Prg|SAPLCNACL | 189|10.10.2020|09:02:24| 462848|E |
| 190|Prg|CL_OPS_PS_SWITCH_CHECK========CP | 190|03.12.2016|06:10:34| 14336|E |
| 191|Typ|PRPS | 0|03.12.2016|06:02:34| 22528| |
| 192|Prg|SAPLCN_LDST_INIT | 192|12.11.2016|01:42:11| 55296|E |
| 193|Typ|VMPA | 0|20.07.2001|19:23:40| 3072| |
| 194|Typ|PROJ_AUTH | 0|30.09.1996|14:58:44| 3072| |
| 195|Typ|AFVGD | 0|18.02.2020|17:18:11| 80896| |
| 196|Typ|CAUFV | 0|21.06.2019|17:22:46| 43008| |
| 197|Typ|MLST | 0|09.11.2016|22:31:30| 19456| |
| 198|Typ|AFKO_AUTH | 0|13.08.1997|12:16:02| 4096| |
| 199|Prg|SAPLAIEV | 199|13.02.2005|17:32:00| 13312|E |
| 200|Typ|JSTO_PRE | 0|30.11.1993|14:11:48| 2048| |
| 201|Prg|CL_ERP_CO_OLC_SW_CHECK========CP | 201|12.11.2016|09:58:25| 9216|E |
| 202|Typ|M_PRPOB | 0|26.06.2011|10:43:37| 3072| |
| 203|Typ|M_PRPOD | 0|21.06.2019|17:23:23| 2048| |
| 204|Typ|RSTHIE | 0|09.11.2016|22:32:46| 4096| |
| 205|Typ|COOBJ_LDB | 0|04.04.1995|15:44:55| 3072| |
| 206|Typ|CCCUR | 0|08.03.1992|10:33:38| 2048| |
| 207|Typ|TKA01 | 0|03.12.2016|06:06:46| 10240| |
| 208|Prg|SAPLRKSR | 208|03.12.2016|06:10:22| 94208|E |
| 209|Prg|SAPLBO01 | 209|13.01.2018|17:24:57| 44032|E |
| 210|Typ|COBK | 0|09.11.2016|22:29:26| 9216| |
| 211|Typ|COEP | 0|09.11.2016|22:29:19| 16384| |
| 212|Typ|EBII | 0|25.08.1995|15:31:57| 3072| |
| 213|Typ|COEPD | 0|04.04.1995|16:47:16| 4096| |
| 214|Typ|COEPBR | 0|04.04.1995|16:47:15| 3072| |
| 215|Typ|COEJ | 0|09.11.2016|22:29:18| 35840| |
| 216|Typ|COKP | 0|09.11.2016|22:29:18| 11264| |
| 217|Prg|SAPLKLDB | 217|10.10.2020|09:02:24| 487424|E |
| 218|Typ|RPSCO | 0|26.03.1999|14:56:24| 9216| |
| 219|Typ|EVOP | 0|23.04.1998|14:59:01| 3072| |
| 220|Typ|RCJ_PSPNR | 0|27.08.1999|18:14:50| 2048| |
| 221|Typ|RSDSWHERE | 0|04.04.1995|16:11:56| 2048| |
| 222|Prg|SAPLNWDB | 222|10.10.2020|09:02:24| 184320|E |
| 223|Typ|AP_ORD_PRE | 0|09.11.2016|22:28:49| 2048| |
| 224|Prg|SAPLCN_LDST | 224|10.10.2020|09:02:24| 176128|E |
| 225|Typ|MLSTB | 0|21.06.2019|17:23:22| 24576| |
| 226|Typ|MLST_AUTH | 0|30.09.1996|14:58:23| 3072| |
| 227|Typ|PSTX_AUTH | 0|30.09.1996|14:58:49| 3072| |
| 228|Typ|PRTX | 0|25.06.2011|19:55:52| 3072| |
| 229|Typ|NPTX | 0|21.11.1995|10:44:34| 3072| |
| 230|Typ|M_MBANP | 0|09.11.2016|22:31:28| 3072| |
| 231|Typ|SYST | 0|09.11.2016|22:33:30| 32768| |
| 232|Typ|D010SINF | 0|21.06.2019|17:22:48| 7168| |
| 233|Typ|VBPA | 0|09.11.2016|22:34:24| 6144| |
| 234|Typ|PSJ_FLG_FIRST | 0|17.06.1998|03:22:21| 14336| |
| 235|Typ|RESBD | 0|21.06.2019|17:23:59| 51200| |
| 236|Typ|VBUK | 0|09.11.2016|22:34:21| 14336| |
| 237|Typ|LIKP | 0|21.06.2019|17:23:22| 33792| |
| 238|Typ|LIPS | 0|21.06.2019|17:23:22| 49152| |
| 239|Typ|PSMERK | 0|12.03.2002|14:48:11| 2048| |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Directory of Application Tables |
----------------------------------------------------------------------------------------------------
|Name Date Time Lngth |
| Val. |
----------------------------------------------------------------------------------------------------
|Program RVSCN000 |
----------------------------------------------------------------------------------------------------
|SYST 09.11.2016 22:33:30 00004612 |
| \x0004\0\0\0\x0004\0\x0003\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|SY . . : : 00004612 |
| \x0004\0\0\0\x0004\0\x0003\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|VSKOPF . . : : 00000444 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|RSTHIE . . : : 00000176 |
| 000004PR V2RELEASED 00005833 |
|ELM_PS . . : : 00000620 |
| V2RELEASED 00005833RELEASED |
|AUFK . . : : 00001576 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|ACT01 . . : : 00005208 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|AFKO . . : : 00001974 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|AFPO . . : : 00001028 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|PSTX . . : : 00000156 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|PSTX1 . . : : 00000156 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|PROJ . . : : 00005922 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|PRPS_R . . : : 00002074 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|AFFL . . : : 00000312 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|AFAB01 . . : : 00000448 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|PRTE . . : : 00000334 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|MLSTD . . : : 00002132 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|PSMLST . . : : 00002132 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|PLAF . . : : 00001336 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|AFIH . . : : 00000992 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|AFFH01 . . : : 00001624 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|KBED01 . . : : 00000904 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|KBEZ . . : : 00000600 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|KPER . . : : 00000076 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|RESB01 . . : : 00003768 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|RESB04 . . : : 00003768 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|VBAK . . : : 00001948 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|VBAP . . : : 00002976 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|VBUP . . : : 00000116 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|VBKD . . : : 00001614 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|VBKDPO . . : : 00001614 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|FPLA . . : : 00000328 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|FPLT . . : : 00000472 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|EBAN . . : : 00002384 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|EBKN . . : : 00000976 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|ONR00 . . : : 00000050 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0| |
|RPSCO1 . . : : 00000428 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|RPSQT . . : : 00000326 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|DRAD . . : : 00000440 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|JEST . . : : 00000084 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|JSTO . . : : 00000096 |
| \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 |
|TCNDS . . : : 00000092 |
| 01 | |
|SSCRFIELDS 09.11.2016 22:33:23 00001708 |
| |
|SSCRTEXTS . . : : 00000742 |
| |
----------------------------------------------------------------------------------------------------
|Program RSDBRUNT |
----------------------------------------------------------------------------------------------------
|TUVID . . : : 00000046 |
| | |
|RSVUVINT . . : : 00000094 |
| | |
|VARID . . : : 00000252 |
| |
----------------------------------------------------------------------------------------------------
|Program SAPDBPSJ |
----------------------------------------------------------------------------------------------------
|ARKOPF . . : : 00000312 |
| 00000000000000 |
|VBUK . . : : 00000214 |
| 00000000 |
|VBPA . . : : 00000356 |
| 000000 00000000000000000 |
|TCNDB . . : : 00000280 |
| XXX X X XX3XXXXX |
|LIKP . . : : 00002636 |
| 00000000000000 |
|LIPS . . : : 00003264 |
| 000000 00000000000000 |
|PSMERK . . : : 00000050 |
| | |
|D010SINF . . : : 00000360 |
| |
|CCCUR . . : : 00000010 |
| COP | |
|COOBJ_LDB . . : : 00000074 |
| V2RELEASED 00005832COP 2000200000| |
|TKA01 . . : : 00000400 |
| 5002000ORG MINUTO DE DIOS COP PUC K42 |
----------------------------------------------------------------------------------------------------
|Program CONTEXT_X_FREE_SEL_DD_INFO |
----------------------------------------------------------------------------------------------------
|CONTEXTB . . : : 00002992 |
| 500EBFREE_SEL_DD_INFO 000005000100000000000000\0\0\0\0 |
|TCONT . . : : 00000068 |
| FREE_SEL_DD_INFO 00000000000000| |
----------------------------------------------------------------------------------------------------
|Program SAPLSSELSERVICE |
----------------------------------------------------------------------------------------------------
|DFIES 09.11.2016 22:29:32 00001350 |
| TCNT PROFID |
----------------------------------------------------------------------------------------------------
|Program SAPLICON |
----------------------------------------------------------------------------------------------------
|ICONT . . : : 00000130 |
| |
----------------------------------------------------------------------------------------------------
|Program SAPLSSEL |
----------------------------------------------------------------------------------------------------
|DFIES 09.11.2016 22:29:32 00001350 |
| |
----------------------------------------------------------------------------------------------------
|Program SAPLSLDB |
----------------------------------------------------------------------------------------------------
|LDBD . . : : 00000264 |
| PSJ 0000000000000000000000000000 |
----------------------------------------------------------------------------------------------------
|Program SAPLLDBS |
----------------------------------------------------------------------------------------------------
|RSDSQCAT . . : : 00000086 |
| SAPPSJ STANDARD | |
|RSDSQOBJ . . : : 00003268 |
| SVSAPPSJ STANDARD \0\0 |
----------------------------------------------------------------------------------------------------
|Program CONTEXT_X_TR_SYS_PARAMS |
----------------------------------------------------------------------------------------------------
|CONTEXTB . . : : 00002992 |
| 500EBTR_SYS_PARAMS 000006000100000000000000\0\0\0\0 |
|TCONT . . : : 00000068 |
| TR_SYS_PARAMS 20221117102859| |
----------------------------------------------------------------------------------------------------
|Program SAPFSDS1 |
----------------------------------------------------------------------------------------------------
|TDCLD . . : : 00000098 |
| RE DOKU 40R XX XXLIMUDOCUX (XR3TRPROGX | |
----------------------------------------------------------------------------------------------------
|Program SAPLSDOD |
----------------------------------------------------------------------------------------------------
|DOKIL . . : : 00000152 |
| |
----------------------------------------------------------------------------------------------------
|Program SAPLLANG |
----------------------------------------------------------------------------------------------------
|T002 . . : : 00000010 |
| ES1EN| |
----------------------------------------------------------------------------------------------------
|Program SAPFS_SECLOG |
----------------------------------------------------------------------------------------------------
|INDX . . : : 00003104 |
| 500%L%_SeclogExcludedCaller\0\0\0 00000000 |
----------------------------------------------------------------------------------------------------
|Program SAPLRKSR |
----------------------------------------------------------------------------------------------------
|TKA01 . . : : 00000400 |
| 5002000ORG MINUTO DE DIOS COP PUC K42 |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|ABAP Control Blocks (CONT) |
----------------------------------------------------------------------------------------------------
|Index|Name|Fl|PAR0|PAR1|PAR2|PAR3|PAR4|PAR5|PAR6|Source Code |Line |
----------------------------------------------------------------------------------------------------
|20201|7390| | | | | | | | | | |
|25485|BREL|80|0000| | | | | | |DBPSJPUT | 1285|
|25486|MOVL|00|0002|063B|0055| | | | |DBPSJPUT | 1286|
|25488|mlq1|02|0005|0F50|0058| | | | |DBPSJPUT | 1286|
|25490|MOVL|00|0008|063C|045C| | | | |DBPSJPUT | 1286|
|25492|DWRI|01|063D| | | | | | |DBPSJPUT | 1286|
|25493|WRIT|00|097F| | | | | | |DBPSJPUT | 1286|
|25494|PAR1|C0|0000| | | | | | |DBPSJPUT | 1286|
|25495|JEND|A6|0000| | | | | | |DBPSJPUT | 1286|
|25496|iclr|00|063E| | | | | | |DBPSJPUT | 1286|
|25497|iclr|00|063F| | | | | | |DBPSJPUT | 1286|
|25498|iclr|00|0640| | | | | | |DBPSJPUT | 1286|
|>>>>>|MESS|00|045C| | | | | | |DBPSJPUT | 1286|
|25500|xper|02|BE57|04C3|0A75| | | | |DBPSJPUT | 1289|
|25502|PERP|80|0001| | | | | | |DBPSJPUT | 1289|
|25503|PERP|80|0077| | | | | | |DBPSJPUT | 1289|
|25504|CMPS|20|034B|023E|023E| | | | |DBPSJPUT | 1291|
|25506|BRAF|05|000D| | | | | | |DBPSJPUT | 1291|
|25507|CMPS|20|034B|0A76|0A76| | | | |DBPSJPUT | 1291|
|25509|BRAT|05|0006| | | | | | |DBPSJPUT | 1291|
----------------------------------------------------------------------------------------------------

You might also like