Hi Gurus,
please help me solve the issue. This dump occurs only on transporting a specific request(HCM).
Category ABAP Programming Error
Runtime Errors DATA_LENGTH_0
Except. CX_SY_RANGE_OUT_OF_BOUNDS
ABAP Program SAPLSZAI
Application Component BC-SRV-ADR
Date and Time 12.10.2012 19:12:48
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Short text |
| Invalid partial field access: Length 0 |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|What happened? |
| Error in the ABAP Application Program |
| |
| The current ABAP program "SAPLSZAI" had to be terminated because it has |
| come across a statement that unfortunately cannot be executed. |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|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 |
| An exception occurred that is explained in detail below. |
| The exception, which is assigned to class 'CX_SY_RANGE_OUT_OF_BOUNDS', was not |
| caught in |
| procedure "UPDATE_OWNER_TAB" "(FORM)", nor was it propagated by a RAISING |
| clause. |
| Since the caller of the procedure could not have anticipated that the |
| exception would occur, the current program is terminated. |
| The reason for the exception is: |
| In the executed program "SAPLSZAI", the system attempted to access the field |
| "IV_OBJKEY" using the length 0. |
| However, a partial field access with the length specification 0 is not |
| allowed. |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|How to correct the error |
| Use a positive length specification if a part of the field "IV_OBJKEY" is to be |
| accessed. |
| |
| If the error occurred in your own ABAP program or in an SAP |
| program you modified, try to remove the error. |
| |
| |
| If the error occures in a non-modified SAP program, you may be able to |
| find an interim solution in an SAP Note. |
| If you have access to SAP Notes, carry out a search with the following |
| keywords: |
| |
| "DATA_LENGTH_0" "CX_SY_RANGE_OUT_OF_BOUNDS" |
| "SAPLSZAI" or "LSZAIF01" |
| "UPDATE_OWNER_TAB" |
| |
| 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. |
| |
| The exception must either be prevented, caught within proedure |
| "UPDATE_OWNER_TAB" "(FORM)", or its possible occurrence must be declared in the |
| RAISING clause of the procedure. |
| To prevent the exception, note the following: |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|System environment |
| SAP Release..... 702 |
| SAP Basis Level. 0008 |
| |
| Application server... "ECCAPP1H" |
| Network address...... "10.10.25.52" |
| Operating system..... "HP-UX" |
| Release.............. "B.11.31" |
| Hardware type........ "ia64" |
| Character length.... 16 Bits |
| Pointer length....... 64 Bits |
| Work process number.. 28 |
| Shortdump setting.... "full" |
| |
| Database server... "ECCDBCIH" |
| Database type..... "ORACLE" |
| Database name..... "RPH" |
| Database user ID.. "SAPSR3" |
| |
| Terminal.......... " " |
| |
| Char.set.... "C" |
| |
| SAP kernel....... 720 |
| created (date)... "May 23 2011 21:48:35" |
| create on........ "HP-UX B.11.23 U ia64" |
| Database version. "OCI_102, 10.2.0.4.0, V5, default" |
| |
| Patch level. 90 |
| Patch text.. " " |
| |
| Database............. "ORACLE 10.1.0.*.*, ORACLE 10.2.0.*.*, ORACLE 11.2.*.*.*" |
| SAP database version. 720 |
| Operating system..... "HP-UX B.11" |
| |
| Memory consumption |
| Roll.... 1917920 |
| EM...... 0 |
| Heap.... 0 |
| Page.... 40960 |
| MM Used. 1850720 |
| MM Free. 45472 |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|User and Transaction |
| Client.............. 000 |
| User................ "DDIC" |
| Language key........ "E" |
| Transaction......... " " |
| Transaction ID...... "50773C04C0E96323E10000000A0A1934" |
| |
| EPP Whole Context ID.... "B499BA18DF621ED189FBC75885BADE04" |
| EPP Connection ID....... 00000000000000000000000000000000 |
| EPP Caller Counter...... 0 |
| |
| Program............. "SAPLSZAI" |
| Screen.............. "SAPMSSY0 1000" |
| Screen Line......... 6 |
| Debugger Active..... "none" |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Information on where terminated |
| Termination occurred in the ABAP program "SAPLSZAI" - in "UPDATE_OWNER_TAB". |
| The main program was "RDDEXECU ". |
| |
| In the source code you have the termination point in line 113 |
| of the (Include) program "LSZAIF01". |
| The program "SAPLSZAI" was started as a background job. |
| Job Name....... "RDDEXECL" |
| Job Initiator.. "DDIC" |
| Job Number..... 19124700 |
| The termination is caused because exception "CX_SY_RANGE_OUT_OF_BOUNDS" |
| occurred in |
| procedure "UPDATE_OWNER_TAB" "(FORM)", but it was neither handled locally nor |
| declared |
| in the RAISING clause of its signature. |
| |
| The procedure is in program "SAPLSZAI "; its source code begins in line |
| 52 of the (Include program "LSZAIF01 ". |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Source Code Extract |
----------------------------------------------------------------------------------------------------
|Line |SourceCde |
----------------------------------------------------------------------------------------------------
| 83| sv_tabname = iv_ddic_table. |
| 84| CREATE DATA sr_keyline TYPE (sv_tabname). |
| 85| CREATE DATA sr_tabline TYPE (sv_tabname). |
| 86| PERFORM determine_keylength "*958i |
| 87| TABLES st_dfies "*958i |
| 88| CHANGING sv_keylength. "*958i |
| 89| ELSE. |
| 90|*{ Protokolltabelle füllen |
| 91|* Level Severity ID Number New_Obj V1 V2 V3 V4 |
| 92| write_prot_line level_1 error 'AM' '843' |
| 93| new_obj sv_tabname v2 v3 v4. |
| 94| INSERT xmsg INDEX 1. |
| 95| |
| 96| CALL FUNCTION 'TR_APPEND_LOG' |
| 97| TABLES |
| 98| xmsg = xmsg |
| 99| EXCEPTIONS |
| 100| file_not_found = 1 |
| 101| wrong_call = 2 |
| 102| OTHERS = 3. |
| 103| IF sy-subrc <> 0. |
| 104|* Kein Protokoll |
| 105| ENDIF. |
| 106| EXIT. |
| 107| ENDIF. |
| 108| ENDIF. |
| 109| |
| 110| ASSIGN sr_keyline->* TO <ls_keyline>. |
| 111| ASSIGN sr_tabline->* TO <ls_tabline>. |
| 112|* <ls_keyline> = iv_objkey. "*958d |
|>>>>>| <ls_keyline> = iv_objkey+0(sv_keylength). "*958i |
| 114| READ TABLE st_dfies "*958i |
| 115| WITH KEY keyflag = 'X' "*958i |
| 116| datatype = 'CLNT'. "*958i |
| 117| IF sy-subrc = 0. "*958i |
| 118| ASSIGN COMPONENT st_dfies-fieldname "*958i |
| 119| OF STRUCTURE <ls_keyline> "*958i |
| 120| TO <lv_client>. "*958i |
| 121| IF sy-subrc = 0. "*958i |
| 122| <lv_client> = iv_client. "*958i |
| 123| ENDIF. "*958i |
| 124| ENDIF. "*958i |
| 125| |
| 126| PERFORM fill_where_cond |
| 127| TABLES st_dfies |
| 128| lt_where_cond |
| 129| USING <ls_keyline>. |
| 130| |
| 131| SELECT SINGLE * |
| 132| FROM (iv_ddic_table) |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Contents of system fields |
----------------------------------------------------------------------------------------------------
|Name |Val. |
----------------------------------------------------------------------------------------------------
|SY-SUBRC|4 |
|SY-INDEX|0 |
|SY-TABIX|1 |
|SY-DBCNT|0 |
|SY-FDPOS|2 |
|SY-LSIND|0 |
|SY-PAGNO|0 |
|SY-LINNO|1 |
|SY-COLNO|1 |
|SY-PFKEY| |
|SY-UCOMM| |
|SY-TITLE|Execute Post-Import Methods and XPRAs for Transport Request |
|SY-MSGTY| |
|SY-MSGID| |
|SY-MSGNO|000 |
|SY-MSGV1|CORR |
|SY-MSGV2|RELE |
|SY-MSGV3| |
|SY-MSGV4| |
|SY-MODNO|0 |
|SY-DATUM|20121012 |
|SY-UZEIT|191248 |
|SY-XPROG|SAPLSYST |
|SY-XFORM|SYSTEM_HOOK_OPEN_DATASET |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Active Calls/Events |
----------------------------------------------------------------------------------------------------
|No. Ty. Program Include Line |
| Name |
----------------------------------------------------------------------------------------------------
| 7 FORM SAPLSZAI LSZAIF01 113 |
| UPDATE_OWNER_TAB |
| 6 FORM SAPLSZAI LSZAIU06 504 |
| VERARBEITUNG_CUST |
| 5 FUNCTION SAPLSZAI LSZAIU06 234 |
| AFTER_IMP_CUST_ADDRESS |
| 4 FORM SAPLSCTS_EXE_EXP LSCTS_EXE_EXPF02 351 |
| CALL_IMP_METHODS_IN_CLIENT |
| 3 FORM SAPLSCTS_EXE_EXP LSCTS_EXE_EXPF02 87 |
| CALL_IMP_METHODS |
| 2 FUNCTION SAPLSCTS_EXE_EXP LSCTS_EXE_EXPU02 92 |
| TRINT_CALL_AFTER_IMP_METHOD |
| 1 EVENT RDDEXECU RDDEXECU 169 |
| START-OF-SELECTION |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Chosen variables |
----------------------------------------------------------------------------------------------------
|Name |
| Val. |
----------------------------------------------------------------------------------------------------
|No. 7 Ty. FORM |
|Name UPDATE_OWNER_TAB |
----------------------------------------------------------------------------------------------------
|SY-REPID |
| SAPLSZAI |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 5454554422222222222222222222222222222222 |
| 310C3A1900000000000000000000000000000000 |
| 005300410050004C0053005A0041004900200020002000200020002000200020002000200020002000200020002000|
|XMSG-VAR4 |
| |
| 00000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000 |
| 22222222222222222222222222222222222222222222222222 |
| 00000000000000000000000000000000000000000000000000 |
| 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|
|V4 |
| |
| 0 |
| 0 |
| 2 |
| 0 |
| 0020 |
|XMSG[] |
| Table[initial] |
| |
|XMSG |
| 0 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 3222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0030002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|
|SYST |
| #######################################J#######################################T######## ##>|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000|
| 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000D000500|
| 0000000000000000000000000000000000000004000000000000000000000000000000000000010500000005220000|
| 000001000000000000000002010001000000000A00000004000000000000000000000000000006040000000800000C|
| 0000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000|
|C_THAT_VERSION_AND_OTHERS |
| 2 |
| 0 |
| 0 |
| 3 |
| 2 |
| 0032 |
|C_ONLY_OTHER_VERSIONS |
| 3 |
| 0 |
| 0 |
| 3 |
| 3 |
| 0033 |
|%_DUMMY$$ |
| |
| 0000 |
| 0000 |
| 2222 |
| 0000 |
| 0020002000200020 |
|C_ONLY_OTHER_DATES |
| 4 |
| 0 |
| 0 |
| 3 |
| 4 |
| 0034 |
|USR21S |
| |
| 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222 |
| 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|
|SYST-REPID |
| SAPLSZAI |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 5454554422222222222222222222222222222222 |
| 310C3A1900000000000000000000000000000000 |
| 005300410050004C0053005A0041004900200020002000200020002000200020002000200020002000200020002000|
|<%_TABLE_ADCPS> |
| ??? |
| ?????? |
| ?????? |
| ???????????? |
|SY-SUBRC |
| 4 |
| 0000 |
| 0004 |
| 00000004 |
|C_DATE_MAX |
| 99991231 |
| 00000000 |
| 00000000 |
| 33333333 |
| 99991231 |
| 00390039003900390031003200330031 |
|SR_KEYLINE |
| {A:initial} |
| C0000000 |
| F0000000 |
| CF00000000000000 |
|<LS_KEYLINE> |
| ??? |
| ?????? |
| ?????? |
| ???????????? |
|SR_TABLINE |
| {A:initial} |
| C0000000 |
| F0000000 |
| CF00000000000000 |
|<LS_TABLINE> |
| ??? |
| ?????? |
| ?????? |
| ???????????? |
|IV_OBJKEY |
| 200LWF 1399991231 |
| 0000000000000000000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000 |
| 3334542333333333322222222222222222222222222222222222222222222222222222 |
| 200C760139999123100000000000000000000000000000000000000000000000000000 |
| 003200300030004C005700460020003100330039003900390039003100320033003100200020002000200020002000|
|SV_KEYLENGTH |
| 0 |
| 0000 |
| 0000 |
| 00000000 |
|ST_DFIES[] |
| Table[initial] |
| |
|ST_DFIES |
| 0000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2222222222222222222222222222222222222222222222222222222222222333333333322222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|
|SCREEN |
| %_17NNS0000002905_%_%_%_%_%_%_ |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2533445333333333352525252525252222222222222222222222222222222222222222222222222222222222222222|
| 5F17EE30000002905F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000|
| 0025005F00310037004E004E00530030003000300030003000300032003900300035005F0025005F0025005F002500|
|<LV_CLIENT> |
| ??? |
| ?????? |
| ?????? |
| ???????????? |
|ST_DFIES-FIELDNAME |
| |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
| 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|
----------------------------------------------------------------------------------------------------
|No. 6 Ty. FORM |
|Name VERARBEITUNG_CUST |
----------------------------------------------------------------------------------------------------
|USADDEF |
| |
| 0000000000000 |
| 0000000000000 |
| 2222222222222 |
| 0000000000000 |
| 0020002000200020002000200020002000200020002000200020 |
|P_ADRCS2-DDIC_TABLE |
| |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
| 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|
|P_ADRCS2-DDIC_FIELD |
| |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 222222222222222222222222222222 |
| 000000000000000000000000000000 |
| 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|
|P_ADRCS2-OBJKEY |
| 200LWF 1399991231 |
| 0000000000000000000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000 |
| 3334542333333333322222222222222222222222222222222222222222222222222222 |
| 200C760139999123100000000000000000000000000000000000000000000000000000 |
| 003200300030004C005700460020003100330039003900390039003100320033003100200020002000200020002000|
|P_ADRCS2-ADDRNUMBER |
| 0000065542 |
| 0000000000 |
| 0000000000 |
| 3333333333 |
| 0000065542 |
| 0030003000300030003000360035003500340032 |
|P_CLIENT |
| 400 |
| 000 |
| 000 |
| 333 |
| 400 |
| 003400300030 |
|RSJOBINFO |
| 00000000000000 ## |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 2222222222222222222222222222222233333333333333222222222222222222222222222222222200 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|
|SPACE |
| |
| 0 |
| 0 |
| 2 |
| 0 |
| 0020 |
|CAA_TAB-REMOTE_ADDR1_COMPLETE-ADX400_TAB |
| Table[initial] |
| |
|LT_ADRCS2_D |
| |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|
|P_ADRCS2 |
| 200T7INU1 ADDRS 200LWF 1399991231 0|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 3335344532222444552222233345423333333333222222222222222222222222222222222222222222222222222223|
| 200479E5100001442300000200C7601399991231000000000000000000000000000000000000000000000000000000|
| 003200300030005400370049004E005500310020002000200020004100440044005200530020002000200020002000|
|LT_ADRCS2_D-OBJKEY+0(6) |
| |
| 000 |
| 000 |
| 222 |
| 000 |
| 002000200020 |
|LT_ADRCS2_D[] |
| Table[initial] |
| |
----------------------------------------------------------------------------------------------------
|No. 5 Ty. FUNCTION |
|Name AFTER_IMP_CUST_ADDRESS |
----------------------------------------------------------------------------------------------------
|IV_IS_UPGRADE |
| |
| 0 |
| 0 |
| 2 |
| 0 |
| 0020 |
|IV_TARCLIENT |
| 400 |
| 000 |
| 000 |
| 333 |
| 400 |
| 003400300030 |
|TT_E071[] |
| Table IT_38[1x360] |
| \FUNCTION-POOL=SCTS_EXE_EXP\FORM=CALL_IMP_METHODS_IN_CLIENT\DATA=LT_E071 |
| Table reference: 20 |
| TABH+ 0(20) = 6000000003D8CE406000000003C3B38000000000 |
| TABH+ 20(20) = 00000014000000260000000100000168FFFFFFFF |
| TABH+ 40(16) = 0400004C0002407000022C9403000000 |
| store = 0x6000000003D8CE40 |
| ext1 = 0x6000000003C3B380 |
| shmId = 0 (0x00000000) |
| id = 20 (0x00000014) |
| label = 38 (0x00000026) |
| fill = 1 (0x00000001) |
| leng = 360 (0x00000168) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000049 |
| occu = 2 (0x00000002) |
| accKind = 1 (ItAccessStandard) |
| idxKind = 1 (ItIndexLinear) |
| uniKind = 2 (ItUniNo) |
| keyKind = 1 (default) |
| cmpMode = 2 (cmpSingleMcmpR) |
| occu0 = 1 |
| stMode = 0 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 0 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| hasScndKeys = 0 |
| hasRowId = 0 |
| scndKeysOutdated = 0 |
| scndUniKeysOutdated = 0 |
| ----- Shareable Table Header Data ----- |
| tabi = 0x6000000003DBB570 |
| pgHook = 0x0000000000000000 |
| idxPtr = 0x6000000003C3B600 |
| id = 35 (0x00000023) |
| shmTabhSet = 0x0000000000000000 |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 2 (0x00000002) |
| lineAlloc = 2 (0x00000002) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x00000001) |
| rowId = 18446744073709551615 |
| scndKeyAdmin = 0x0000000000000000 |
| ----- 1st level extension part -------- |
| regHook = 0x6000000003D8C7B0 |
| collHook = 0x0000000000000000 |
| ext2 = 0x0000000000000000 |
| RDHK902652 000005R3TRTDATADDRESS_4.6 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 5444333333222222222233333353555445444545553232222222222222222222222222222222222222222222222222|
| 248B9026520000000000000005234244141442533F4E60000000000000000000000000000000000000000000000000|
| 005200440048004B003900300032003600350032002000200020002000200020002000200020002000300030003000|
|TT_E071K[] |
| Table IT_39[162x564] |
| \FUNCTION-POOL=SCTS_EXE_EXP\FORM=CALL_IMP_METHODS_IN_CLIENT\DATA=LT_E071K |
| Table reference: 23 |
| TABH+ 0(20) = 6000000003C3B4006000000003D8C85000000000 |
| TABH+ 20(20) = 0000001700000027000000A200000234FFFFFFFF |
| TABH+ 40(16) = 0400004C0002410000042C9403000000 |
| store = 0x6000000003C3B400 |
| ext1 = 0x6000000003D8C850 |
| shmId = 0 (0x00000000) |
| id = 23 (0x00000017) |
| label = 39 (0x00000027) |
| fill = 162 (0x000000A2) |
| leng = 564 (0x00000234) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000052 |
| occu = 4 (0x00000004) |
| accKind = 1 (ItAccessStandard) |
| idxKind = 1 (ItIndexLinear) |
| uniKind = 2 (ItUniNo) |
| keyKind = 1 (default) |
| cmpMode = 2 (cmpSingleMcmpR) |
| occu0 = 1 |
| stMode = 0 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 0 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| hasScndKeys = 0 |
| hasRowId = 0 |
| scndKeysOutdated = 0 |
| scndUniKeysOutdated = 0 |
| ----- Shareable Table Header Data ----- |
| tabi = 0x6000000003DA7FC0 |
| pgHook = 0x6000000003C3B480 |
| idxPtr = 0x6000000003DBB860 |
| id = 34 (0x00000022) |
| shmTabhSet = 0x0000000000000000 |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 252 (0x000000FC) |
| lineAlloc = 172 (0x000000AC) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x00000001) |
| rowId = 18446744073709551615 |
| scndKeyAdmin = 0x0000000000000000 |
| ----- 1st level extension part -------- |
| regHook = 0x6000000003DA74D0 |
| collHook = 0x0000000000000000 |
| ext2 = 0x0000000000000000 |
| |
| RDHK902652 R3TRTABUADR10S2 000001TDATADDRESS_4.6 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 5444333333222222222253555445445335322222222222222222222222333333544544454555323222222222222222|
| 248B90265200000000002342412514210320000000000000000000000000000144141442533F4E6000000000000000|
| 005200440048004B003900300032003600350032002000200020002000200020002000200020002000520033005400|
| |
| RDHK902652 R3TRTABUADR10S2 000002TDATADDRESS_4.6 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 5444333333222222222253555445445335322222222222222222222222333333544544454555323222222222222222|
| 248B90265200000000002342412514210320000000000000000000000000000244141442533F4E6000000000000000|
| 005200440048004B003900300032003600350032002000200020002000200020002000200020002000520033005400|
| |
| RDHK902652 R3TRTABUADR10S2 000004TDATADDRESS_4.6 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 5444333333222222222253555445445335322222222222222222222222333333544544454555323222222222222222|
| 248B90265200000000002342412514210320000000000000000000000000000444141442533F4E6000000000000000|
| 005200440048004B003900300032003600350032002000200020002000200020002000200020002000520033005400|
| |
| RDHK902652 R3TRTABUADR10S2 000005TDATADDRESS_4.6 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 5444333333222222222253555445445335322222222222222222222222333333544544454555323222222222222222|
| 248B90265200000000002342412514210320000000000000000000000000000544141442533F4E6000000000000000|
| 005200440048004B003900300032003600350032002000200020002000200020002000200020002000520033005400|
| |
| RDHK902652 R3TRTABUADR10S2 000003TDATADDRESS_4.6 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 5444333333222222222253555445445335322222222222222222222222333333544544454555323222222222222222|
| 248B90265200000000002342412514210320000000000000000000000000000344141442533F4E6000000000000000|
| 005200440048004B003900300032003600350032002000200020002000200020002000200020002000520033005400|
|UU |
| 4 |
| 0 |
| 0 |
| 3 |
| 4 |
| 0034 |
|IT000[] |
| Table[initial] |
| |
|IT000 |
| 00000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222233333|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|
|K_ADRCS2[] |
| Table IT_43[6x326] |
| \FUNCTION=AFTER_IMP_CUST_ADDRESS\DATA=K_ADRCS2[] |
| Table reference: 33 |
| TABH+ 0(20) = 6000000003DBC5E0000000000000000000000000 |
| TABH+ 20(20) = 000000210000002B0000000600000146000000E0 |
| TABH+ 40(16) = 040000580005E14000042C9403000000 |
| store = 0x6000000003DBC5E0 |
| ext1 = 0x0000000000000000 |
| shmId = 0 (0x00000000) |
| id = 33 (0x00000021) |
| label = 43 (0x0000002B) |
| fill = 6 (0x00000006) |
| leng = 326 (0x00000146) |
| loop = 224 (0x000000E0) |
| xtyp = TYPE#000339 |
| occu = 4 (0x00000004) |
| accKind = 1 (ItAccessStandard) |
| idxKind = 1 (ItIndexLinear) |
| uniKind = 2 (ItUniNo) |
| keyKind = 1 (default) |
| cmpMode = 2 (cmpSingleMcmpR) |
| occu0 = 1 |
| stMode = 0 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 0 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| hasScndKeys = 0 |
| hasRowId = 0 |
| scndKeysOutdated = 0 |
| scndUniKeysOutdated = 0 |
| ----- Shareable Table Header Data ----- |
| tabi = 0x6000000003DD4EF0 |
| pgHook = 0x6000000003DBC660 |
| idxPtr = 0x6000000003DBC070 |
| id = 40 (0x00000028) |
| shmTabhSet = 0x0000000000000000 |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 28 (0x0000001C) |
| lineAlloc = 12 (0x0000000C) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x00000001) |
| rowId = 18446744073709551615 |
| scndKeyAdmin = 0x0000000000000000 |
| |
| 200T7INU1 ADDRS 200LWF 1320120331##################################################### |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 3335344532222444552222233345423333333333000000000000000000000000000000000000000000000000000002|
| 200479E5100001442300000200C7601320120331000000000000000000000000000000000000000000000000000000|
| 003200300030005400370049004E005500310020002000200020004100440044005200530020002000200020002000|
| |
| 200T7INU1 ADDRS 200LWF 1320120331 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 3335344532222444552222233345423333333333222222222222222222222222222222222222222222222222222222|
| 200479E5100001442300000200C7601320120331000000000000000000000000000000000000000000000000000000|
| 003200300030005400370049004E005500310020002000200020004100440044005200530020002000200020002000|
| |
| 200T7INU1 ADDRS 200LWF 1399991231##################################################### |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 3335344532222444552222233345423333333333000000000000000000000000000000000000000000000000000002|
| 200479E5100001442300000200C7601399991231000000000000000000000000000000000000000000000000000000|
| 003200300030005400370049004E005500310020002000200020004100440044005200530020002000200020002000|
| |
| 200T7INU1 ADDRS 200LWF 1399991231 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 3335344532222444552222233345423333333333222222222222222222222222222222222222222222222222222222|
| 200479E5100001442300000200C7601399991231000000000000000000000000000000000000000000000000000000|
| 003200300030005400370049004E005500310020002000200020004100440044005200530020002000200020002000|
| |
| 200T7INW1 ADDRS 20008################################################################# |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 3335344532222444552222233333000000000000000000000000000000000000000000000000000000000000000002|
| 200479E710000144230000020008000000000000000000000000000000000000000000000000000000000000000000|
| 003200300030005400370049004E005700310020002000200020004100440044005200530020002000200020002000|
|K_ADRCS2 |
| 200T7INU1 ADDRS 200LWF 1399991231 0|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 3335344532222444552222233345423333333333222222222222222222222222222222222222222222222222222223|
| 200479E5100001442300000200C7601399991231000000000000000000000000000000000000000000000000000000|
| 003200300030005400370049004E005500310020002000200020004100440044005200530020002000200020002000|
|IT000-MANDT |
| |
| 000 |
| 000 |
| 222 |
| 000 |
| 002000200020 |
----------------------------------------------------------------------------------------------------
|No. 4 Ty. FORM |
|Name CALL_IMP_METHODS_IN_CLIENT |
----------------------------------------------------------------------------------------------------
|GC_TMS_PM_PAR_STAR |
| * |
| 000000000000000000000000000000000000000000000000000000000000 |
| 000000000000000000000000000000000000000000000000000000000000 |
| 222222222222222222222222222222222222222222222222222222222222 |
| A00000000000000000000000000000000000000000000000000000000000 |
| 002A002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|
|LT_E071K |
| Table IT_39[162x564] |
|OPNSET |
| NO |
| 00 |
| 00 |
| 44 |
| EF |
| 004E004F |
|PS_SPEC_PARS-WITH_CL_RESULTS |
| |
| 0 |
| 0 |
| 2 |
| 0 |
| 0020 |
|SY-XFORM |
| SYSTEM_HOOK_OPEN_DATASET |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 555544544445454454454545222222 |
| 39345DF8FFBFF05EF4141354000000 |
| 00530059005300540045004D005F0048004F004F004B005F004F00500045004E005F00440041005400410053004500|
|PS_METHOD_CALL-METHOD_FB |
| AFTER_IMP_CUST_ADDRESS |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 445455445545555444545522222222 |
| 16452F9D0F3534F144253300000000 |
| 00410046005400450052005F0049004D0050005F0043005500530054005F0041004400440052004500530053002000|
|LT_E071 |
| Table IT_38[1x360] |
|GC_PARTNRPR_BACK_TO_STNDRD |
| 1A&1B&1H&1I&2I&3R&3A&3M&4A&4K&5A |
| 00000000000000000000000000000000 |
| 00000000000000000000000000000000 |
| 34234234234234235234234234234234 |
| 1161261861962963263163D64164B651 |
| 0031004100260031004200260031004800260031004900260032004900260033005200260033004100260033004D00|
|PV_IS_UPGRADE |
| |
| 0 |
| 0 |
| 2 |
| 0 |
| 0020 |
|%_ARCHIVE |
| |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|
|PV_TRKORR |
| RDHK902652 |
| 00000000000000000000 |
| 00000000000000000000 |
| 54443333332222222222 |
| 248B9026520000000000 |
| 005200440048004B0039003000320036003500320020002000200020002000200020002000200020 |
|SYST-REPID |
| SAPLSCTS_EXE_EXP |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 5454545554545455222222222222222222222222 |
| 310C3343F585F580000000000000000000000000 |
| 005300410050004C0053004300540053005F004500580045005F004500580050002000200020002000200020002000|
|DEVC_PREFIXNS |
| N |
| 0 |
| 0 |
| 4 |
| E |
| 004E |
|PS_SPEC_PARS-CLIENTS |
| Table[initial] |
| |
|%_PRINT |
| 000 0###|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0020002000200020003000300030002000200020002000200020002000200020002000200020002000200020002000|
|PS_CLIENT-CLIENT |
| 400 |
| 000 |
| 000 |
| 333 |
| 400 |
| 003400300030 |
|GC_GNS_NO_SPECIFIC |
| /*/ |
| 0000000000 |
| 0000000000 |
| 2222222222 |
| FAF0000000 |
| 002F002A002F0020002000200020002000200020 |
|%_DUMMY$$ |
| |
| 0000 |
| 0000 |
| 2222 |
| 0000 |
| 0020002000200020 |
----------------------------------------------------------------------------------------------------
|No. 3 Ty. FORM |
|Name CALL_IMP_METHODS |
----------------------------------------------------------------------------------------------------
|PV_TRKORR |
| RDHK902652 |
| 00000000000000000000 |
| 00000000000000000000 |
| 54443333332222222222 |
| 248B9026520000000000 |
| 005200440048004B0039003000320036003500320020002000200020002000200020002000200020 |
|PV_NO_WORK_FOUND |
| |
| 0 |
| 0 |
| 2 |
| 0 |
| 0020 |
|GC_FUNC_NSPC |
| TRINT_AFTER_IMP_NSPC |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 554455445455445545542222222222 |
| 429E4F16452F9D0FE3030000000000 |
| 005400520049004E0054005F00410046005400450052005F0049004D0050005F004E00530050004300200020002000|
|PT_CLIENT |
| Table IT_21[1x8] |
| \PROGRAM=RDDEXECU\DATA=GT_CLIENT |
| Table reference: 18 |
| TABH+ 0(20) = 6000000003D8BCD0000000000000000000000000 |
| TABH+ 20(20) = 00000012000000150000000100000008FFFFFFFF |
| TABH+ 40(16) = 04000000000088600004249403000000 |
| store = 0x6000000003D8BCD0 |
| ext1 = 0x0000000000000000 |
| shmId = 0 (0x00000000) |
| id = 18 (0x00000012) |
| label = 21 (0x00000015) |
| fill = 1 (0x00000001) |
| leng = 8 (0x00000008) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000025 |
| occu = 4 (0x00000004) |
| accKind = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniNo) |
| keyKind = 1 (default) |
| cmpMode = 2 (cmpSingleMcmpR) |
| occu0 = 1 |
| stMode = 0 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 0 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| hasScndKeys = 0 |
| hasRowId = 0 |
| scndKeysOutdated = 0 |
| scndUniKeysOutdated = 0 |
| ----- Shareable Table Header Data ----- |
| tabi = 0x6000000003D8BD50 |
| pgHook = 0x0000000000000000 |
| idxPtr = 0x0000000000000000 |
| id = 22 (0x00000016) |
| shmTabhSet = 0x0000000000000000 |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 4 (0x00000004) |
| lineAlloc = 4 (0x00000004) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x00000001) |
| rowId = 18446744073709551615 |
| scndKeyAdmin = 0x0000000000000000 |
| 400 |
| 0000 |
| 0000 |
| 3332 |
| 4000 |
| 0034003000300020 |
|LS_CLIENT_H |
| 400 |
| 0000 |
| 0000 |
| 3332 |
| 4000 |
| 0034003000300020 |
|TCCOP |
| M |
| 0 |
| 0 |
| 4 |
| D |
| 004D |
|SY |
| #######################################J#######################################T######## ##>|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000|
| 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000D000500|
| 0000000000000000000000000000000000000004000000000000000000000000000000000000010500000005220000|
| 000001000000000000000002010001000000000A00000004000000000000000000000000000006040000000800000C|
| 0000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000|
|PV_UPDATE_LOCKFLAG |
| X |
| 0 |
| 0 |
| 5 |
| 8 |
| 0058 |
|PV_CTC |
| |
| 0 |
| 0 |
| 2 |
| 0 |
| 0020 |
|PV_STATLOG_FILE |
| |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|
|PS_METHOD_CALL |
| AFTER_IMP AFTER_IMP_CUST_ADDRESS X############### |
| 00000000000000000000000000000000000000000000C000C000C000 |
| 00000000000000000000000000000000000000000000600050004000 |
| 44545544524454554455455554445455222222225000000100010001 |
| 16452F9D0016452F9D0F3534F14425330000000080000009000A000B |
| 00410046005400450052005F0049004D0050002000410046005400450052005F0049004D0050005F00430055005300|
|PV_IS_UPGRADE |
| |
| 0 |
| 0 |
| 2 |
| 0 |
| 0020 |
|PV_TOP_LEVEL |
| 2 |
| 0 |
| 0 |
| 3 |
| 2 |
| 0032 |
|PS_SPEC_PARS |
| |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|
|PS_METHOD_CALL-CLIDEP |
| X |
| 0 |
| 0 |
| 5 |
| 8 |
| 0058 |
|PS_SPEC_PARS-WITH_CL_RESULTS |
| |
| 0 |
| 0 |
| 2 |
| 0 |
| 0020 |
|SY-XPROG |
| SAPLSYST |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 5454555522222222222222222222222222222222 |
| 310C393400000000000000000000000000000000 |
| 005300410050004C005300590053005400200020002000200020002000200020002000200020002000200020002000|
----------------------------------------------------------------------------------------------------
|No. 2 Ty. FUNCTION |
|Name TRINT_CALL_AFTER_IMP_METHOD |
----------------------------------------------------------------------------------------------------
|IS_E070 |
| RDHK902652 WRRQH CUSTVHR_BMS 20121012191246 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 5444333333222222222255554222222245555455445222223333333333333322222222222222222222 |
| 248B90265200000000007221800000003534682F2D3000002012101219124600000000000000000000 |
| 005200440048004B003900300032003600350032002000200020002000200020002000200020002000570052005200|
|IT_E071 |
| Table IT_14[20x360] |
| \PROGRAM=RDDEXECU\DATA=E071_TAB[] |
| Table reference: 11 |
| TABH+ 0(20) = 6000000003CC7F60000000000000000000000000 |
| TABH+ 20(20) = 0000000B0000000E0000001400000168FFFFFFFF |
| TABH+ 40(16) = 04000000000086B00004249403000000 |
| store = 0x6000000003CC7F60 |
| ext1 = 0x0000000000000000 |
| shmId = 0 (0x00000000) |
| id = 11 (0x0000000B) |
| label = 14 (0x0000000E) |
| fill = 20 (0x00000014) |
| leng = 360 (0x00000168) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000016 |
| occu = 4 (0x00000004) |
| accKind = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniNo) |
| keyKind = 1 (default) |
| cmpMode = 2 (cmpSingleMcmpR) |
| occu0 = 1 |
| stMode = 0 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 0 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| hasScndKeys = 0 |
| hasRowId = 0 |
| scndKeysOutdated = 0 |
| scndUniKeysOutdated = 0 |
| ----- Shareable Table Header Data ----- |
| tabi = 0x6000000003C29BA0 |
| pgHook = 0x6000000003CC7FE0 |
| idxPtr = 0x0000000000000000 |
| id = 15 (0x0000000F) |
| shmTabhSet = 0x0000000000000000 |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 28 (0x0000001C) |
| lineAlloc = 28 (0x0000001C) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x00000001) |
| rowId = 18446744073709551615 |
| scndKeyAdmin = 0x0000000000000000 |
| |
| RDHK902652 000001CORRRELERDHK902653 20120630 163217 VHR_BMS |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 5444333333222222222233333344555444544433333323333333323333332545544522222222222222222222222222|
| 248B90265200000000000000013F2225C5248B90265302012063001632170682F2D300000000000000000000000000|
| 005200440048004B003900300032003600350032002000200020002000200020002000200020002000300030003000|
| |
| RDHK902652 000002R3TRPSCCZCN1 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 5444333333222222222233333353555544544322222222222222222222222222222222222222222222222222222222|
| 248B902652000000000000000223420333A3E100000000000000000000000000000000000000000000000000000000|
| 005200440048004B003900300032003600350032002000200020002000200020002000200020002000300030003000|
| |
| RDHK902652 000003R3TRPSCCZNN1 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 5444333333222222222233333353555544544322222222222222222222222222222222222222222222222222222222|
| 248B902652000000000000000323420333AEE100000000000000000000000000000000000000000000000000000000|
| 005200440048004B003900300032003600350032002000200020002000200020002000200020002000300030003000|
| |
| RDHK902652 000004R3TRTDATADDRESS |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 5444333333222222222233333353555445444545522222222222222222222222222222222222222222222222222222|
| 248B902652000000000000000423424414144253300000000000000000000000000000000000000000000000000000|
| 005200440048004B003900300032003600350032002000200020002000200020002000200020002000300030003000|
| |
| RDHK902652 000005R3TRTDATADDRESS_4.6 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 5444333333222222222233333353555445444545553232222222222222222222222222222222222222222222222222|
| 248B9026520000000000000005234244141442533F4E60000000000000000000000000000000000000000000000000|
| 005200440048004B003900300032003600350032002000200020002000200020002000200020002000300030003000|
|IT_E071K |
| Table IT_15[536x564] |
| \PROGRAM=RDDEXECU\DATA=E071K_TAB[] |
| Table reference: 12 |
| TABH+ 0(20) = 6000000003D0C320000000000000000000000000 |
| TABH+ 20(20) = 0000000C0000000F0000021800000234FFFFFFFF |
| TABH+ 40(16) = 04000000000087100004249403000000 |
| store = 0x6000000003D0C320 |
| ext1 = 0x0000000000000000 |
| shmId = 0 (0x00000000) |
| id = 12 (0x0000000C) |
| label = 15 (0x0000000F) |
| fill = 536 (0x00000218) |
| leng = 564 (0x00000234) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000018 |
| occu = 4 (0x00000004) |
| accKind = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniNo) |
| keyKind = 1 (default) |
| cmpMode = 2 (cmpSingleMcmpR) |
| occu0 = 1 |
| stMode = 0 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 0 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| hasScndKeys = 0 |
| hasRowId = 0 |
| scndKeysOutdated = 0 |
| scndUniKeysOutdated = 0 |
| ----- Shareable Table Header Data ----- |
| tabi = 0x6000000003D08660 |
| pgHook = 0x6000000003C4AE10 |
| idxPtr = 0x0000000000000000 |
| id = 16 (0x00000010) |
| shmTabhSet = 0x0000000000000000 |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 1020 (0x000003FC) |
| lineAlloc = 540 (0x0000021C) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x00000001) |
| rowId = 18446744073709551615 |
| scndKeyAdmin = 0x0000000000000000 |
| |
| RDHK902652 R3TRTABUADR10 000001TDATADDRESS |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 5444333333222222222253555445445332222222222222222222222222333333544544454552222222222222222222|
| 248B902652000000000023424125142100000000000000000000000000000001441414425330000000000000000000|
| 005200440048004B003900300032003600350032002000200020002000200020002000200020002000520033005400|
| |
| RDHK902652 R3TRTABUADR10 000002TDATADDRESS |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 5444333333222222222253555445445332222222222222222222222222333333544544454552222222222222222222|
| 248B902652000000000023424125142100000000000000000000000000000002441414425330000000000000000000|
| 005200440048004B003900300032003600350032002000200020002000200020002000200020002000520033005400|
| |
| RDHK902652 R3TRTABUADR10 000003TDATADDRESS |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 5444333333222222222253555445445332222222222222222222222222333333544544454552222222222222222222|
| 248B902652000000000023424125142100000000000000000000000000000003441414425330000000000000000000|
| 005200440048004B003900300032003600350032002000200020002000200020002000200020002000520033005400|
| |
| RDHK902652 R3TRTABUADR10 000004TDATADDRESS |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 5444333333222222222253555445445332222222222222222222222222333333544544454552222222222222222222|
| 248B902652000000000023424125142100000000000000000000000000000004441414425330000000000000000000|
| 005200440048004B003900300032003600350032002000200020002000200020002000200020002000520033005400|
| |
| RDHK902652 R3TRTABUADR10 000005TDATADDRESS |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 5444333333222222222253555445445332222222222222222222222222333333544544454552222222222222222222|
| 248B902652000000000023424125142100000000000000000000000000000005441414425330000000000000000000|
| 005200440048004B003900300032003600350032002000200020002000200020002000200020002000520033005400|
|IV_CTC |
| |
| 0 |
| 0 |
| 2 |
| 0 |
| 0020 |
|IV_DATNAME |
| :D:T:S:data:F:I902652.RDH |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 3435353667634343333332544222222222222222222222222222222222222222222222222222222222222222222222|
| A4A4A3A4141A6A9902652E248000000000000000000000000000000000000000000000000000000000000000000000|
| 003A0044003A0054003A0053003A0064006100740061003A0046003A0049003900300032003600350032002E005200|
|IV_SFW_CALL |
| |
| 0 |
| 0 |
| 2 |
| 0 |
| 0020 |
|IV_STATLOG_FILE |
| |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|
|IV_TRKORR |
| RDHK902652 |
| 00000000000000000000 |
| 00000000000000000000 |
| 54443333332222222222 |
| 248B9026520000000000 |
| 005200440048004B0039003000320036003500320020002000200020002000200020002000200020 |
|IV_UPDATE_LOCKFLAG |
| X |
| 0 |
| 0 |
| 5 |
| 8 |
| 0058 |
|IT_CLIENT |
| Table IT_21[1x8] |
|TRCO |
| K |
| 0 |
| 0 |
| 4 |
| B |
| 004B |
|LV_UPGRADE_IS_RUNNING |
| |
| 0 |
| 0 |
| 2 |
| 0 |
| 0020 |
|TTRA |
| T |
| 0 |
| 0 |
| 5 |
| 4 |
| 0054 |
|RSJOBINFO |
| 00000000000000 ## |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 2222222222222222222222222222222233333333333333222222222222222222222222222222222200 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|
|<LS_METHOD_CALL> |
| AFTER_IMP AFTER_IMP_CUST_ADDRESS X############### |
| 00000000000000000000000000000000000000000000C000C000C000 |
| 00000000000000000000000000000000000000000000600050004000 |
| 44545544524454554455455554445455222222225000000100010001 |
| 16452F9D0016452F9D0F3534F14425330000000080000009000A000B |
| 00410046005400450052005F0049004D0050002000410046005400450052005F0049004D0050005F00430055005300|
|LV_IS_UPGRADE |
| |
| 0 |
| 0 |
| 2 |
| 0 |
| 0020 |
|LV_TOP_LEVEL |
| 2 |
| 0 |
| 0 |
| 3 |
| 2 |
| 0032 |
|LV_NO_WORK_FOUND |
| |
| 0 |
| 0 |
| 2 |
| 0 |
| 0020 |
|LS_SPEC_PARS |
| |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|
|SCREEN |
| %_17NNS0000002905_%_%_%_%_%_%_ |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2533445333333333352525252525252222222222222222222222222222222222222222222222222222222222222222|
| 5F17EE30000002905F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000|
| 0025005F00310037004E004E00530030003000300030003000300032003900300035005F0025005F0025005F002500|
|SPACE |
| |
| 0 |
| 0 |
| 2 |
| 0 |
| 0020 |
----------------------------------------------------------------------------------------------------
|No. 1 Ty. EVENT |
|Name START-OF-SELECTION |
----------------------------------------------------------------------------------------------------
|SCREEN |
| %_17NNS0000002905_%_%_%_%_%_%_ |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2533445333333333352525252525252222222222222222222222222222222222222222222222222222222222222222|
| 5F17EE30000002905F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000|
| 0025005F00310037004E004E00530030003000300030003000300032003900300035005F0025005F0025005F002500|
|SYST |
| #######################################J#######################################T######## ##>|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000|
| 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000D000500|
| 0000000000000000000000000000000000000004000000000000000000000000000000000000010500000005220000|
| 000001000000000000000002010001000000000A00000004000000000000000000000000000006040000000800000C|
| 0000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000|
|SY-REPID |
| RDDEXECU |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 5444544522222222222222222222222222222222 |
| 2445853500000000000000000000000000000000 |
| 0052004400440045005800450043005500200020002000200020002000200020002000200020002000200020002000|
|GT_CLIENT |
| Table IT_21[1x8] |
|GS_CLIENT |
| 400 |
| 0000 |
| 0000 |
| 3332 |
| 4000 |
| 0034003000300020 |
|%_P_CLI_%_APP_% |
| Client for Method Execution |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 466667266724676662476677666222 |
| 3C95E406F20D548F405853549FE000 |
| 0043006C00690065006E007400200066006F00720020004D006500740068006F006400200045007800650063007500|
|GS_E070 |
| RDHK902652 WRRQH CUSTVHR_BMS 20121012191246 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 5444333333222222222255554222222245555455445222223333333333333322222222222222222222 |
| 248B90265200000000007221800000003534682F2D3000002012101219124600000000000000000000 |
| 005200440048004B003900300032003600350032002000200020002000200020002000200020002000570052005200|
|E071_TAB[] |
| Table IT_14[20x360] |
|LOGNAME |
| :D:T:S:tmp:F:RDHR902652.RPH |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 3435353767343544533333325542222222222222222222222222222222222222222222222222222222222222222222|
| A4A4A3A4D0A6A2482902652E2080000000000000000000000000000000000000000000000000000000000000000000|
| 003A0044003A0054003A0053003A0074006D0070003A0046003A005200440048005200390030003200360035003200|
|E071K_TAB[] |
| Table IT_15[536x564] |
|%_DATNAME_%_APP_% |
| Data File Name (from TRBAT) |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 467624666246662267662554452222 |
| 4141069C50E1D50862FD0422149000 |
| 0044006100740061002000460069006C00650020004E0061006D00650020002800660072006F006D00200054005200|
|GV_CTC |
| |
| 0 |
| 0 |
| 2 |
| 0 |
| 0020 |
|%_LOGNAME_%_APP_% |
| Log Name (from TRBAT) |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
| 466246662267662554452222222222 |
| CF70E1D50862FD0422149000000000 |
| 004C006F00670020004E0061006D00650020002800660072006F006D00200054005200420041005400290020002000|
|GV_TRBAT_DATNAME |
| :D:T:S:data:F:I902652.RDH |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 3435353667634343333332544222222222222222222222222222222222222222222222222222222222222222222222|
| A4A4A3A4141A6A9902652E248000000000000000000000000000000000000000000000000000000000000000000000|
| 003A0044003A0054003A0053003A0064006100740061003A0046003A0049003900300032003600350032002E005200|
|GV_STATLOG_FILE |
| |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|
|P_CLI |
| 400 |
| 000 |
| 000 |
| 333 |
| 400 |
| 003400300030 |
|COMFILE |
| RDHK902652 |
| 00000000000000000000 |
| 00000000000000000000 |
| 54443333332222222222 |
| 248B9026520000000000 |
| 005200440048004B0039003000320036003500320020002000200020002000200020002000200020 |
|DATNAME |
| :D:T:S:data:F:I902652.RDH |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 3435353667634343333332544222222222222222222222222222222222222222222222222222222222222222222222|
| A4A4A3A4141A6A9902652E248000000000000000000000000000000000000000000000000000000000000000000000|
| 003A0044003A0054003A0053003A0064006100740061003A0046003A0049003900300032003600350032002E005200|
|SYST-REPID |
| RDDEXECU |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 5444544522222222222222222222222222222222 |
| 2445853500000000000000000000000000000000 |
| 0052004400440045005800450043005500200020002000200020002000200020002000200020002000200020002000|
|SY-LANGU |
| E |
| 0 |
| 0 |
| 4 |
| 5 |
| 0045 |
|SY |
| #######################################J#######################################T######## ##>|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000|
| 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000D000500|
| 0000000000000000000000000000000000000004000000000000000000000000000000000000010500000005220000|
| 000001000000000000000002010001000000000A00000004000000000000000000000000000006040000000800000C|
| 0000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000|
|SPACE |
| |
| 0 |
| 0 |
| 2 |
| 0 |
| 0020 |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Internal notes |
| The termination was triggered in function "DynamicOffsetLengthAccess" |
| of the SAP kernel, in line 405 of the module |
| "//bas/720_REL/src/krn/runt/abofflen.c#1". |
| The internal operation just processed is "OFFL". |
| Internal mode was started at 20121012191248. |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Active Calls in SAP Kernel |
----------------------------------------------------------------------------------------------------
|Lines of C Stack in Kernel (Structure Differs on Each Platform) |
----------------------------------------------------------------------------------------------------
|(0) 0x4000000002ec29b0 CTrcStack2 + 0x1d0 at dptstack.c:228 [dw.sapRPH_D02] |
|(1) 0x4000000002ec2d90 CTrcStack + 0x30 [dw.sapRPH_D02] |
|(2) 0x40000000030ded60 _Z16rabax_CStackSavev + 0x1c0 at abrabax.c:8648 [dw.sapRPH_D02] |
|(3) 0x40000000030e6000 ab_rabax + 0x3b00 at abrabax.c:1416 [dw.sapRPH_D02] |
|(4) 0x400000000250b900 _Z25DynamicOffsetLengthAccessPK7AB_DATA + 0x1480 at abofflen.c:405 [dw.sa|
|(5) 0x40000000024dcc60 _Z8ab_jofflv + 0x1c0 at abofflen.c:265 [dw.sapRPH_D02] |
|(6) 0x40000000025f0360 _Z8ab_extriv + 0x2a10 at abextri.c:719 [dw.sapRPH_D02] |
|(7) 0x40000000026d9fc0 _Z9ab_xeventPKt + 0x420 at abrunt1.c:336 [dw.sapRPH_D02] |
|(8) 0x4000000002a2b610 _Z8ab_triggv + 0x130 at abrunt1.c:57 [dw.sapRPH_D02] |
|(9) 0x4000000002a3fed0 ab_run + 0xd0 at absubmit.c:511 [dw.sapRPH_D02] |
|(10) 0x4000000002b5ab80 N_ab_run + 0x20 at dymainstp.c:5401 [dw.sapRPH_D02] |
|(11) 0x4000000002427e70 dynpmcal + 0xad0 at dymainstp.c:2724 [dw.sapRPH_D02] |
|(12) 0x4000000002489fc0 dynppai0 + 0x860 at dymainstp.c:1353 [dw.sapRPH_D02] |
|(13) 0x400000000238bde0 dynprctl + 0x2a0 at dymainstp.c:469 [dw.sapRPH_D02] |
|(14) 0x400000000236b150 dynpen00 + 0x990 at dymain.c:1971 [dw.sapRPH_D02] |
|(15) 0x4000000002a07970 Thdynpen00 + 0x390 at thxxhead.c:5200 [dw.sapRPH_D02] |
|(16) 0x40000000028a7080 TskhLoop + 0x36d0 at thxxhead.c:4207 [dw.sapRPH_D02] |
|(17) 0x4000000002ac3280 ThStart + 0x5a0 at thxxhead.c:1191 [dw.sapRPH_D02] |
|(18) 0x40000000028324f0 DpMain + 0x3a0 at dpxxdisp.c:1154 [dw.sapRPH_D02] |
|(19) 0x4000000002b1d560 main + 0x80 at thxxanf.c:80 [dw.sapRPH_D02] |
|(20) 0xc00000000004a9b0 main_opd_entry + 0x50 [/usr/lib/hpux64/dld.so] |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|List of ABAP programs affected |
----------------------------------------------------------------------------------------------------
|Index |Typ|Program |Group |Date |Time |Size |Lang. |
----------------------------------------------------------------------------------------------------
| 0|Prg|RDDEXECU | 0|26.10.2011|11:28:07| 44032|E |
| 1|Prg|SAPMSSY0 | 1|26.10.2011|09:50:31| 111616|E |
| 2|Prg|SAPMSSYD | 1|26.10.2011|09:50:32| 24576|E |
| 3|Prg|SAPFSYSCALLS | 1|09.09.2004|14:18:32| 8192|E |
| 4|Prg|RSDBRUNT | 0|26.10.2011|09:50:23| 304128|E |
| 5|Typ|RSSCR | 0|30.03.2005|10:21:45| 5120| |
| 6|Prg|RSDBSPBL | 0|26.10.2011|09:50:23| 84992|E |
| 7|Prg|SAPDB__S | 0|30.03.2005|10:22:01| 21504|E |
| 8|Typ|VARID | 0|12.05.1997|16:51:30| 5120| |
| 9|Typ|SSCRFIELDS | 0|13.05.1997|12:54:26| 5120| |
| 10|Prg|RSDBSPVA | 0|26.10.2011|09:50:23| 160768|E |
| 11|Prg|%_CSYDB0 | 0|17.06.2009|13:36:11| 40960|E |
| 12|Typ|RSVAMEMKEY | 0|07.05.1997|13:07:49| 2048| |
| 13|Prg|RSDBSPMC | 0|17.06.2009|13:36:11| 92160|E |
| 14|Typ|DDSHDESCR | 0|03.09.1997|03:05:16| 4096| |
| 15|Typ|SPPARAMS | 0|07.05.1997|13:10:38| 2048| |
| 16|Prg|SAPLICON | 16|17.12.2007|16:04:40| 31744|E |
| 17|Prg|%_CICON | 16|17.12.2007|16:04:39| 126976|E |
| 18|Typ|ICONT | 0|12.09.2006|11:25:01| 2048| |
| 19|Prg|SAPLSABE | 19|12.06.2008|12:31:55| 14336|E |
| 20|Prg|SAPLSECU | 20|26.10.2011|09:59:17| 107520|E |
| 21|Typ|RSSUBINFO | 0|14.10.1999|22:01:03| 3072| |
| 22|Typ|RSEXFCODE | 0|13.08.1997|12:52:57| 2048| |
| 23|Prg|SAPLDSYA | 23|26.10.2011|07:48:23| 52224|E |
| 24|Prg|SAPFSDS1 | 23|30.03.2005|10:22:01| 61440|E |
| 25|Typ|TDCLD | 0|02.11.1998|09:51:35| 5120| |
| 26|Prg|SAPLSDOD | 26|18.06.2009|09:21:28| 52224|E |
| 27|Typ|DOKIL | 0|12.05.1997|16:46:17| 3072| |
| 28|Prg|SAPCNVE | 28|09.09.2004|14:36:10| 9216|E |
| 29|Prg|SAPLLANG | 29|10.09.2007|14:53:12| 11264|E |
| 30|Typ|T002 | 0|10.09.2007|14:53:12| 2048| |
| 31|Prg|SAPFSPOR | 0|12.06.2008|13:33:02| 16384|E |
| 32|Typ|RSPARINT | 0|10.04.1995|09:58:38| 2048| |
| 33|Prg|SAPLSTUP | 33|26.10.2011|11:22:55| 86016|E |
| 34|Prg|SAPLCNDP | 34|26.10.2011|09:17:38| 231424|E |
| 35|Prg|SAPLSCNT | 35|18.02.2005|14:16:06| 34816|E |
| 36|Prg|SAPSHDTV | 35|26.10.2011|11:28:18| 38912|E |
| 37|Prg|SAPFGUICNTL | 1|18.02.2005|14:15:08| 27648|E |
| 38|Prg|SAPLOLEA | 38|18.06.2009|09:21:28| 110592|E |
| 39|Prg|SAPLSGUI | 39|26.10.2011|07:52:15| 105472|E |
| 40|Prg|SAPLSTTM | 40|18.06.2009|09:21:28| 79872|E |
| 41|Prg|SAPLSBDC | 41|18.06.2009|09:21:28| 48128|E |
| 42|Prg|SAPLSFES | 42|26.10.2011|11:27:55| 315392|E |
| 43|Prg|SAPLTHFB | 43|26.10.2011|11:26:00| 471040|E |
| 44|Typ|WPINFO | 0|26.02.1999|14:49:01| 6144| |
| 45|Prg|SAPLURFC | 45|26.10.2011|10:00:28| 26624|E |
| 46|Prg|SAPLSPLUGIN | 46|13.01.2010|09:58:32| 9216|E |
| 47|Typ|SWCBCONT | 0|15.11.2000|17:55:11| 3072| |
| 48|Typ|OLE_VERBS | 0|04.04.1995|16:02:20| 2048| |
| 49|Typ|OLE_PA | 0|04.04.1995|16:02:19| 2048| |
| 50|Typ|SSCRTEXTS | 0|03.09.1997|03:12:33| 3072| |
| 51|Prg|SAPLSTR9 | 51|26.10.2011|07:51:41| 48128|E |
| 52|Prg|CONTEXT_X_TR_SYS_PARAMS | 51|30.03.2010|14:13:04| 46080|E |
| 53|Typ|TCONT | 0|09.09.2004|14:18:43| 2048| |
| 54|Typ|CONTEXTB | 0|09.09.2004|14:15:52| 6144| |
| 55|Typ|E070 | 0|10.07.1997|00:23:15| 3072| |
| 56|Typ|E070C | 0|26.10.2011|07:40:20| 2048| |
| 57|Typ|E071 | 0|17.12.2008|07:17:27| 3072| |
| 58|Typ|E071K | 0|18.05.2004|10:29:33| 4096| |
| 59|Prg|SAPLSTRI | 59|26.10.2011|09:50:38| 309248|E |
| 60|Typ|E070A | 0|10.11.1999|17:50:18| 2048| |
| 61|Typ|E071KF | 0|20.08.1998|10:52:34| 3072| |
| 62|Prg|SAPLSCTS_REQUEST_SELECTION | 62|26.10.2011|07:40:20| 182272|E |
| 63|Prg|%_CTRWBO | 62|26.10.2011|07:40:20| 25600|E |
| 64|Prg|SAPLSLOG | 64|26.10.2011|09:50:04| 168960|E |
| 65|Prg|SAPLSTRF | 65|26.10.2011|07:49:14| 98304|E |
| 66|Prg|SAPLSTRS | 66|26.10.2011|09:49:53| 74752|E |
| 67|Prg|SAPLSTFI | 67|26.10.2011|09:50:07| 74752|E |
| 68|Typ|TRLOGR | 0|13.08.1997|13:00:40| 2048| |
| 69|Typ|DDPRS | 0|10.07.1997|00:23:10| 2048| |
| 70|Prg|SAPLSABC | 70|26.10.2011|11:25:03| 15360|E |
| 71|Prg|CL_FS_PATH====================CP | 71|26.10.2011|09:56:45| 53248|E |
| 72|Prg|CL_FS_UNIX_PATH===============CP | 72|26.10.2011|09:56:45| 16384|E |
| 73|Prg|SAPLSYST | 73|26.10.2011|09:50:12| 44032|E |
| 74|Prg|%_CTRLOG | 64|18.02.2005|14:16:09| 11264|E |
| 75|Typ|SCTS_CL_RESULT | 0|08.12.2004|18:00:13| 2048| |
| 76|Prg|SAPLSCTS_EXE_EXP | 76|26.10.2011|11:27:52| 175104|E |
| 77|Prg|SAPLSCTO | 77|26.10.2011|11:25:13| 57344|E |
| 78|Prg|SAPLSUGS | 78|12.02.2010|11:49:46| 60416|E |
| 79|Prg|%_CTRMTD | 77|26.10.2011|11:18:00| 10240|E |
| 80|Typ|OBJH | 0|18.12.2001|16:56:41| 5120| |
| 81|Typ|OBJT | 0|14.02.1998|08:30:30| 2048| |
| 82|Typ|OBJM | 0|26.10.2011|11:18:00| 3072| |
| 83|Typ|OBJS | 0|20.08.1998|11:36:58| 3072| |
| 84|Typ|OBJSL | 0|02.11.1998|09:46:04| 3072| |
| 85|Typ|CTS_AIM | 0|17.06.2009|13:32:07| 2048| |
| 86|Prg|SAPLSTRX | 86|13.01.2010|10:16:50| 16384|E |
| 87|Typ|SPROT_U | 0|20.08.1998|10:58:34| 3072| |
| 88|Prg|SAPLSZAI | 88|12.06.2008|12:41:32| 414720|E |
| 89|Typ|ADRC | 0|17.06.2009|13:39:30| 18432| |
| 90|Typ|NRIV | 0|02.04.1998|08:14:54| 3072| |
| 91|Typ|ADRCT | 0|28.08.1997|08:35:27| 3072| |
| 92|Typ|ADRG | 0|03.07.1996|22:44:47| 2048| |
| 93|Typ|ADR2 | 0|06.11.2003|20:34:00| 5120| |
| 94|Typ|ADR3 | 0|06.11.2003|20:34:01| 5120| |
| 95|Typ|ADR4 | 0|06.11.2003|20:34:02| 4096| |
| 96|Typ|ADR5 | 0|06.11.2003|20:34:03| 4096| |
| 97|Typ|ADR6 | 0|07.02.2006|10:07:05| 5120| |
| 98|Typ|ADR7 | 0|06.11.2003|20:34:04| 4096| |
| 99|Typ|ADR8 | 0|06.11.2003|20:34:06| 9216| |
| 100|Typ|ADR9 | 0|06.11.2003|20:34:07| 4096| |
| 101|Typ|ADR10 | 0|06.11.2003|20:33:58| 4096| |
| 102|Typ|ADR11 | 0|09.11.2000|14:17:37| 9216| |
| 103|Typ|ADR12 | 0|09.11.2000|14:17:39| 8192| |
| 104|Typ|ADR13 | 0|06.11.2003|20:33:59| 5120| |
| 105|Typ|ADRT | 0|14.02.1998|05:38:23| 3072| |
| 106|Typ|ADRU | 0|06.11.2003|20:34:08| 3072| |
| 107|Typ|ADRCOMC | 0|03.07.1996|22:44:45| 3072| |
| 108|Prg|CX_SY_RANGE_OUT_OF_BOUNDS=====CP | 108|18.02.2005|14:13:43| 12288|E |
| 109|Prg|CX_SY_DATA_ACCESS_ERROR=======CP | 109|18.02.2005|14:13:43| 11264|E |
| 110|Prg|CX_DYNAMIC_CHECK==============CP | 110|18.06.2009|09:21:27| 11264|E |
| 111|Prg|CX_ROOT=======================CP | 111|26.10.2011|06:41:30| 13312|E |
| 112|Prg|CX_NO_CHECK===================CP | 112|18.06.2009|09:21:27| 11264|E |
| 113|Prg|CX_SY_NO_HANDLER==============CP | 113|05.07.2005|13:10:16| 11264|E |
| 114|Typ|USR21S | 0|06.11.2003|20:38:34| 3072| |
| 115|Typ|SYST | 0|09.09.2004|14:18:12| 30720| |
| 116|Typ|DFIES | 0|17.06.2009|09:20:06| 10240| |
| 117|Typ|USADDEF | 0|28.08.1997|09:36:36| 2048| |
| 118|Typ|RSJOBINFO | 0|29.04.1992|14:52:25| 3072| |
| 119|Prg|%_CSZADR | 88|26.10.2011|11:44:58| 115712|E |
| 120|Prg|%_CRSDS | 0|18.02.2005|14:15:39| 11264|E |
| 121|Prg|%_CSYLDB | 0|18.02.2005|14:15:48| 9216|E |
| 122|Prg|%_CSLIS | 20|18.06.2009|08:25:28| 96256|E |
| 123|Typ|DTC_S_LAYO | 0|04.12.2000|12:46:23| 7168| |
| 124|Typ|CAT_SVARS | 0|18.05.2004|10:32:36| 3072| |
| 125|Typ|T000 | 0|11.09.1997|10:17:18| 4096| |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Directory of Application Tables |
----------------------------------------------------------------------------------------------------
|Name Date Time Lngth |
| Val. |
----------------------------------------------------------------------------------------------------
|Program RDDEXECU |
----------------------------------------------------------------------------------------------------
|SYST 09.09.2004 14:18:12 00004612 |
| \0\0\0\0\0\x0001\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x0002\0 |
|SY . . : : 00004612 |
| \0\0\0\0\0\x0001\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x0002\0 |
|SSCRFIELDS 09.09.2004 14:18:02 00001708 |
| |
|SSCRTEXTS . . : : 00000742 |
| |
----------------------------------------------------------------------------------------------------
|Program RSDBRUNT |
----------------------------------------------------------------------------------------------------
|VARID . . : : 00000252 |
| |
----------------------------------------------------------------------------------------------------
|Program SAPLICON |
----------------------------------------------------------------------------------------------------
|ICONT . . : : 00000130 |
| |
----------------------------------------------------------------------------------------------------
|Program SAPFSDS1 |
----------------------------------------------------------------------------------------------------
|TDCLD . . : : 00000098 |
| RE DOKU 40R XX XXLIMUDOCUX #XR3TRPROGX X| |
----------------------------------------------------------------------------------------------------
|Program SAPLSDOD |
----------------------------------------------------------------------------------------------------
|DOKIL . . : : 00000152 |
| |
----------------------------------------------------------------------------------------------------
|Program SAPLLANG |
----------------------------------------------------------------------------------------------------
|T002 . . : : 00000010 |
| ES1EN| |
----------------------------------------------------------------------------------------------------
|Program CONTEXT_X_TR_SYS_PARAMS |
----------------------------------------------------------------------------------------------------
|CONTEXTB . . : : 00002992 |
| 000EBTR_SYS_PARAMS 000006000100000000000000\0\0\0\0 |
|TCONT . . : : 00000068 |
| TR_SYS_PARAMS 20120827143648| |
----------------------------------------------------------------------------------------------------
|Program SAPLSCTS_EXE_EXP |
----------------------------------------------------------------------------------------------------
|RSJOBINFO . . : : 00000164 |
| 00000000000000 |
----------------------------------------------------------------------------------------------------
|Program SAPLSZAI |
----------------------------------------------------------------------------------------------------
|RSJOBINFO . . : : 00000164 |
| 00000000000000 |
|NRIV . . : : 00000172 |
| 400ADRNR 0100000000000001 0049999999 |
|USR21S . . : : 00000186 |
| |
|USADDEF . . : : 00000026 |
| | |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|ABAP Control Blocks (CONT) |
----------------------------------------------------------------------------------------------------
|Index|Name|Fl|PAR0|PAR1|PAR2|PAR3|PAR4|PAR5|PAR6|Source Code |Line |
----------------------------------------------------------------------------------------------------
|20080|2413| | | | | | | | | | |
|19134|FUNC|82|0002| | | | | | |LSZAIF01 | 96|
|19135|FUNC|81|001D| | | | | | |LSZAIF01 | 96|
|19136|FUNC|82|0003| | | | | | |LSZAIF01 | 96|
|19137|FUNC|FF|0000| | | | | | |LSZAIF01 | 96|
|19138|cmpr|00|00E2|00B4|0000| | | | |LSZAIF01 | 103|
|19140|BRAF|05|0002| | | | | | |LSZAIF01 | 103|
|19141|BREL|80|0000| | | | | | |LSZAIF01 | 103|
|19142|EXIT|00|0000| | | | | | |LSZAIF01 | 106|
|19143|BRAX|00|00A5| | | | | | |LSZAIF01 | 106|
|19144|ASSI|03|0000|0189|8005|0000|0000|0000|0000|LSZAIF01 | 110|
|19148|ASSI|03|0000|018A|8006|0000|0000|0000|0000|LSZAIF01 | 111|
|>>>>>|OFFL|00|0002|8002|8009|0005|0188|0000|0000|LSZAIF01 | 113|
|19156|MOVE|00|0000|8005|8009| | | | |LSZAIF01 | 113|
|19158|TREA|04|02DC|0186|0187|0002|0000|0000|0000|LSZAIF01 | 114|
|19162|PAR4|00|0000|0000|0000|0002|0000|0000|0002|LSZAIF01 | 114|
|19166|PAR2|01|02DC|017E|0007| | | | |LSZAIF01 | 114|
|19168|PAR2|01|02DC|017F|018C| | | | |LSZAIF01 | 114|
|19170|cmpr|00|00E2|00B4|0000| | | | |LSZAIF01 | 117|
|19172|BRAF|02|000C| | | | | | |LSZAIF01 | 117|
----------------------------------------------------------------------------------------------------