2012 Jun 17 10:00 PM
Hi All,
While applying patch
SAPKB70020 I got the below dump. I am unable to figure out the reason so have turned to this open community for help. Kindly refer to the ST22 dump below and guide the resolution.
Runtime Errors ASSERTION_FAILED
Date and Time 16.06.2012 10:45:36
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Short text |
| The ASSERT condition was violated. |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|What happened? |
| In the running application program, the ASSERT statement recognized a |
| situation that should not have occurred. |
| The runtime error was triggered for one of these reasons: |
| - For the checkpoint group specified with the ASSERT statement, the |
| activation mode is set to "abort". |
| - Via a system variant, the activation mode is globally set to "abort" |
| for checkpoint groups in this system. |
| - The activation mode is set to "abort" on program level. |
| - The ASSERT statement is not assigned to any checkpoint group. |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|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 |
| The following checkpoint group was used: "No checkpoint group specified" |
| |
| If in the ASSERT statement the addition FIELDS was used, you can find |
| the content of the first 8 specified fields in the following overview: |
| " (not used) " |
| " (not used) " |
| " (not used) " |
| " (not used) " |
| " (not used) " |
| " (not used) " |
| " (not used) " |
| " (not used) " |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|How to correct the error |
| Probably the only way to eliminate the error is to correct the program. |
| - |
| |
| 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: |
| |
| "ASSERTION_FAILED" " " |
| "CL_FDT_CC_SERVICES============CP" or "CL_FDT_CC_SERVICES============CM00T" |
| "REGENERATE_AFFECTED_CODE" |
| |
| If you cannot solve the problem yourself and want to send an error |
| notification to SAP, include the following information: |
| |
| 1. The description of the current problem (short dump) |
| |
| To save the description, choose "System->List->Save->Local File |
| (Unconverted)". |
| |
| 2. Corresponding system log |
| |
| Display the system log by calling transaction SM21. |
| Restrict the time interval to 10 minutes before and five minutes |
| after the short dump. Then choose "System->List->Save->Local File |
| (Unconverted)". |
| |
| 3. If the problem occurs in a problem of your own or a modified SAP |
| program: The source code of the program |
| In the editor, choose "Utilities->More |
| Utilities->Upload/Download->Download". |
| |
| 4. Details about the conditions under which the error occurred or which |
| actions and input led to the error. |
| |
| |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|System environment |
| SAP-Release 700 |
| |
| Application server... "OSTBI" |
| Network address...... "203.110.83.227" |
| Operating system..... "Windows NT" |
| Release.............. "6.1" |
| Hardware type........ "2x AMD64 Level" |
| Character length.... 16 Bits |
| Pointer length....... 64 Bits |
| Work process number.. 9 |
| Shortdump setting.... "full" |
| |
| Database server... "OSTBI" |
| Database type..... "ORACLE" |
| Database name..... "DB1" |
| Database user ID.. "SAPSR3" |
| |
| Terminal................. " " |
| |
| Char.set.... "C" |
| |
| SAP kernel....... 700 |
| created (date)... "Dec 23 2011 23:11:37" |
| create on........ "NT 5.2 3790 Service Pack 2 x86 MS VC++ 14.00" |
| Database version. "OCI_10201_SHARE (10.2.0.5.0) " |
| |
| Patch level. 333 |
| Patch text.. " " |
| |
| Database............. "ORACLE 10.1.0.*.*, ORACLE 10.2.0.*.*, ORACLE 11.2.*.*.*" |
| SAP database version. 700 |
| Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows |
| NT 6.0, Windows NT 6.1" |
| |
| Memory consumption |
| Roll.... 16192 |
| EM...... 29328880 |
| Heap.... 0 |
| Page.... 40960 |
| MM Used. 10253296 |
| MM Free. 6502768 |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|User and Transaction |
| |
| Client.............. 000 |
| User................ "DDIC" |
| Language key........ "E" |
| Transaction......... " " |
| Transactions ID..... "13DBB7E11FACF1A78BA5000C292958A4" |
| |
| Program............. "CL_FDT_CC_SERVICES============CP" |
| Screen.............. "SAPMSSY0 1000" |
| Screen line......... 6 |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Information on where terminated |
| Termination occurred in the ABAP program "CL_FDT_CC_SERVICES============CP" - |
| in "REGENERATE_AFFECTED_CODE". |
| The main program was "RDDEXECU ". |
| |
| In the source code you have the termination point in line 26 |
| of the (Include) program "CL_FDT_CC_SERVICES============CM00T". |
| The program "CL_FDT_CC_SERVICES============CP" was started as a background job. |
| Job Name....... "RDDEXECL" |
| Job Initiator.. "DDIC" |
| Job Number..... 10453600 |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Source Code Extract |
----------------------------------------------------------------------------------------------------
|Line |SourceCde |
----------------------------------------------------------------------------------------------------
| 1|METHOD regenerate_affected_code. |
| 2|* Ensure that old code of all functions which use this objcet |
| 3|* will be regenerated when needed for the next time. |
| 4| |
| 5| DATA lv_timestamp TYPE timestamp. |
| 6| DATA lv_changed_at TYPE timestamp. |
| 7| DATA lts_version TYPE if_fdt_admin_data=>ts_version. |
| 8| DATA lv_act_version TYPE if_fdt_types=>version. |
| 9| DATA lts_affected_function TYPE if_fdt_types=>ts_object_id. |
| 10| DATA lts_usage_tree TYPE cl_fdt_admin_data=>ts_usage_tree. |
| 11| DATA lv_id TYPE if_fdt_types=>id. |
| 12| DATA lv_object_type TYPE if_fdt_types=>object_type. |
| 13| DATA: lv_deleted TYPE abap_bool, |
| 14| lv_cc_version TYPE int4, |
| 15| lv_count TYPE i. |
| 16| |
| 17| FIELD-SYMBOLS <ls_version> LIKE LINE OF lts_version. |
| 18| FIELD-SYMBOLS <ls_usage> LIKE LINE OF lts_usage_tree. |
| 19| |
| 20| ASSERT io_saved_object IS BOUND. |
| 21| |
| 22|* Detect the effective timestamp of the last active version |
| 23| GET TIME STAMP FIELD lv_timestamp. |
| 24| io_saved_object->get_active_version( EXPORTING iv_timestamp = lv_timestamp |
| 25| IMPORTING ev_version = lv_act_version ). |
|>>>>>| ASSERT lv_act_version IS NOT INITIAL. |
| 27| |
| 28| io_saved_object->get_versions( IMPORTING ets_version = lts_version ). |
| 29| |
| 30| READ TABLE lts_version ASSIGNING <ls_version> |
| 31| WITH TABLE KEY version = lv_act_version. |
| 32| ASSERT sy-subrc IS INITIAL. |
| 33| |
| 34| lv_changed_at = <ls_version>-timestamp. |
| 35| |
| 36|* During transport the trunction is only necessary if there are entries in |
| 37|* fdt_cc_0000 or fdt_cc_0000s |
| 38| |
| 39| IF cl_fdt_maintenance=>gv_transport = abap_true. |
| 40| IF gv_existence_of_ref_checked = space. |
| 41| |
| 42| gv_existence_of_ref_checked = 'E'. |
| 43| lv_cc_version = cl_fdt_cc_services=>get_cc_version( ). |
| 44| |
| 45| SELECT COUNT(*) FROM fdt_cc_0000s "#EC CI_GENBUFF |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Contents of system fields |
----------------------------------------------------------------------------------------------------
|Name |Val. |
----------------------------------------------------------------------------------------------------
|SY-SUBRC|0 |
|SY-INDEX|1 |
|SY-TABIX|4 |
|SY-DBCNT|1 |
|SY-FDPOS|1 |
|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|I |
|SY-MSGID|FDT_TRANSPORT |
|SY-MSGNO|031 |
|SY-MSGV1|1 |
|SY-MSGV2| |
|SY-MSGV3| |
|SY-MSGV4| |
|SY-MODNO|0 |
|SY-DATUM|20120616 |
|SY-UZEIT|104536 |
|SY-XPROG|SAPLSYST |
|SY-XFORM|SYSTEM_HOOK_OPEN_DATASET |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Active Calls/Events |
----------------------------------------------------------------------------------------------------
|No. Ty. Program Include Line |
| Name |
----------------------------------------------------------------------------------------------------
| 11 METHOD CL_FDT_CC_SERVICES============CP CL_FDT_CC_SERVICES============CM00T 26 |
| CL_FDT_CC_SERVICES=>REGENERATE_AFFECTED_CODE |
| 10 METHOD CL_FDT_MAINTENANCE============CP CL_FDT_MAINTENANCE============CM005 423 |
| CL_FDT_MAINTENANCE=>IF_FDT_TRANSACTION~SAVE |
| 9 METHOD CL_FDT_APPLICATION============CP CL_FDT_APPLICATION============CM014 65 |
| CL_FDT_APPLICATION=>IF_FDT_TRANSACTION~SAVE |
| 8 METHOD CL_FDT_TRANS_CORE=============CP CL_FDT_TRANS_CORE=============CM001 171 |
| CL_FDT_TRANS_CORE=>ACTIVATE_OBJECT_IDS |
| 7 METHOD CL_FDT_TRANS==================CP CL_FDT_TRANS==================CM001 151 |
| CL_FDT_TRANS=>DEPLOY_DB_OBJECT_LIST |
| 6 METHOD CL_FDT_TRANS_CONNECTOR========CP CL_FDT_TRANS_CONNECTOR========CM001 97 |
| CL_FDT_TRANS_CONNECTOR=>R3TRANS |
| 5 FUNCTION SAPLFDT_TRANS_IMP_EXP_PHASE LFDT_TRANS_IMP_EXP_PHASEU04 64 |
| FDT_AFTER_IMPORT |
| 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 103 |
| TRINT_CALL_AFTER_IMP_METHOD |
| 1 EVENT RDDEXECU RDDEXECU 168 |
| START-OF-SELECTION |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Chosen variables |
----------------------------------------------------------------------------------------------------
|Name |
| Val. |
----------------------------------------------------------------------------------------------------
|No. 11 Ty. METHOD |
|Name CL_FDT_CC_SERVICES=>REGENERATE_AFFECTED_CODE |
----------------------------------------------------------------------------------------------------
|IO_SAVED_OBJECT |
| {O:283*\CLASS=CL_FDT_ADMIN_DATA} |
| E0001000 |
| 4000B100 |
|%_DUMMY$$ |
| |
| 2222 |
| 0000 |
| 0000 |
| 0000 |
|SYST-REPID |
| CL_FDT_CC_SERVICES============CP |
| 4454455445545544453333333333334522222222 |
| 3CF644F33F35269353DDDDDDDDDDDD3000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
|LV_TIMESTAMP |
| ## aatSl |
| 00266756 |
| 2101143C |
|%_VIASELSCR |
| # |
| 0 |
| 4 |
|LV_ACT_VERSION |
| 000000 |
| 333333 |
| 000000 |
| 000000 |
| 000000 |
|SY-REPID |
| CL_FDT_CC_SERVICES============CP |
| 4454455445545544453333333333334522222222 |
| 3CF644F33F35269353DDDDDDDDDDDD3000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
|LTS_VERSION |
| Table[initial] |
|<LS_VERSION> |
| ??? |
| ?????? |
| ?????? |
|SY-SUBRC |
| 0 |
| 0000 |
| 0000 |
|SPACE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|CL_FDT_MAINTENANCE=>GV_TRANSPORT |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
|ABAP_TRUE |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
----------------------------------------------------------------------------------------------------
|No. 10 Ty. METHOD |
|Name CL_FDT_MAINTENANCE=>IF_FDT_TRANSACTION~SAVE |
----------------------------------------------------------------------------------------------------
|IV_DEEP |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|IV_TRANSPORT_REQUEST |
| |
| 22222222222222222222 |
| 00000000000000000000 |
| 00000000000000000000 |
| 00000000000000000000 |
|SY-REPID |
| CL_FDT_MAINTENANCE============CP |
| 4454455444454444443333333333334522222222 |
| 3CF644FD19E45E1E35DDDDDDDDDDDD3000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
|ME |
| {O:282*\CLASS=CL_FDT_APPLICATION} |
| E0001000 |
| 5000A100 |
|LV_IS_DELETED |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|%_DUMMY$$ |
| |
| 2222 |
| 0000 |
| 0000 |
| 0000 |
|LV_INACTV_VERSION |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|ABAP_FALSE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|SYST-REPID |
| CL_FDT_MAINTENANCE============CP |
| 4454455444454444443333333333334522222222 |
| 3CF644FD19E45E1E35DDDDDDDDDDDD3000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
|LV_HAD_UNSAVED_CHANGES |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
|ABAP_TRUE |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
|SY-XPROG |
| SAPLSYST |
| 5454555522222222222222222222222222222222 |
| 310C393400000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
|LO_ADMIN_DATA |
| {O:283*\CLASS=CL_FDT_ADMIN_DATA} |
| E0001000 |
| 4000B100 |
|LV_TIMESTAMP_SET |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
|CL_FDT_ADMIN_DATA=>GV_TIMESTAMP |
| ## aatSl |
| 00266756 |
| 2101143C |
|LV_STARTED |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
|SPACE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
----------------------------------------------------------------------------------------------------
|No. 9 Ty. METHOD |
|Name CL_FDT_APPLICATION=>IF_FDT_TRANSACTION~SAVE |
----------------------------------------------------------------------------------------------------
|IV_DEEP |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|IV_TRANSPORT_REQUEST |
| |
| 22222222222222222222 |
| 00000000000000000000 |
| 00000000000000000000 |
| 00000000000000000000 |
|%_DUMMY$$ |
| |
| 2222 |
| 0000 |
| 0000 |
| 0000 |
|ME |
| {O:282*\CLASS=CL_FDT_APPLICATION} |
| E0001000 |
| 5000A100 |
|LV_HAS_UNSAVED_CHANGES |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
|LV_ACTIVE_VERSION |
| 000004 |
| 333333 |
| 000004 |
| 000000 |
| 000000 |
|SYST-REPID |
| CL_FDT_APPLICATION============CP |
| 4454455455444454443333333333334522222222 |
| 3CF644F100C93149FEDDDDDDDDDDDD3000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
|LV_OLD_DB_VERSION |
| 000004 |
| 333333 |
| 000004 |
| 000000 |
| 000000 |
|SY |
| ######################################Â#######################################T#########XC####|
| 00000000000000000000000000000000000000C000000000000000000000000000000000000010500000008F540000|
| 100040400000100000001010100010000000002000000000400000000000000000000000000060400020000F830600|
| 000000000000000000000000000000000000000000000000000000000000000000000000000000000000008F000000|
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000FF00000C|
|SY-REPID |
| CL_FDT_APPLICATION============CP |
| 4454455455444454443333333333334522222222 |
| 3CF644F100C93149FEDDDDDDDDDDDD3000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
|SYST |
| ######################################Â#######################################T#########XC####|
| 00000000000000000000000000000000000000C000000000000000000000000000000000000010500000008F540000|
| 100040400000100000001010100010000000002000000000400000000000000000000000000060400020000F830600|
| 000000000000000000000000000000000000000000000000000000000000000000000000000000000000008F000000|
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000FF00000C|
|LTS_VERSION |
| Table[initial] |
|LV_CURRENT_DB_VERSION |
| 000000 |
| 333333 |
| 000000 |
| 000000 |
| 000000 |
|LV_GTABKEY_ACTIVE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|CL_FDT_STORAGE=>GV_CUSTOMER_SYSTEM |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
|ABAP_FALSE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
----------------------------------------------------------------------------------------------------
|No. 8 Ty. METHOD |
|Name CL_FDT_TRANS_CORE=>ACTIVATE_OBJECT_IDS |
----------------------------------------------------------------------------------------------------
|ITS_OBJECT_ID |
| Table IT_1132[1x64] |
| \CLASS=CL_FDT_TRANS\METHOD=DEPLOY_DB_OBJECT_LIST\DATA=LTS_OBJECT_ID_ACTIVATE |
| Table reference: 264 |
| TABH+ 0(20) = 80028500DF070000900C0D00DF07000000000000 |
| TABH+ 20(20) = 080100006C0400000100000040000000FFFFFFFF |
| TABH+ 40(16) = 04750000000E000010000000A2268001 |
| store = 0x80028500DF070000 |
| ext1 = 0x900C0D00DF070000 |
| shmId = 0 (0x00000000) |
| id = 264 (0x08010000) |
| label = 1132 (0x6C040000) |
| fill = 1 (0x01000000) |
| leng = 64 (0x40000000) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000060 |
| occu = 16 (0x10000000) |
| access = 2 (ItAccessSorted) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 1 (ItUnique) |
| keyKind = 1 (default) |
| cmpMode = 3 (cmpSingleMcmpU) |
| occu0 = 1 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 0 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| gcKind = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| >>>>> Shareable Table Header Data <<<<< |
| tabi = 0x20988C00DF070000 |
| pgHook = 0x0000000000000000 |
| idxPtr = 0x0000000000000000 |
| shmTabhSet = 0x0000000000000000 |
| id = 857 (0x59030000) |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 16 (0x10000000) |
| lineAlloc = 16 (0x10000000) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x01000000) |
| >>>>> 1st level extension part <<<<< |
| regHook = 0xF01D8400DF070000 |
| collHook = 0x0000000000000000 |
| ext2 = 0x0000000000000000 |
| >>>>> 2nd level extension part <<<<< |
| tabhBack = Not allocated |
| delta_head = Not allocated |
| pb_func = Not allocated |
| pb_handle = Not allocated |
|IV_SYSTEM_OBJECT |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
|IV_LOCK_SCOPE_OPTION |
| 1 |
| 3 |
| 1 |
| 0 |
| 0 |
|ET_MESSAGE |
| Table IT_935[1x1096] |
| \CLASS=CL_FDT_TRANS\METHOD=DEPLOY_DB_OBJECT_LIST\DATA=LT_MESSAGE |
| Table reference: 244 |
| TABH+ 0(20) = 904D3F01DF070000000000000000000000000000 |
| TABH+ 20(20) = F4000000A70300000100000048040000FFFFFFFF |
| TABH+ 40(16) = 04750000300B000008000000C1258001 |
| store = 0x904D3F01DF070000 |
| ext1 = 0x0000000000000000 |
| shmId = 0 (0x00000000) |
| id = 244 (0xF4000000) |
| label = 935 (0xA7030000) |
| fill = 1 (0x01000000) |
| leng = 1096 (0x48040000) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000045 |
| occu = 8 (0x08000000) |
| access = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 3 (user defined) |
| cmpMode = 2 (cmpSingleMcmpR) |
| occu0 = 1 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 0 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| gcKind = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| >>>>> Shareable Table Header Data <<<<< |
| tabi = 0x10998A00DF070000 |
| pgHook = 0x0000000000000000 |
| idxPtr = 0x0000000000000000 |
| shmTabhSet = 0x0000000000000000 |
| id = 635 (0x7B020000) |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 8 (0x08000000) |
| lineAlloc = 8 (0x08000000) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x01000000) |
| >>>>> 1st level extension part <<<<< |
| regHook = Not allocated |
| collHook = Not allocated |
| ext2 = Not allocated |
| >>>>> 2nd level extension part <<<<< |
| tabhBack = Not allocated |
| delta_head = Not allocated |
| pb_func = Not allocated |
| pb_handle = Not allocated |
|EV_FAILURE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|ETS_FAILURE |
| Table[initial] |
|LT_OBJECT_ID |
| Table IT_1188[1x64] |
| \CLASS=CL_FDT_TRANS_CORE\METHOD=ACTIVATE_OBJECT_IDS\DATA=LT_OBJECT_ID |
| Table reference: 108 |
| TABH+ 0(20) = 409D8B00DF070000000000000000000000000000 |
| TABH+ 20(20) = 6C000000A40400000100000040000000E0000000 |
| TABH+ 40(16) = 04F90000F008000001000000C1248001 |
| store = 0x409D8B00DF070000 |
| ext1 = 0x0000000000000000 |
| shmId = 0 (0x00000000) |
| id = 108 (0x6C000000) |
| label = 1188 (0xA4040000) |
| fill = 1 (0x01000000) |
| leng = 64 (0x40000000) |
| loop = 224 (0xE0000000) |
| xtyp = TYPE#000033 |
| occu = 1 (0x01000000) |
| access = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 2 (cmpSingleMcmpR) |
| occu0 = 1 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 0 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| gcKind = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| >>>>> Shareable Table Header Data <<<<< |
| tabi = 0xA0393F01DF070000 |
| pgHook = 0x0000000000000000 |
| idxPtr = 0x0000000000000000 |
| shmTabhSet = 0x0000000000000000 |
| id = 913 (0x91030000) |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 1 (0x01000000) |
| lineAlloc = 1 (0x01000000) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x01000000) |
| >>>>> 1st level extension part <<<<< |
| regHook = Not allocated |
| collHook = Not allocated |
| ext2 = Not allocated |
| >>>>> 2nd level extension part <<<<< |
| tabhBack = Not allocated |
| delta_head = Not allocated |
| pb_func = Not allocated |
| pb_handle = Not allocated |
|LV_ID |
| 0000AAAA020000FFFFFFFFFFFFFFFFFF |
| 33334444333333444444444444444444 |
| 00001111020000666666666666666666 |
| 00000000000000000000000000000000 |
| 00000000000000000000000000000000 |
|SYST-REPID |
| CL_FDT_TRANS_CORE=============CP |
| 4454455554455445433333333333334522222222 |
| 3CF644F421E3F3F25DDDDDDDDDDDDD3000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
|SY-XPROG |
| SAPLSYST |
| 5454555522222222222222222222222222222222 |
| 310C393400000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
|LO_INSTANCE |
| {O:282*\CLASS=CL_FDT_APPLICATION} |
| E0001000 |
| 5000A100 |
|LV_ID_UNKNOWN |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|%_DUMMY$$ |
| |
| 2222 |
| 0000 |
| 0000 |
| 0000 |
|ABAP_FALSE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|RSJOBINFO |
| 00000000000000 ## |
| 2222222222222222222222222222222233333333333333222222222222222222222222222222222200 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
|SY-REPID |
| CL_FDT_TRANS_CORE=============CP |
| 4454455554455445433333333333334522222222 |
| 3CF644F421E3F3F25DDDDDDDDDDDDD3000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
|%_SPACE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|LX_FDT |
| {O:initial} |
| F0000000 |
| F0000000 |
|SPACE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|LV_MSGV |
| |
| 22222222222222222222222222222222222222222222222222 |
| 00000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000 |
----------------------------------------------------------------------------------------------------
|No. 7 Ty. METHOD |
|Name CL_FDT_TRANS=>DEPLOY_DB_OBJECT_LIST |
----------------------------------------------------------------------------------------------------
|IV_TARGET_CLIENT |
| |
| 222 |
| 000 |
| 000 |
| 000 |
|IV_TRREQUEST |
| SAPKB70020 |
| 54544333332222222222 |
| 310B2700200000000000 |
| 00000000000000000000 |
| 00000000000000000000 |
|IV_FORCE_OVERWRITE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|IV_TABLE_TYPE_FROM |
| S |
| 5 |
| 3 |
| 0 |
| 0 |
|IV_VERSION_OPTION_FROM |
| 0 |
| 3 |
| 0 |
| 0 |
| 0 |
|IV_TABLE_TYPE_TO |
| S |
| 5 |
| 3 |
| 0 |
| 0 |
|IV_VERSION_OPTION_TO |
| 1 |
| 3 |
| 1 |
| 0 |
| 0 |
|IT_DB_OBJECT_LIST |
| Table IT_145[13x564] |
| \CLASS=CL_FDT_TRANS_CONNECTOR\METHOD=R3TRANS\DATA=LT_E071K |
| Table reference: 93 |
| TABH+ 0(20) = 70C10C00DF070000000000000000000000000000 |
| TABH+ 20(20) = 5D000000910000000D00000034020000FFFFFFFF |
| TABH+ 40(16) = 04640000400700000D000000C9248401 |
| store = 0x70C10C00DF070000 |
| ext1 = 0x0000000000000000 |
| shmId = 0 (0x00000000) |
| id = 93 (0x5D000000) |
| label = 145 (0x91000000) |
| fill = 13 (0x0D000000) |
| leng = 564 (0x34020000) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000024 |
| occu = 13 (0x0D000000) |
| access = 1 (ItAccessStandard) |
| idxKind = 1 (ItIndexLinear) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 2 (cmpSingleMcmpR) |
| occu0 = 1 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 1 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| gcKind = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| >>>>> Shareable Table Header Data <<<<< |
| tabi = 0xD0E83E01DF070000 |
| pgHook = 0x0000000000000000 |
| idxPtr = 0x704D8200DF070000 |
| shmTabhSet = 0x0000000000000000 |
| id = 108 (0x6C000000) |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 13 (0x0D000000) |
| lineAlloc = 13 (0x0D000000) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 2 (0x02000000) |
| >>>>> 1st level extension part <<<<< |
| regHook = Not allocated |
| collHook = Not allocated |
| ext2 = Not allocated |
| >>>>> 2nd level extension part <<<<< |
| tabhBack = Not allocated |
| delta_head = Not allocated |
| pb_func = Not allocated |
| pb_handle = Not allocated |
|IV_COPY_TO_ACTIVE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|ET_MESSAGE |
| Table IT_125[38x1096] |
| \CLASS=CL_FDT_TRANS_CONNECTOR\METHOD=R3TRANS\DATA=LT_MESSAGE |
| Table reference: 89 |
| TABH+ 0(20) = 207C0C00DF070000000000000000000000000000 |
| TABH+ 20(20) = 590000007D0000002600000048040000FFFFFFFF |
| TABH+ 40(16) = 046500007004000008000000C1258001 |
| store = 0x207C0C00DF070000 |
| ext1 = 0x0000000000000000 |
| shmId = 0 (0x00000000) |
| id = 89 (0x59000000) |
| label = 125 (0x7D000000) |
| fill = 38 (0x26000000) |
| leng = 1096 (0x48040000) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000009 |
| occu = 8 (0x08000000) |
| access = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 3 (user defined) |
| cmpMode = 2 (cmpSingleMcmpR) |
| occu0 = 1 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 0 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| gcKind = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| >>>>> Shareable Table Header Data <<<<< |
| tabi = 0x102B8200DF070000 |
| pgHook = 0xE0028500DF070000 |
| idxPtr = 0x0000000000000000 |
| shmTabhSet = 0x0000000000000000 |
| id = 93 (0x5D000000) |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 40 (0x28000000) |
| lineAlloc = 40 (0x28000000) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x01000000) |
| >>>>> 1st level extension part <<<<< |
| regHook = Not allocated |
| collHook = Not allocated |
| ext2 = Not allocated |
| >>>>> 2nd level extension part <<<<< |
| tabhBack = Not allocated |
| delta_head = Not allocated |
| pb_func = Not allocated |
| pb_handle = Not allocated |
|EV_FAILED |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|ETS_FAILURE |
| Table[initial] |
|LT_MESSAGE |
| Table IT_935[1x1096] |
|%_DUMMY$$ |
| |
| 2222 |
| 0000 |
| 0000 |
| 0000 |
|ABAP_TRUE |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
|SYST-REPID |
| CL_FDT_TRANS==================CP |
| 4454455554453333333333333333334522222222 |
| 3CF644F421E3DDDDDDDDDDDDDDDDDD3000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
|ABAP_FALSE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|LTS_OBJECT_ID_ACTIVATE |
| Table IT_1132[1x64] |
|LV_SYSTEM_OBJECT |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
|LV_LOCK_SCOPE_OPTION |
| 1 |
| 3 |
| 1 |
| 0 |
| 0 |
|SPACE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|%_SPACE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
----------------------------------------------------------------------------------------------------
|No. 6 Ty. METHOD |
|Name CL_FDT_TRANS_CONNECTOR=>R3TRANS |
----------------------------------------------------------------------------------------------------
|IV_TRREQUEST |
| SAPKB70020 |
| 54544333332222222222 |
| 310B2700200000000000 |
| 00000000000000000000 |
| 00000000000000000000 |
|IV_FORCE_OVERWRITE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|IV_PHASE_OPTION |
| 1 |
| 3 |
| 1 |
| 0 |
| 0 |
|IV_TRANSP_OBJECT |
| FDT0001 |
| 4453333222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 6440001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|IV_TARGET_CLIENT |
| |
| 222 |
| 000 |
| 000 |
| 000 |
|IT_E071K |
| Table IT_119[13x564] |
| \FUNCTION-POOL=SCTS_EXE_EXP\FORM=CALL_IMP_METHODS_IN_CLIENT\DATA=LT_E071K |
| Table reference: 86 |
| TABH+ 0(20) = 80870900DF07000060860900DF07000000000000 |
| TABH+ 20(20) = 56000000770000000D00000034020000FFFFFFFF |
| TABH+ 40(16) = 044C0000B00C000010000000C9248001 |
| store = 0x80870900DF070000 |
| ext1 = 0x60860900DF070000 |
| shmId = 0 (0x00000000) |
| id = 86 (0x56000000) |
| label = 119 (0x77000000) |
| fill = 13 (0x0D000000) |
| leng = 564 (0x34020000) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000053 |
| occu = 16 (0x10000000) |
| access = 1 (ItAccessStandard) |
| idxKind = 1 (ItIndexLinear) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 2 (cmpSingleMcmpR) |
| occu0 = 1 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 0 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| gcKind = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| >>>>> Shareable Table Header Data <<<<< |
| tabi = 0x00777C00DF070000 |
| pgHook = 0x0000000000000000 |
| idxPtr = 0xA0860900DF070000 |
| shmTabhSet = 0x0000000000000000 |
| id = 87 (0x57000000) |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 16 (0x10000000) |
| lineAlloc = 16 (0x10000000) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x01000000) |
| >>>>> 1st level extension part <<<<< |
| regHook = 0xB0850900DF070000 |
| collHook = 0x0000000000000000 |
| ext2 = 0xF09C7C00DF070000 |
| >>>>> 2nd level extension part <<<<< |
| tabhBack = 0x20870900DF070000 |
| delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000|
| pb_func = 0x0000000000000000 |
| pb_handle = 0x0000000000000000 |
|IV_IS_UPGRADE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|EV_FAILED |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|ET_MESSAGE |
| Table IT_152[4x1096] |
| \FUNCTION=FDT_AFTER_IMPORT\DATA=LT_MESSAGE |
| Table reference: 91 |
| TABH+ 0(20) = C07D0C00DF070000000000000000000000000000 |
| TABH+ 20(20) = 5B000000980000000400000048040000FFFFFFFF |
| TABH+ 40(16) = 045D00002006000004000000C1258001 |
| store = 0xC07D0C00DF070000 |
| ext1 = 0x0000000000000000 |
| shmId = 0 (0x00000000) |
| id = 91 (0x5B000000) |
| label = 152 (0x98000000) |
| fill = 4 (0x04000000) |
| leng = 1096 (0x48040000) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000018 |
| occu = 4 (0x04000000) |
| access = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 3 (user defined) |
| cmpMode = 2 (cmpSingleMcmpR) |
| occu0 = 1 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 0 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| gcKind = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| >>>>> Shareable Table Header Data <<<<< |
| tabi = 0xA0053F01DF070000 |
| pgHook = 0x0000000000000000 |
| idxPtr = 0x0000000000000000 |
| shmTabhSet = 0x0000000000000000 |
| id = 115 (0x73000000) |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 4 (0x04000000) |
| lineAlloc = 4 (0x04000000) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x01000000) |
| >>>>> 1st level extension part <<<<< |
| regHook = Not allocated |
| collHook = Not allocated |
| ext2 = Not allocated |
| >>>>> 2nd level extension part <<<<< |
| tabhBack = Not allocated |
| delta_head = Not allocated |
| pb_func = Not allocated |
| pb_handle = Not allocated |
|ETS_FAILURE |
| Table[initial] |
|LT_MESSAGE |
| Table IT_125[38x1096] |
|LV_SKIP |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|ABAP_TRUE |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
|SYST-REPID |
| CL_FDT_TRANS_CONNECTOR========CP |
| 4454455554455444444545333333334522222222 |
| 3CF644F421E3F3FEE534F2DDDDDDDD3000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
|SCREEN |
| %_17NNS0000691660_%_%_%_%_%_%_ |
| 2533445333333333352525252525252222222222222222222222222222222222222222222222222222222222222222|
| 5F17EE30000691660F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|SYST |
| ######################################Â#######################################T#########XC####|
| 00000000000000000000000000000000000000C000000000000000000000000000000000000010500000008F540000|
| 100040400000100000001010100010000000002000000000400000000000000000000000000060400020000F830600|
| 000000000000000000000000000000000000000000000000000000000000000000000000000000000000008F000000|
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000FF00000C|
|%_DUMMY$$ |
| |
| 2222 |
| 0000 |
| 0000 |
| 0000 |
|LV_TABLE_TYPE_FROM |
| S |
| 5 |
| 3 |
| 0 |
| 0 |
|LV_VERSION_OPTION_FROM |
| 0 |
| 3 |
| 0 |
| 0 |
| 0 |
|LV_TABLE_TYPE_TO |
| S |
| 5 |
| 3 |
| 0 |
| 0 |
|LV_VERSION_OPTION_TO |
| 1 |
| 3 |
| 1 |
| 0 |
| 0 |
|LT_E071K |
| Table IT_145[13x564] |
|LV_USE_IMPORT_Q |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
|SY-XFORM |
| SYSTEM_HOOK_OPEN_DATASET |
| 555544544445454454454545222222 |
| 39345DF8FFBFF05EF4141354000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|SPACE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|LTS_TRREQUEST_Q_MERGED |
| Table IT_133[1x192] |
| \CLASS=CL_FDT_TRANS_CONNECTOR\METHOD=R3TRANS\DATA=LTS_TRREQUEST_Q_MERGED |
| Table reference: 88 |
| TABH+ 0(20) = 10BE0C00DF07000060C50C00DF07000000000000 |
| TABH+ 20(20) = 580000008500000001000000C0000000FFFFFFFF |
| TABH+ 40(16) = 04640000B006000010000000A2278001 |
| store = 0x10BE0C00DF070000 |
| ext1 = 0x60C50C00DF070000 |
| shmId = 0 (0x00000000) |
| id = 88 (0x58000000) |
| label = 133 (0x85000000) |
| fill = 1 (0x01000000) |
| leng = 192 (0xC0000000) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000021 |
| occu = 16 (0x10000000) |
| access = 2 (ItAccessSorted) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 1 (ItUnique) |
| keyKind = 3 (user defined) |
| cmpMode = 3 (cmpSingleMcmpU) |
| occu0 = 1 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 0 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| gcKind = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| >>>>> Shareable Table Header Data <<<<< |
| tabi = 0xF0B10C00DF070000 |
| pgHook = 0x0000000000000000 |
| idxPtr = 0x0000000000000000 |
| shmTabhSet = 0x0000000000000000 |
| id = 102 (0x66000000) |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 16 (0x10000000) |
| lineAlloc = 16 (0x10000000) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x01000000) |
| >>>>> 1st level extension part <<<<< |
| regHook = 0x00AC0C00DF070000 |
| collHook = 0x0000000000000000 |
| ext2 = 0x0000000000000000 |
| >>>>> 2nd level extension part <<<<< |
| tabhBack = Not allocated |
| delta_head = Not allocated |
| pb_func = Not allocated |
| pb_handle = Not allocated |
----------------------------------------------------------------------------------------------------
|No. 5 Ty. FUNCTION |
|Name FDT_AFTER_IMPORT |
----------------------------------------------------------------------------------------------------
|IV_IS_UPGRADE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|IV_TARCLIENT |
| |
| 222 |
| 000 |
| 000 |
| 000 |
|TT_E071[] |
| Table IT_118[1x360] |
| \FUNCTION-POOL=SCTS_EXE_EXP\FORM=CALL_IMP_METHODS_IN_CLIENT\DATA=LT_E071 |
| Table reference: 18 |
| TABH+ 0(20) = 60A00B00DF07000090880900DF07000000000000 |
| TABH+ 20(20) = 12000000760000000100000068010000FFFFFFFF |
| TABH+ 40(16) = 044C0000F00B000010000000C1248001 |
| store = 0x60A00B00DF070000 |
| ext1 = 0x90880900DF070000 |
| shmId = 0 (0x00000000) |
| id = 18 (0x12000000) |
| label = 118 (0x76000000) |
| fill = 1 (0x01000000) |
| leng = 360 (0x68010000) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000049 |
| occu = 16 (0x10000000) |
| access = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 2 (cmpSingleMcmpR) |
| occu0 = 1 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 0 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| gcKind = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| >>>>> Shareable Table Header Data <<<<< |
| tabi = 0x10088100DF070000 |
| pgHook = 0x0000000000000000 |
| idxPtr = 0x0000000000000000 |
| shmTabhSet = 0x0000000000000000 |
| id = 88 (0x58000000) |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 16 (0x10000000) |
| lineAlloc = 16 (0x10000000) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x01000000) |
| >>>>> 1st level extension part <<<<< |
| regHook = 0xE0870900DF070000 |
| collHook = 0x0000000000000000 |
| ext2 = 0x809C7C00DF070000 |
| >>>>> 2nd level extension part <<<<< |
| tabhBack = 0x80870B00DF070000 |
| delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000|
| pb_func = 0x0000000000000000 |
| pb_handle = 0x0000000000000000 |
|TT_E071K[] |
| Table IT_119[13x564] |
|CL_FDT_TRANS_CONNECTOR=>GC_R3TRANS_PHASE_OPTION_IMP |
| 1 |
| 3 |
| 1 |
| 0 |
| 0 |
|%_VIASELSCR |
| # |
| 0 |
| 4 |
|SY-XPROG |
| SAPLSYST |
| 5454555522222222222222222222222222222222 |
| 310C393400000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
|SY |
| ######################################Â#######################################T#########XC####|
| 00000000000000000000000000000000000000C000000000000000000000000000000000000010500000008F540000|
| 100040400000100000001010100010000000002000000000400000000000000000000000000060400020000F830600|
| 000000000000000000000000000000000000000000000000000000000000000000000000000000000000008F000000|
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000FF00000C|
|SY-REPID |
| SAPLFDT_TRANS_IMP_EXP_PHASE |
| 5454445555445544554555544542222222222222 |
| 310C644F421E3F9D0F580F081350000000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
|LV_TRREQUEST |
| SAPKB70020 |
| 54544333332222222222 |
| 310B2700200000000000 |
| 00000000000000000000 |
| 00000000000000000000 |
|CL_FDT_TRANS_CONNECTOR=>GC_R3TRANS_PHASE_OPTION_IMP |
| 1 |
| 3 |
| 1 |
| 0 |
| 0 |
|LV_TRANSP_OBJECT |
| FDT0001 |
| 4453333222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 6440001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|LV_FAILED |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|LT_MESSAGE |
| Table IT_152[4x1096] |
|%_DUMMY$$ |
| |
| 2222 |
| 0000 |
| 0000 |
| 0000 |
|LX_FDT |
| {O:initial} |
| F0000000 |
| F0000000 |
|SYST-REPID |
| SAPLFDT_TRANS_IMP_EXP_PHASE |
| 5454445555445544554555544542222222222222 |
| 310C644F421E3F9D0F580F081350000000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
|LV_CLASS_NAME |
| |
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
----------------------------------------------------------------------------------------------------
|No. 4 Ty. FORM |
|Name CALL_IMP_METHODS_IN_CLIENT |
----------------------------------------------------------------------------------------------------
|GC_GNS_NO_DIFF |
| /0*/ |
| 2322222222 |
| F0AF000000 |
| 0000000000 |
| 0000000000 |
|LT_E071 |
| Table IT_118[1x360] |
|GC_GNS_NO_SPECIFIC |
| /*/ |
| 2222222222 |
| FAF0000000 |
| 0000000000 |
| 0000000000 |
|LT_E071K |
| Table IT_119[13x564] |
|RELSET |
| RNO |
| 544 |
| 2EF |
| 000 |
| 000 |
|PS_SPEC_PARS-WITH_CL_RESULTS |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|SY-XPROG |
| SAPLSYST |
| 5454555522222222222222222222222222222222 |
| 310C393400000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
|PS_METHOD_CALL-METHOD_FB |
| FDT_AFTER_IMPORT |
| 445544545544545522222222222222 |
| 644F16452F9D0F2400000000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|GC_PARTNRPR_BACK_TO_STNDRD |
| 1A&1B&1H&1I&2I&3R&3A&3M&4A&4K&5A |
| 34234234234234235234234234234234 |
| 1161261861962963263163D64164B651 |
| 00000000000000000000000000000000 |
| 00000000000000000000000000000000 |
|PV_IS_UPGRADE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|%_ARCHIVE |
| |
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|PV_TRKORR |
| SAPKB70020 |
| 54544333332222222222 |
| 310B2700200000000000 |
| 00000000000000000000 |
| 00000000000000000000 |
|SYST-REPID |
| SAPLSCTS_EXE_EXP |
| 5454545554545455222222222222222222222222 |
| 310C3343F585F580000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
|DEVC_PREFIXNS |
| N |
| 4 |
| E |
| 0 |
| 0 |
|PS_SPEC_PARS-CLIENTS |
| Table[initial] |
|%_PRINT |
| 000 0###|
| 2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|PS_CLIENT-CLIENT |
| |
| 222 |
| 000 |
| 000 |
| 000 |
|%_DUMMY$$ |
| |
| 2222 |
| 0000 |
| 0000 |
| 0000 |
----------------------------------------------------------------------------------------------------
|No. 3 Ty. FORM |
|Name CALL_IMP_METHODS |
----------------------------------------------------------------------------------------------------
|PV_TRKORR |
| SAPKB70020 |
| 54544333332222222222 |
| 310B2700200000000000 |
| 00000000000000000000 |
| 00000000000000000000 |
|PV_NO_WORK_FOUND |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|GC_SF01_AFTER_IMP |
| SFW_AFTERIMPORT_SF01 |
| 545544545445455554332222222222 |
| 367F164529D0F24F36010000000000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|PT_CLIENT |
| Table IT_22[1x8] |
| \PROGRAM=RDDEXECU\DATA=GT_CLIENT |
| Table reference: 17 |
| TABH+ 0(20) = 80810400DF070000000000000000000000000000 |
| TABH+ 20(20) = 11000000160000000100000008000000FFFFFFFF |
| TABH+ 40(16) = 040000009008000010000000C1248001 |
| store = 0x80810400DF070000 |
| ext1 = 0x0000000000000000 |
| shmId = 0 (0x00000000) |
| id = 17 (0x11000000) |
| label = 22 (0x16000000) |
| fill = 1 (0x01000000) |
| leng = 8 (0x08000000) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000031 |
| occu = 16 (0x10000000) |
| access = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 2 (cmpSingleMcmpR) |
| occu0 = 1 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 0 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| gcKind = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| >>>>> Shareable Table Header Data <<<<< |
| tabi = 0x20F13F00DF070000 |
| pgHook = 0x0000000000000000 |
| idxPtr = 0x0000000000000000 |
| shmTabhSet = 0x0000000000000000 |
| id = 22 (0x16000000) |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 16 (0x10000000) |
| lineAlloc = 16 (0x10000000) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x01000000) |
| >>>>> 1st level extension part <<<<< |
| regHook = Not allocated |
| collHook = Not allocated |
| ext2 = Not allocated |
| >>>>> 2nd level extension part <<<<< |
| tabhBack = Not allocated |
| delta_head = Not allocated |
| pb_func = Not allocated |
| pb_handle = Not allocated |
|LS_CLIENT_H |
| |
| 2222 |
| 0000 |
| 0000 |
| 0000 |
|TTRA |
| T |
| 5 |
| 4 |
| 0 |
| 0 |
|SY |
| ######################################Â#######################################T#########XC####|
| 00000000000000000000000000000000000000C000000000000000000000000000000000000010500000008F540000|
| 100040400000100000001010100010000000002000000000400000000000000000000000000060400020000F830600|
| 000000000000000000000000000000000000000000000000000000000000000000000000000000000000008F000000|
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000FF00000C|
|PV_UPDATE_LOCKFLAG |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
|PV_CTC |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|PV_STATLOG_FILE |
| |
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|PS_METHOD_CALL |
| AFTER_IMP FDT_AFTER_IMPORT ###Ý#"#Ü###Û#$# |
| 44545544524455445455445455222222222222222000D020D020D020 |
| 16452F9D00644F16452F9D0F24000000000000000000D020C030B040 |
| 00000000000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000000000 |
|PV_IS_UPGRADE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|PV_TOP_LEVEL |
| 2 |
| 3 |
| 2 |
| 0 |
| 0 |
|PS_SPEC_PARS |
| |
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|PS_METHOD_CALL-CLIDEP |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|SYST-REPID |
| SAPLSCTS_EXE_EXP |
| 5454545554545455222222222222222222222222 |
| 310C3343F585F580000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000 |
|PS_SPEC_PARS-WITH_CL_RESULTS |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|%_VIASELSCR |
| # |
| 0 |
| 4 |
----------------------------------------------------------------------------------------------------
|No. 2 Ty. FUNCTION |
|Name TRINT_CALL_AFTER_IMP_METHOD |
----------------------------------------------------------------------------------------------------
|IS_E070 |
| SAPKB70020 DRSAP SYSTSAPUSER 20120616100139 |
| 5454433333222222222245545222222255555455545222223333333333333322222222222222222222 |
| 310B270020000000000042310000000039343105352000002012061610013900000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
|IT_E071 |
| Table IT_16[5188x360] |
| \PROGRAM=RDDEXECU\DATA=E071_TAB[] |
| Table reference: 11 |
| TABH+ 0(20) = D07A0400DF070000C05D0300DF07000000000000 |
| TABH+ 20(20) = 0B000000100000004414000068010000FFFFFFFF |
| TABH+ 40(16) = 04000000C005000010000000C1248001 |
| store = 0xD07A0400DF070000 |
| ext1 = 0xC05D0300DF070000 |
| shmId = 0 (0x00000000) |
| id = 11 (0x0B000000) |
| label = 16 (0x10000000) |
| fill = 5188 (0x44140000) |
| leng = 360 (0x68010000) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000016 |
| occu = 16 (0x10000000) |
| access = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 2 (cmpSingleMcmpR) |
| occu0 = 1 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 0 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| gcKind = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| >>>>> Shareable Table Header Data <<<<< |
| tabi = 0x105D0900DF070000 |
| pgHook = 0x40BA0700DF070000 |
| idxPtr = 0x0000000000000000 |
| shmTabhSet = 0x0000000000000000 |
| id = 16 (0x10000000) |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 8176 (0xF01F0000) |
| lineAlloc = 5200 (0x50140000) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x01000000) |
| >>>>> 1st level extension part <<<<< |
| regHook = 0x0000000000000000 |
| collHook = 0x0000000000000000 |
| ext2 = 0x00700300DF070000 |
| >>>>> 2nd level extension part <<<<< |
| tabhBack = 0xA05E0300DF070000 |
| delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000|
| pb_func = 0x0000000000000000 |
| pb_handle = 0x0000000000000000 |
|IT_E071K |
| Table IT_17[9084x564] |
| \PROGRAM=RDDEXECU\DATA=E071K_TAB[] |
| Table reference: 12 |
| TABH+ 0(20) = 70C20700DF07000040710300DF07000000000000 |
| TABH+ 20(20) = 0C000000110000007C23000034020000FFFFFFFF |
| TABH+ 40(16) = 040000005006000010000000C1248001 |
| store = 0x70C20700DF070000 |
| ext1 = 0x40710300DF070000 |
| shmId = 0 (0x00000000) |
| id = 12 (0x0C000000) |
| label = 17 (0x11000000) |
| fill = 9084 (0x7C230000) |
| leng = 564 (0x34020000) |
| loop = -1 (0xFFFFFFFF) |
| xtyp = TYPE#000019 |
| occu = 16 (0x10000000) |
| access = 1 (ItAccessStandard) |
| idxKind = 0 (ItIndexNone) |
| uniKind = 2 (ItUniqueNon) |
| keyKind = 1 (default) |
| cmpMode = 2 (cmpSingleMcmpR) |
| occu0 = 1 |
| groupCntl = 0 |
| rfc = 0 |
| unShareable = 0 |
| mightBeShared = 0 |
| sharedWithShmTab = 0 |
| isShmLockId = 0 |
| gcKind = 0 |
| isUsed = 1 |
| isCtfyAble = 1 |
| >>>>> Shareable Table Header Data <<<<< |
| tabi = 0x608F2D00DF070000 |
| pgHook = 0xD0607400DF070000 |
| idxPtr = 0x0000000000000000 |
| shmTabhSet = 0x0000000000000000 |
| id = 17 (0x11000000) |
| refCount = 0 (0x00000000) |
| tstRefCount = 0 (0x00000000) |
| lineAdmin = 16384 (0x00400000) |
| lineAlloc = 9088 (0x80230000) |
| shmVersId = 0 (0x00000000) |
| shmRefCount = 1 (0x01000000) |
| >>>>> 1st level extension part <<<<< |
| regHook = 0x0000000000000000 |
| collHook = 0x0000000000000000 |
| ext2 = 0xD0700300DF070000 |
| >>>>> 2nd level extension part <<<<< |
| tabhBack = 0x70700300DF070000 |
| delta_head = 0000000000000000000000000000000000000000000000000000000000000000000000000000000|
| pb_func = 0x0000000000000000 |
| pb_handle = 0x0000000000000000 |
|IV_CTC |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|IV_DATNAME |
| :D:T:S:data:F:IB70020.SAP |
| 3435353667634344333332545222222222222222222222222222222222222222222222222222222222222222222222|
| A4A4A3A4141A6A9270020E310000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|IV_SFW_CALL |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|IV_STATLOG_FILE |
| |
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|IV_TRKORR |
| SAPKB70020 |
| 54544333332222222222 |
| 310B2700200000000000 |
| 00000000000000000000 |
| 00000000000000000000 |
|IV_UPDATE_LOCKFLAG |
| X |
| 5 |
| 8 |
| 0 |
| 0 |
|IT_CLIENT |
| Table IT_22[1x8] |
|LS_SPEC_PARS-NOT_DURING_UPGRADE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|ALLSTAT |
| RNODL |
| 54444222222222222222222222 |
| 2EF4C000000000000000000000 |
| 00000000000000000000000000 |
| 00000000000000000000000000 |
|%_DUMMY$$ |
| |
| 2222 |
| 0000 |
| 0000 |
| 0000 |
|LV_UPGRADE_IS_RUNNING |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|TMVD |
| E |
| 4 |
| 5 |
| 0 |
| 0 |
|RSJOBINFO |
| 00000000000000 ## |
| 2222222222222222222222222222222233333333333333222222222222222222222222222222222200 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
|<LS_METHOD_CALL> |
| AFTER_IMP FDT_AFTER_IMPORT ###Ý#"#Ü###Û#$# |
| 44545544524455445455445455222222222222222000D020D020D020 |
| 16452F9D00644F16452F9D0F24000000000000000000D020C030B040 |
| 00000000000000000000000000000000000000000000000000000000 |
| 00000000000000000000000000000000000000000000000000000000 |
|LV_IS_UPGRADE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|LV_TOP_LEVEL |
| 2 |
| 3 |
| 2 |
| 0 |
| 0 |
|LV_NO_WORK_FOUND |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|LS_SPEC_PARS |
| |
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|%_VIASELSCR |
| # |
| 0 |
| 4 |
|SPACE |
| |
| 2 |
| 0 |
| 0 |
| 0 |
----------------------------------------------------------------------------------------------------
|No. 1 Ty. EVENT |
|Name START-OF-SELECTION |
----------------------------------------------------------------------------------------------------
|SCREEN |
| %_17NNS0000691660_%_%_%_%_%_%_ |
| 2533445333333333352525252525252222222222222222222222222222222222222222222222222222222222222222|
| 5F17EE30000691660F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|SYST |
| ######################################Â#######################################T#########XC####|
| 00000000000000000000000000000000000000C000000000000000000000000000000000000010500000008F540000|
| 100040400000100000001010100010000000002000000000400000000000000000000000000060400020000F830600|
| 000000000000000000000000000000000000000000000000000000000000000000000000000000000000008F000000|
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000FF00000C|
|GT_CLIENT |
| Table IT_22[1x8] |
|LOGNAME |
| :D:T:S:tmp:F:SAPRB70020.DB1 |
| 3435353767343545543333324432222222222222222222222222222222222222222222222222222222222222222222|
| A4A4A3A4D0A6A3102270020E4210000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|E071_TAB[] |
| Table IT_16[5188x360] |
|E071K_TAB[] |
| Table IT_17[9084x564] |
|GV_CTC |
| |
| 2 |
| 0 |
| 0 |
| 0 |
|DATNAME |
| :D:T:S:data:F:IB70020.SAP |
| 3435353667634344333332545222222222222222222222222222222222222222222222222222222222222222222222|
| A4A4A3A4141A6A9270020E310000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|GV_TRBAT_DATNAME |
| :D:T:S:data:F:IB70020.SAP |
| 3435353667634344333332545222222222222222222222222222222222222222222222222222222222222222222222|
| A4A4A3A4141A6A9270020E310000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|SY-LANGU |
| E |
| 4 |
| 5 |
| 0 |
| 0 |
|GV_STATLOG_FILE |
| |
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|%_P_CLI_%_APP_% |
| Client for Method Execution |
| 466667266724676662476677666222 |
| 3C95E406F20D548F405853549FE000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|COMFILE |
| SAPKB70020 |
| 54544333332222222222 |
| 310B2700200000000000 |
| 00000000000000000000 |
| 00000000000000000000 |
|%_DATNAME_%_APP_% |
| Data File Name (from TRBAT) |
| 467624666246662267662554452222 |
| 4141069C50E1D50862FD0422149000 |
| 000000000000000000000000000000 |
| 000000000000000000000000000000 |
|SY-SUBRC |
| 0 |
| 0000 |
| 0000 |
|SY |
| ######################################Â#######################################T#########XC####|
| 00000000000000000000000000000000000000C000000000000000000000000000000000000010500000008F540000|
| 100040400000100000001010100010000000002000000000400000000000000000000000000060400020000F830600|
| 000000000000000000000000000000000000000000000000000000000000000000000000000000000000008F000000|
| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000FF00000C|
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Internal notes |
| The termination was triggered in function "ab_jbrea" |
| of the SAP kernel, in line 1760 of the module "???". |
| The internal operation just processed is "BREA". |
| Internal mode was started at 20120616104536. |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Active Calls in SAP Kernel |
----------------------------------------------------------------------------------------------------
|Lines of C Stack in Kernel (Structure Differs on Each Platform) |
----------------------------------------------------------------------------------------------------
|SAP (R) - R/3(TM) Callstack, Version 1.0 |
|Copyright (C) SAP AG. All rights reserved. |
|Callstack without Exception: |
|App : disp+work.EXE (pid=3096) |
|When : 6/16/2012 10:45:36.640 |
|Threads : 2 |
|Computer Name : OSTBI |
|User Name : SAPServiceDB1 |
|Number of Processors: 2 |
|Processor Type: Intel64 Family 6 Model 42 Stepping 7 |
|Windows Version : 6.1 Current Build: 7600 |
|State Dump for Thread Id 10fc |
|FramePtr ReturnAd Param#1 Function Name |
|0000000008714900 000007fefd0f10ac 00000000ffffffff ntdll!ZwWaitForSingleObject |
|00000000087149a0 00000000017ad611 0000000000000480 KERNELBASE!WaitForSingleObjectEx |
|0000000008714bf0 0000000000627b65 0000000000000001 disp+work!NTDebugProcess [ntstcdbg.c (509)] |
|0000000008714c20 0000000000b3ea8c 0000000000000001 disp+work!CTrcStack [dptstack.c (182)] |
|0000000008714c70 0000000000b440a1 0000000000000001 disp+work!rabax_CStackSave [abrabax.c (7334)] |
|0000000008715650 0000000000c183ce 0000000001eafcd8 disp+work!ab_rabax [abrabax.c (1280)] |
|0000000008715840 00000000009adf35 0000000000000005 disp+work!ab_aabAssertionFailedRabax [abassert.|
|0000000008715880 0000000000867b38 0000000000000001 disp+work!ab_jbrea [abstop.c (587)] |
|00000000087159e0 0000000000a4f932 0000000000000000 disp+work!ab_extri [abextri.c (527)] |
|0000000008715a30 0000000000a502d4 0000000000000000 disp+work!ab_xevent [abrunt1.c (281)] |
|0000000008715ad0 0000000000bc35dc 0000000000000000 disp+work!ab_trigg [abrunt1.c (68)] |
|0000000008715b70 000000000068edb6 000007df000bea1c disp+work!ab_run [absubmit.c (408)] |
|0000000008715d00 0000000000693b51 000007df000bea1c disp+work!dynpmcal [dymainstp.c (2383)] |
|0000000008715da0 00000000006930ea 0000000000000000 disp+work!dynppai0 [dymainstp.c (1002)] |
|0000000008715e50 0000000000649c93 0000000000000000 disp+work!dynprctl [dymainstp.c (361)] |
|000000000871fc10 00000000004f8c42 000000000000000c disp+work!dynpen00 [dymain.c (1940)] |
|000000000871fe90 0000000000430bdb 000000000033aa60 disp+work!TskhLoop [thxxhead.c (4702)] |
|000000000871fec0 000000000040108d ffffffff00000003 disp+work!DpMain [dpxxdisp.c (1171)] |
|000000000871fef0 0000000001a8f561 0000000000000000 disp+work!nlsui_main [thxxanf.c (84)] |
|000000000871ff50 0000000076c2f56d 0000000000000000 disp+work!wmainCRTStartup [crtexe.c (498)] |
|000000000871ff80 0000000076e63281 0000000000000000 kernel32!BaseThreadInitThunk |
|000000000871ffd0 0000000000000000 0000000000000000 ntdll!RtlUserThreadStart |
|State Dump for Thread Id 1238 |
|FramePtr ReturnAd Param#1 Function Name |
|0000000011cdfdf0 000007fefd1020ef 0000000000001238 ntdll!NtFsControlFile |
|0000000011cdfe60 000000000196dcff fffffffffffffffe KERNELBASE!ConnectNamedPipe |
|0000000011cdfef0 000007fefd1642bf 000000000da70520 disp+work!SigIMsgFunc [signt.c (679)] |
|0000000011cdff20 000007fefd167459 000007fefd1f1ea0 msvcrt!sqrt |
|0000000011cdff50 0000000076c2f56d 0000000000000000 msvcrt!beginthreadex |
|0000000011cdff80 0000000076e63281 0000000000000000 kernel32!BaseThreadInitThunk |
|0000000011cdffd0 0000000000000000 0000000000000000 ntdll!RtlUserThreadStart |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|List of ABAP programs affected |
----------------------------------------------------------------------------------------------------
|Index |Typ|Program |Group |Date |Time |Size |Lang. |
----------------------------------------------------------------------------------------------------
| 0|Prg|RDDEXECU | 0|12.06.2016|23:36:36| 38912|E |
| 1|Prg|SAPMSSY0 | 1|16.06.2012|10:09:06| 92160|E |
| 2|Prg|SAPMSSYD | 1|06.11.2006|04:10:05| 21504|E |
| 3|Prg|SAPFSYSCALLS | 1|07.03.2005|18:01:13| 7168|E |
| 4|Prg|RSDBRUNT | 0|16.06.2012|10:08:57| 254976|E |
| 5|Typ|RSSCR | 0|23.11.1999|09:24:41| 5120| |
| 6|Prg|RSDBSPBL | 0|07.03.2005|18:01:13| 72704|E |
| 7|Prg|SAPDB__S | 0|07.03.2005|18:01:13| 19456|E |
| 8|Typ|VARID | 0|11.04.1997|18:32:23| 4096| |
| 9|Typ|SSCRFIELDS | 0|02.05.1997|13:16:39| 5120| |
| 10|Prg|%_CSYDB0 | 0|07.03.2005|18:01:13| 35840|E |
| 11|Prg|RSDBSPVA | 0|13.06.2016|00:03:45| 133120|E |
| 12|Typ|RSVAMEMKEY | 0|16.12.1996|19:31:50| 2048| |
| 13|Prg|RSDBSPMC | 0|06.11.2006|04:01:12| 79872|E |
| 14|Typ|DDSHDESCR | 0|28.11.1997|16:26:30| 4096| |
| 15|Typ|SPPARAMS | 0|07.03.1997|14:48:48| 2048| |
| 16|Prg|SAPLICON | 16|12.06.2016|23:00:29| 27648|E |
| 17|Prg|%_CICON | 16|12.06.2016|22:59:44| 107520|E |
| 18|Typ|ICONT | 0|06.11.2006|04:01:11| 2048| |
| 19|Prg|SAPLSABE | 19|07.03.2005|18:01:13| 12288|E |
| 20|Prg|SAPLSECU | 20|16.06.2012|09:50:20| 87040|E |
| 21|Typ|RSSUBINFO | 0|22.11.1999|21:15:17| 3072| |
| 22|Typ|RSEXFCODE | 0|18.07.1997|17:04:17| 2048| |
| 23|Prg|SAPLDSYA | 23|12.06.2016|22:40:33| 45056|E |
| 24|Prg|SAPFSDS1 | 23|07.03.2005|18:01:13| 52224|E |
| 25|Typ|TDCLD | 0|14.07.1998|14:53:43| 5120| |
| 26|Prg|SAPLSDOD | 26|12.06.2016|23:36:41| 45056|E |
| 27|Typ|DOKIL | 0|07.04.1997|18:29:04| 3072| |
| 28|Prg|SAPCNVE | 28|07.03.2005|18:01:13| 8192|E |
| 29|Prg|SAPLLANG | 29|12.06.2016|19:33:13| 10240|E |
| 30|Typ|T002 | 0|12.06.2016|19:33:04| 2048| |
| 31|Prg|SAPFSPOR | 0|07.03.2005|18:01:13| 14336|E |
| 32|Typ|RSPARINT | 0|10.03.1995|17:53:00| 2048| |
| 33|Prg|SAPLSTUP | 33|12.06.2016|23:36:42| 74752|E |
| 34|Prg|SAPLCNDP | 34|16.06.2012|09:13:30| 197632|E |
| 35|Prg|SAPLSCNT | 35|07.03.2005|18:01:13| 30720|E |
| 36|Prg|SAPSHDTV | 35|07.03.2005|18:01:13| 33792|E |
| 37|Prg|SAPFGUICNTL | 1|07.03.2005|18:01:13| 24576|E |
| 38|Prg|SAPLOLEA | 38|16.06.2012|09:55:11| 96256|E |
| 39|Prg|SAPLSGUI | 39|16.06.2012|10:09:06| 84992|E |
| 40|Prg|SAPLSTTM | 40|07.03.2005|18:01:13| 69632|E |
| 41|Prg|SAPLSBDC | 41|12.06.2016|22:34:09| 44032|E |
| 42|Prg|SAPLSFES | 42|16.06.2012|10:09:06| 265216|E |
| 43|Prg|SAPLTHFB | 43|16.06.2012|10:09:06| 394240|E |
| 44|Typ|WPINFO | 0|08.02.1999|14:18:32| 6144| |
| 45|Prg|SAPLURFC | 45|12.06.2016|22:40:59| 22528|E |
| 46|Prg|SAPLSPLUGIN | 46|07.03.2005|18:01:13| 8192|E |
| 47|Typ|SWCBCONT | 0|07.10.1997|12:13:50| 3072| |
| 48|Typ|OLE_VERBS | 0|09.02.1995|13:23:37| 2048| |
| 49|Typ|OLE_PA | 0|13.01.1995|11:06:59| 2048| |
| 50|Typ|SSCRTEXTS | 0|15.08.1997|14:15:15| 3072| |
| 51|Prg|SAPLSTR9 | 51|16.06.2012|09:57:09| 38912|E |
| 52|Prg|CONTEXT_X_TR_SYS_PARAMS | 51|16.06.2012|09:28:56| 40960|E |
| 53|Typ|TCONT | 0|18.07.1997|21:42:15| 2048| |
| 54|Typ|CONTEXTB | 0|18.07.1997|21:42:13| 6144| |
| 55|Typ|E070 | 0|18.06.1999|11:20:21| 3072| |
| 56|Typ|E070C | 0|18.06.1999|11:20:25| 2048| |
| 57|Typ|E071 | 0|12.06.2016|23:35:58| 3072| |
| 58|Typ|E071K | 0|18.05.2004|16:53:38| 4096| |
| 59|Prg|SAPLSTRI | 59|16.06.2012|09:57:09| 268288|E |
| 60|Typ|E070A | 0|19.01.2000|18:47:02| 4096| |
| 61|Typ|E071KF | 0|18.06.1999|11:20:35| 3072| |
| 62|Prg|%_CTRWBO | 59|12.06.2016|23:35:59| 22528|E |
| 63|Prg|SAPLSCTS_REQUEST_SELECTION | 63|16.06.2012|10:08:32| 163840|E |
| 64|Typ|E07T | 0|18.06.1999|11:20:36| 4096| |
| 65|Prg|SAPLSLOG | 65|12.06.2016|23:36:41| 141312|E |
| 66|Prg|SAPLSTRF | 66|16.06.2012|09:17:12| 84992|E |
| 67|Prg|SAPLSTRS | 67|13.06.2016|00:04:54| 61440|E |
| 68|Prg|SAPLSTFI | 68|13.06.2016|00:02:35| 66560|E |
| 69|Typ|DDPRS | 0|18.06.1999|11:20:13| 2048| |
| 70|Prg|SAPLSABC | 70|07.03.2005|18:01:13| 13312|E |
| 71|Prg|SAPLSYST | 71|07.03.2005|18:01:13| 35840|E |
| 72|Typ|SPTH | 0|08.11.1996|18:06:21| 2048| |
| 73|Typ|T100 | 0|16.01.1998|17:49:29| 2048| |
| 74|Prg|%_CTRLOG | 65|07.03.2005|18:01:13| 11264|E |
| 75|Typ|SCTS_CL_RESULT | 0|12.11.2004|14:29:03| 2048| |
| 76|Prg|SAPLSCTS_EXE_EXP | 76|16.06.2012|09:17:25| 146432|E |
| 77|Prg|SAPLSCTO | 77|12.06.2016|23:36:41| 49152|E |
| 78|Prg|%_CTRMTD | 77|12.06.2016|23:35:59| 9216|E |
| 79|Typ|OBJM | 0|01.02.2001|17:41:11| 3072| |
| 80|Typ|OBJH | 0|19.11.2001|11:56:17| 5120| |
| 81|Typ|OBJT | 0|16.01.1998|17:48:55| 2048| |
| 82|Typ|OBJS | 0|16.12.1996|19:35:30| 3072| |
| 83|Typ|OBJSL | 0|01.08.1997|20:23:14| 3072| |
| 84|Prg|SAPLSTRX | 84|12.06.2016|23:36:42| 13312|E |
| 85|Typ|SPROT_U | 0|16.01.1998|17:49:22| 3072| |
| 86|Prg|SAPLSPIAGENTCW | 86|12.06.2016|20:58:10| 13312|E |
| 87|Prg|SAPLSPILS | 87|16.06.2012|10:09:06| 64512|E |
| 88|Prg|CL_OS_TRANSACTION_END_NOTIFIERCP | 88|07.03.2005|18:01:13| 9216|E |
| 89|Prg|CL_SYSTEM_TRANSACTION_STATE===CP | 89|16.06.2012|10:09:05| 106496|E |
| 90|Typ|TFDIR | 0|19.01.2005|15:10:28| 3072| |
| 91|Prg|SAPLFDT_TRANS_IMP_EXP_PHASE | 91|16.06.2012|09:55:28| 25600|E |
| 92|Prg|CL_FDT_TRANSPORT==============CP | 92|12.06.2016|23:45:17| 45056|E |
| 93|Prg|CL_FDT_TRANS_CONNECTOR========CP | 93|16.06.2012|10:05:21| 27648|E |
| 94|Prg|CL_FDT_FACTORY================CP | 94|16.06.2012|10:08:04| 83968|E |
| 95|Prg|CL_FDT_BACKGROUND=============CP | 95|12.06.2016|23:52:46| 13312|E |
| 96|Typ|FDT_SETTING | 0|12.06.2016|21:42:21| 2048| |
| 97|Prg|IF_FDT_FACTORY================IP | 94|12.06.2016|23:45:17| 10240|E |
| 98|Prg|CL_FDT_STORAGE_UTILITY========CP | 98|12.06.2016|23:45:17| 19456|E |
| 99|Prg|IF_FDT_CONSTANTS_INTERNAL=====IP | 98|12.06.2016|21:55:46| 6144|E |
| 100|Prg|CL_FDT_TRANS_Q================CP | 100|16.06.2012|10:05:21| 46080|E |
| 101|Prg|CL_FDT_JOB_UTILITY============CP | 101|12.06.2016|23:44:35| 18432|E |
| 102|Prg|CX_FDT========================CP | 102|13.06.2016|00:10:29| 29696|E |
| 103|Typ|SCX_SRCPOS | 0|03.06.2004|11:20:58| 2048| |
| 104|Prg|CX_DYNAMIC_CHECK==============CP | 104|07.03.2005|18:01:13| 10240|E |
| 105|Prg|CX_ROOT=======================CP | 105|12.06.2016|20:39:06| 11264|E |
| 106|Prg|SAPLSYUT | 106|07.03.2005|18:01:13| 14336|E |
| 107|Typ|ABAP_CALLSTACK_LINE | 0|15.09.2004|17:24:12| 3072| |
| 108|Typ|FDT_TRANS_Q_0000 | 0|12.06.2016|23:37:39| 3072| |
| 109|Typ|FDT_TRANS_Q_0001 | 0|12.06.2016|23:37:39| 3072| |
| 110|Prg|IF_FDT_TRANS_DEFS=============IP | 100|12.06.2016|23:45:17| 10240|E |
| 111|Prg|CL_FDT_TRANS_TRREQUEST========CP | 111|12.06.2016|23:44:36| 56320|E |
| 112|Prg|CL_FDT_TRANSPORT_REQUEST======CP | 112|16.06.2012|10:05:21| 39936|E |
| 113|Typ|E070TC | 0|18.06.1999|11:20:28| 2048| |
| 114|Typ|E071C | 0|18.06.1999|11:20:32| 2048| |
| 115|Prg|CL_FDT_TRANS==================CP | 115|13.06.2016|00:10:29| 38912|E |
| 116|Prg|CL_FDT_MAINTENANCE============CP | 116|16.06.2012|09:56:24| 148480|E |
| 117|Prg|CL_FDT_TRANS_DB===============CP | 117|16.06.2012|09:24:25| 95232|E |
| 118|Prg|CL_FDT_STORAGE================CP | 118|16.06.2012|09:24:25| 45056|E |
| 119|Prg|CL_FDT_SETTING================CP | 119|16.06.2012|09:24:25| 10240|E |
| 120|Prg|IF_FDT_SETTING================IP | 118|16.06.2012|09:24:25| 6144|E |
| 121|Prg|CL_FDT_BCF_INTERNAL_SERVICES==CP | 121|12.06.2016|23:45:17| 24576|E |
| 122|Typ|FDT_BCF_CLIENT | 0|12.06.2016|21:42:17| 4096| |
| 123|Prg|CX_FDT_CONFIG=================CP | 123|12.06.2016|23:45:17| 16384|E |
| 124|Prg|CX_NO_CHECK===================CP | 124|07.03.2005|18:01:13| 10240|E |
| 125|Prg|CL_FDT_LOCKING================CP | 125|12.06.2016|23:45:17| 35840|E |
| 126|Prg|CL_ABAP_TYPEDESCR=============CP | 126|07.03.2005|18:01:13| 29696|E |
| 127|Prg|CL_ABAP_ELEMDESCR=============CP | 127|28.08.2006|13:11:05| 36864|E |
| 128|Prg|CL_ABAP_DATADESCR=============CP | 128|07.03.2005|18:01:13| 19456|E |
| 129|Prg|CL_ABAP_REFDESCR==============CP | 129|07.03.2005|18:01:13| 24576|E |
| 130|Prg|CL_ABAP_STRUCTDESCR===========CP | 130|12.06.2016|21:46:57| 40960|E |
| 131|Prg|CL_ABAP_COMPLEXDESCR==========CP | 131|07.03.2005|18:01:13| 17408|E |
| 132|Prg|CL_ABAP_TABLEDESCR============CP | 132|07.03.2005|18:01:13| 25600|E |
| 133|Prg|CL_ABAP_CLASSDESCR============CP | 133|07.03.2005|18:01:13| 30720|E |
| 134|Prg|CL_ABAP_OBJECTDESCR===========CP | 134|07.03.2005|18:01:13| 34816|E |
| 135|Prg|CL_ABAP_INTFDESCR=============CP | 135|07.03.2005|18:01:13| 25600|E |
| 136|Prg|%_CABAP | 118|07.03.2005|18:01:13| 29696|E |
| 137|Typ|FDT_ADMN_0001S | 0|12.06.2016|21:42:15| 3072| |
| 138|Prg|CL_ABAP_SOFT_REFERENCE========CP | 138|07.03.2005|18:01:13| 9216|E |
| 139|Prg|CL_ABAP_REFERENCE=============CP | 139|07.03.2005|18:01:13| 8192|E |
| 140|Typ|FDT_INC_KEY_0001 | 0|12.06.2016|19:32:53| 2048| |
| 141|Typ|FDT_INC_ADMN_0001_DATA | 0|12.06.2016|21:41:10| 2048| |
| 142|Typ|DFIES | 0|19.12.2004|17:28:52| 10240| |
| 143|Prg|SAPLSDIFRUNTIME | 143|12.06.2016|23:51:42| 96256|E |
| 144|Typ|DDFIXVALUE | 0|19.01.2000|18:27:52| 2048| |
| 145|Typ|X031L | 0|03.12.2005|09:45:14| 6144| |
| 146|Prg|SAPLSDNT | 146|13.06.2016|00:01:45| 219136|E |
| 147|Prg|SAPLSUGS | 147|06.12.2005|13:38:44| 47104|E |
| 148|Typ|DDFTX | 0|08.08.1997|14:46:46| 4096| |
| 149|Prg|CX_SY_STRUCT_COMP_NAME========CP | 149|07.03.2005|18:01:13| 12288|E |
| 150|Prg|CX_SY_STRUCT_CREATION=========CP | 150|07.03.2005|18:01:13| 11264|E |
| 151|Prg|CX_SY_TYPE_CREATION===========CP | 151|07.03.2005|18:01:13| 10240|E |
| 152|Prg|CX_SY_STRUCT_ATTRIBUTES=======CP | 152|12.06.2016|20:42:38| 11264|E |
| 153|Prg|CX_SY_STRUCT_SUFFIX_NAME======CP | 153|01.02.2006|07:51:31| 12288|E |
| 154|Prg|CX_SY_STRUCT_COMP_TYPE========CP | 154|07.03.2005|18:01:13| 11264|E |
| 155|Rty|type000000000000 | 0|16.06.2012|10:45:36| 0| |
| 156|Prg|CX_SY_TABLE_LINE_TYPE=========CP | 156|07.03.2005|18:01:13| 11264|E |
| 157|Prg|CX_SY_TABLE_CREATION==========CP | 157|07.03.2005|18:01:13| 10240|E |
| 158|Rty|type000000000001 | 0|16.06.2012|10:45:36| 0| |
| 159|Typ|FDT_ADMN_0010S | 0|12.06.2016|21:42:15| 3072| |
| 160|Typ|FDT_INC_KEY_0002 | 0|12.06.2016|19:32:53| 2048| |
| 161|Typ|FDT_INC_ADMN_0010_DATA | 0|12.06.2016|21:41:10| 2048| |
| 162|Rty|type000000000002 | 0|16.06.2012|10:45:36| 0| |
| 163|Rty|type000000000003 | 0|16.06.2012|10:45:36| 0| |
| 164|Rty|type000000000004 | 0|16.06.2012|10:45:36| 0| |
| 165|Rty|type000000000005 | 0|16.06.2012|10:45:36| 0| |
| 166|Typ|FDT_ADMN_0030S | 0|12.06.2016|21:42:15| 4096| |
| 167|Typ|FDT_INC_ADMN_0030_DATA | 0|12.06.2016|21:41:10| 3072| |
| 168|Rty|type000000000006 | 0|16.06.2012|10:45:36| 0| |
| 169|Rty|type000000000007 | 0|16.06.2012|10:45:36| 0| |
| 170|Rty|type000000000008 | 0|16.06.2012|10:45:36| 0| |
| 171|Rty|type000000000009 | 0|16.06.2012|10:45:36| 0| |
| 172|Typ|FDT_ADMN_0100S | 0|12.06.2016|21:41:09| 3072| |
| 173|Typ|FDT_INC_KEY_0003 | 0|12.06.2016|19:32:53| 2048| |
| 174|Typ|FDT_INC_ADMN_0100_DATA | 0|12.06.2016|21:41:10| 2048| |
| 175|Rty|type000000000010 | 0|16.06.2012|10:45:36| 0| |
| 176|Rty|type000000000011 | 0|16.06.2012|10:45:36| 0| |
| 177|Rty|type000000000012 | 0|16.06.2012|10:45:36| 0| |
| 178|Rty|type000000000013 | 0|16.06.2012|10:45:36| 0| |
| 179|Rty|type000000000014 | 0|16.06.2012|10:45:36| 0| |
| 180|Rty|type000000000015 | 0|16.06.2012|10:45:36| 0| |
| 181|Typ|FDT_ADMN_0101S | 0|12.06.2016|23:36:48| 3072| |
| 182|Typ|FDT_INC_KEY_0004 | 0|12.06.2016|21:41:10| 2048| |
| 183|Rty|type000000000016 | 0|16.06.2012|10:45:36| 0| |
| 184|Rty|type000000000017 | 0|16.06.2012|10:45:36| 0| |
| 185|Rty|type000000000018 | 0|16.06.2012|10:45:36| 0| |
| 186|Rty|type000000000019 | 0|16.06.2012|10:45:36| 0| |
| 187|Typ|FDT_ADMN_0102S | 0|12.06.2016|21:42:16| 3072| |
| 188|Rty|type000000000020 | 0|16.06.2012|10:45:36| 0| |
| 189|Rty|type000000000021 | 0|16.06.2012|10:45:36| 0| |
| 190|Rty|type000000000022 | 0|16.06.2012|10:45:36| 0| |
| 191|Rty|type000000000023 | 0|16.06.2012|10:45:36| 0| |
| 192|Typ|FDT_ADMN_0103S | 0|12.06.2016|21:42:16| 2048| |
| 193|Rty|type000000000024 | 0|16.06.2012|10:45:36| 0| |
| 194|Rty|type000000000025 | 0|16.06.2012|10:45:36| 0| |
| 195|Typ|FDT_ADMN_0113S | 0|12.06.2016|19:33:55| 3072| |
| 196|Typ|FDT_INC_ADMN_0113_DATA | 0|12.06.2016|19:32:53| 2048| |
| 197|Rty|type000000000026 | 0|16.06.2012|10:45:36| 0| |
| 198|Rty|type000000000027 | 0|16.06.2012|10:45:36| 0| |
| 199|Rty|type000000000028 | 0|16.06.2012|10:45:36| 0| |
| 200|Rty|type000000000029 | 0|16.06.2012|10:45:36| 0| |
| 201|Rty|type000000000030 | 0|16.06.2012|10:45:36| 0| |
| 202|Rty|type000000000031 | 0|16.06.2012|10:45:36| 0| |
| 203|Typ|FDT_ADMN_0114S | 0|12.06.2016|23:36:48| 2048| |
| 204|Rty|type000000000032 | 0|16.06.2012|10:45:36| 0| |
| 205|Rty|type000000000033 | 0|16.06.2012|10:45:36| 0| |
| 206|Rty|type000000000034 | 0|16.06.2012|10:45:36| 0| |
| 207|Rty|type000000000035 | 0|16.06.2012|10:45:36| 0| |
| 208|Typ|FDT_ADMN_0115S | 0|12.06.2016|21:42:16| 2048| |
| 209|Rty|type000000000036 | 0|16.06.2012|10:45:36| 0| |
| 210|Rty|type000000000037 | 0|16.06.2012|10:45:36| 0| |
| 211|Rty|type000000000038 | 0|16.06.2012|10:45:36| 0| |
| 212|Rty|type000000000039 | 0|16.06.2012|10:45:36| 0| |
| 213|Typ|FDT_ADMN_0116S | 0|12.06.2016|21:42:16| 2048| |
| 214|Rty|type000000000040 | 0|16.06.2012|10:45:36| 0| |
| 215|Rty|type000000000041 | 0|16.06.2012|10:45:36| 0| |
| 216|Typ|FDT_ADMN_0901S | 0|12.06.2016|19:33:55| 2048| |
| 217|Typ|FDT_INC_ADMN_0901_KEY | 0|12.06.2016|19:32:53| 2048| |
| 218|Rty|type000000000042 | 0|16.06.2012|10:45:36| 0| |
| 219|Rty|type000000000043 | 0|16.06.2012|10:45:36| 0| |
| 220|Rty|type000000000044 | 0|16.06.2012|10:45:36| 0| |
| 221|Rty|type000000000045 | 0|16.06.2012|10:45:36| 0| |
| 222|Rty|type000000000046 | 0|16.06.2012|10:45:36| 0| |
| 223|Rty|type000000000047 | 0|16.06.2012|10:45:36| 0| |
| 224|Typ|FDT_APPL_0000S | 0|12.06.2016|22:34:43| 3072| |
| 225|Typ|FDT_INC_APPL_0000_DATA | 0|12.06.2016|22:33:12| 2048| |
| 226|Rty|type000000000048 | 0|16.06.2012|10:45:36| 0| |
| 227|Rty|type000000000049 | 0|16.06.2012|10:45:36| 0| |
| 228|Rty|type000000000050 | 0|16.06.2012|10:45:36| 0| |
| 229|Rty|type000000000051 | 0|16.06.2012|10:45:36| 0| |
| 230|Typ|FDT_QUERY_0000S | 0|12.06.2016|19:33:59| 3072| |
| 231|Typ|FDT_INC_QUERY_0000_DATA | 0|12.06.2016|19:32:53| 2048| |
| 232|Typ|FDT_ADMN_0000S | 0|12.06.2016|21:42:15| 4096| |
| 233|Prg|/1BCDWBEN/SAPLSEN0009 | 233|12.06.2016|23:07:46| 232448|E |
| 234|Prg|SAPLSENA | 234|12.06.2016|19:50:36| 33792|E |
| 235|Prg|IF_FDT_CONSTANTS==============IP | 117|12.06.2016|23:45:17| 17408|E |
| 236|Typ|FDT_ADMN_0109S | 0|12.06.2016|23:36:48| 3072| |
| 237|Typ|FDT_ADMN_0104S | 0|12.06.2016|21:42:16| 2048| |
| 238|Typ|FDT_ADMN_0119S | 0|12.06.2016|23:36:48| 2048| |
| 239|Typ|FDT_ADMN_0117S | 0|12.06.2016|21:42:16| 2048| |
| 240|Prg|SAPLSDM3 | 240|06.12.2005|13:38:44| 107520|E |
| 241|Prg|CL_FDT_TRANS_CORE=============CP | 241|13.06.2016|00:10:29| 45056|E |
| 242|Prg|CL_FDT_ADMIN_DATA=============CP | 242|16.06.2012|09:24:25| 160768|E |
| 243|Prg|CL_FDT_STORAGE_DB=============CP | 243|12.06.2016|23:45:17| 43008|E |
| 244|Typ|FDT_ADMN_0000 | 0|12.06.2016|21:42:15| 4096| |
| 245|Prg|CL_FDT_APPLICATION============CP | 245|16.06.2012|09:56:24| 111616|E |
| 246|Prg|IF_FDT_TRANSACTION============IP | 94|12.06.2016|23:45:17| 11264|E |
| 247|Prg|IF_FDT_APPLICATION============IP | 94|12.06.2016|23:45:17| 12288|E |
| 248|Prg|IF_FDT_ADMIN_DATA=============IP | 94|12.06.2016|23:45:17| 17408|E |
| 249|Prg|CL_FDT_WORKLIST===============CP | 249|13.06.2016|00:10:29| 49152|E |
| 250|Prg|IF_FDT_WORKLIST===============IP | 249|12.06.2016|23:45:17| 12288|E |
| 251|Prg|CL_FDT_ENVIRONMENT============CP | 251|12.06.2016|23:52:46| 22528|E |
| 252|Prg|SAPLSTRD | 252|16.06.2012|10:08:41| 775168|E |
| 253|Typ|TDEVC | 0|13.10.2004|10:45:10| 6144| |
| 254|Typ|TDEVCT | 0|16.01.1998|17:49:36| 2048| |
| 255|Prg|SAPLSTMG | 255|16.06.2012|09:17:25| 52224|E |
| 256|Typ|TCEVERS | 0|01.08.1997|20:23:36| 3072| |
| 257|Typ|TCERELE | 0|07.07.1997|13:51:50| 2048| |
| 258|Prg|SAPLSCTS_UNICODE | 258|07.03.2005|18:01:13| 10240|E |
| 259|Prg|SAPLSFCE | 259|06.12.2005|13:52:39| 74752|E |
| 260|Typ|DF14L | 0|21.11.2001|08:58:17| 6144| |
| 261|Prg|SAPLPAK_UTILS_FOR_BMFR | 261|06.12.2005|13:38:43| 12288|E |
| 262|Typ|TADIR | 0|06.12.2005|13:38:09| 5120| |
| 263|Prg|SAPLSCTSDLVU | 263|03.12.2005|12:14:57| 16384|E |
| 264|Typ|CVERS | 0|12.04.2001|09:48:51| 2048| |
| 265|Typ|DLV_SYSTC | 0|03.12.2005|09:44:18| 2048| |
| 266|Typ|BMCOMP | 0|21.11.2001|08:59:15| 7168| |
| 267|Typ|BMOBJDEF | 0|01.02.2001|17:06:06| 2048| |
| 268|Prg|SAPLSF01 | 268|12.06.2016|23:36:41| 603136|E |
| 269|Prg|SAPLSF03 | 269|12.06.2016|23:36:41| 311296|E |
| 270|Typ|DF04T | 0|17.02.1999|14:56:52| 3072| |
| 271|Prg|CL_FDT_QUERY==================CP | 271|13.06.2016|00:10:29| 46080|E |
| 272|Prg|CL_FDT_APPLICATION_QUERY======CP | 272|13.06.2016|00:10:29| 34816|E |
| 273|Prg|CL_FDT_ADMIN_DATA_QUERY=======CP | 273|16.06.2012|09:54:22| 113664|E |
| 274|Prg|IF_FDT_OBJECT_QUERY===========IP | 271|12.06.2016|23:45:17| 11264|E |
| 275|Prg|IF_FDT_ADMIN_DATA_QUERY=======IP | 273|12.06.2016|23:45:16| 8192|E |
| 276|Typ|FDT_VIRTUAL_TABLE_STRUC | 0|12.06.2016|19:32:53| 2048| |
| 277|Typ|FDT_INC_C_KEY_0002 | 0|12.06.2016|19:32:53| 4096| |
| 278|Typ|FDT_QUERY_0000 | 0|12.06.2016|19:33:59| 3072| |
| 279|Typ|FDT_INC_C_KEY_0001 | 0|12.06.2016|19:32:53| 2048| |
| 280|Typ|FDT_INC_ADMN_0000_DATA | 0|12.06.2016|21:41:10| 3072| |
| 281|Typ|FDT_ADMN_0010 | 0|12.06.2016|21:42:15| 3072| |
| 282|Typ|FDT_ADMN_0030 | 0|12.06.2016|21:42:15| 4096| |
| 283|Typ|FDT_ADMN_0104 | 0|12.06.2016|21:42:16| 3072| |
| 284|Prg|IF_FDT_APPLICATION_QUERY======IP | 272|12.06.2016|23:45:16| 5120|E |
| 285|Typ|FDT_APPL_0000 | 0|12.06.2016|22:34:43| 3072| |
| 286|Prg|IF_FDT_QUERY==================IP | 271|12.06.2016|23:45:17| 23552|E |
| 287|Prg|IF_FDT_TYPES==================IP | 126|12.06.2016|23:45:17| 17408|E |
| 288|Typ|RSDSSELOPT | 0|21.02.1995|13:55:32| 2048| |
| 289|Rty|type000000000052 | 0|16.06.2012|10:45:36| 0| |
| 290|Prg|CL_RSMDS_ABAP_UNIVERSE========CP | 290|16.06.2012|09:54:22| 24576|E |
| 291|Prg|CL_RSMDS_UNIVERSE=============CP | 291|16.06.2012|09:56:30| 92160|E |
| 292|Prg|CL_RSMDS_ABAP_DIMENSION=======CP | 292|13.06.2016|00:11:03| 24576|E |
| 293|Prg|CL_RSMDS_DIMENSION============CP | 293|16.06.2012|09:56:30| 69632|E |
| 294|Prg|CL_ABAP_CHAR_UTILITIES========CP | 294|07.03.2005|18:01:13| 13312|E |
| 295|Typ|X030L | 0|03.12.2005|09:45:14| 6144| |
| 296|Prg|CL_RSMDS_ABAP_TYPE============CP | 296|16.06.2012|09:13:37| 72704|E |
| 297|Prg|CX_RSMDS_INPUT_INVALID========CP | 297|13.06.2016|00:12:38| 22528|E |
| 298|Typ|SCX_T100KEY | 0|21.08.2003|14:43:58| 2048| |
| 299|Prg|CX_RSMDS_MESSAGE==============CP | 299|12.06.2016|20:39:06| 15360|E |
| 300|Prg|CX_RSMDS_STATIC_CHECK=========CP | 300|07.03.2005|18:01:13| 10240|E |
| 301|Prg|CX_STATIC_CHECK===============CP | 301|07.03.2005|18:01:13| 10240|E |
| 302|Prg|IF_RSMDS_TYPE=================IP | 293|12.06.2016|23:55:54| 7168|E |
| 303|Prg|CL_RSMDS_ORDERED==============CP | 303|28.08.2006|13:19:00| 14336|E |
| 304|Prg|IF_RSMDS_ORDERED==============IP | 291|28.08.2006|13:19:07| 5120|E |
| 305|Prg|IF_RSMDS_DIMENSION============IP | 293|12.06.2016|23:55:54| 14336|E |
| 306|Prg|CL_RSMDS_PATTERN_UTILITIES====CP | 306|13.06.2016|00:12:31| 39936|E |
| 307|Prg|CL_RSMDS_BITSTRING============CP | 307|13.06.2016|00:11:03| 35840|E |
| 308|Prg|CL_RSMDS_SET==================CP | 308|16.06.2012|09:16:29| 52224|E |
| 309|Prg|CL_RSMDS_HASH_UTILITIES=======CP | 309|16.06.2012|09:53:06| 34816|E |
| 310|Prg|SAPLSECH | 310|07.03.2005|18:01:13| 26624|E |
| 311|Prg|CX_SY_MOVE_CAST_ERROR=========CP | 311|07.03.2005|18:01:13| 11264|E |
| 312|Typ|RSMDS_S_DICTITEM | 0|15.09.2004|17:25:02| 2048| |
| 313|Prg|CX_SY_ASSIGN_CAST_ILLEGAL_CASTCP | 313|07.03.2005|18:01:13| 10240|E |
| 314|Prg|CX_SY_ASSIGN_CAST_ERROR=======CP | 314|07.03.2005|18:01:13| 10240|E |
| 315|Prg|CX_SY_ASSIGN_ERROR============CP | 315|07.03.2005|18:01:13| 10240|E |
| 316|Prg|CL_RSMDS_DIMENSION_SET========CP | 316|16.06.2012|09:56:30| 73728|E |
| 317|Prg|CL_RSMDS_DATA_REFERENCE=======CP | 317|07.03.2005|18:01:13| 8192|E |
| 318|Prg|CL_ABAP_WEAK_REFERENCE========CP | 318|07.03.2005|18:01:13| 9216|E |
| 319|Prg|CL_RSMDS_CARTESIAN_PRODUCT_SETCP | 319|16.06.2012|09:13:37| 43008|E |
| 320|Prg|CL_RSMDS_OPENSQL_RENDERER=====CP | 320|12.06.2016|23:55:54| 18432|E |
| 321|Prg|CL_RSMDS_SQL_RENDERER=========CP | 321|16.06.2012|09:13:37| 30720|E |
| 322|Rty|type000000000053 | 0|16.06.2012|10:45:36| 0| |
| 323|Prg|%_CRSDS | 273|07.03.2005|18:01:13| 10240|E |
| 324|Rty|type000000000054 | 0|16.06.2012|10:45:36| 0| |
| 325|Rty|type000000000055 | 0|16.06.2012|10:45:36| 0| |
| 326|Prg|CL_FDT_APPLICATION_EXIT=======CP | 326|12.06.2016|23:45:17| 46080|E |
| 327|Rty|type000000000056 | 0|16.06.2012|10:45:36| 0| |
| 328|Rty|type000000000057 | 0|16.06.2012|10:45:36| 0| |
| 329|Rty|type000000000058 | 0|16.06.2012|10:45:36| 0| |
| 330|Rty|type000000000059 | 0|16.06.2012|10:45:36| 0| |
| 331|Prg|CL_FDT_SERVICES===============CP | 331|16.06.2012|09:24:25| 18432|E |
| 332|Typ|FDT_ADMN_0001 | 0|12.06.2016|21:42:15| 5120| |
| 333|Prg|CL_FDT_CC_SERVICES============CP | 333|16.06.2012|10:08:04| 128000|E |
| 334|Typ|SYST | 0|15.09.2004|17:25:35| 31744| |
| 335|Prg|IF_FDT_DATA_EXCHANGE_INTERNAL=IP | 116|12.06.2016|21:55:46| 8192|E |
| 336|Prg|IF_FDT_STORAGE================IP | 118|12.06.2016|21:55:49| 9216|E |
| 337|Prg|%_CSYLDB | 0|07.03.2005|18:01:13| 8192|E |
| 338|Prg|%_CSLIS | 20|01.02.2006|07:57:43| 89088|E |
| 339|Typ|DTC_S_LAYO | 0|01.02.2001|17:11:04| 6144| |
| 340|Typ|CAT_SVARS | 0|18.05.2004|16:56:44| 3072| |
| 341|Typ|BMOCCNODE | 0|01.02.2001|17:06:06| 2048| |
| 342|Typ|SCXTAB_TABSTRIP | 0|20.06.2003|14:08:17| 2048| |
| 343|Prg|%_CBMT | 268|12.06.2016|23:35:58| 150528|E |
| 344|Typ|BMCBUSSCEN | 0|21.11.2001|08:59:15| 5120| |
| 345|Typ|BMSTREE | 0|04.09.2002|14:38:07| 8192| |
| 346|Typ|RSJOBINFO | 0|09.02.1995|13:25:17| 3072| |
| 347|Prg|IF_FDT_DATA_EXCHANGE==========IP | 91|12.06.2016|23:45:16| 11264|E |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Directory of Application Tables |
----------------------------------------------------------------------------------------------------
|Name Date Time Lngth |
| Val. |
----------------------------------------------------------------------------------------------------
|Program RDDEXECU |
----------------------------------------------------------------------------------------------------
|SYST 15.09.2004 17:25:35 00004612 |
| \x0001\0\0\0\x0001\0\x0004\0\0\0\0\0\x0001\0\0\0\0\0\0\0 |
|SSCRFIELDS 15.09.2004 17:25:21 00001708 |
| |
|SSCRTEXTS . . : : 00000742 |
| |
----------------------------------------------------------------------------------------------------
|Program RSDBRUNT |
----------------------------------------------------------------------------------------------------
|VARID . . : : 00000252 |
| |
----------------------------------------------------------------------------------------------------
|Program SAPLICON |
----------------------------------------------------------------------------------------------------
|ICONT . . : : 00000130 |
| |
----------------------------------------------------------------------------------------------------
|Program SAPFSDS1 |
----------------------------------------------------------------------------------------------------
|TDCLD . . : : 00000098 |
| RE DOKU 8R XX XXLIMUDOKUX \x001EXR3TRPROGX | |
----------------------------------------------------------------------------------------------------
|Program SAPLSDOD |
----------------------------------------------------------------------------------------------------
|DOKIL . . : : 00000152 |
| |
----------------------------------------------------------------------------------------------------
|Program SAPLLANG |
----------------------------------------------------------------------------------------------------
|T002 . . : : 00000010 |
| ES1EN| |
----------------------------------------------------------------------------------------------------
|Program CONTEXT_X_TR_SYS_PARAMS |
----------------------------------------------------------------------------------------------------
|CONTEXTB . . : : 00002992 |
| 000EBTR_SYS_PARAMS 000007000100000000000000\0\0\0\0 |
|TCONT . . : : 00000068 |
| TR_SYS_PARAMS 20160606034619| |
----------------------------------------------------------------------------------------------------
|Program SAPLSCTS_EXE_EXP |
----------------------------------------------------------------------------------------------------
|RSJOBINFO . . : : 00000164 |
| 00000000000000 |
----------------------------------------------------------------------------------------------------
|Program CL_FDT_TRANS_CORE=============CP |
----------------------------------------------------------------------------------------------------
|RSJOBINFO . . : : 00000164 |
| 00000000000000 |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|ABAP Control Blocks (CONT) |
----------------------------------------------------------------------------------------------------
|Index|Name|Fl|PAR0|PAR1|PAR2|PAR3|PAR4|PAR5|PAR6|Source Code |Line |
----------------------------------------------------------------------------------------------------
| 3642|BRAF|05|0003| | | | | | |CL_FDT_CC_SERVICES============CM00T | 20|
| 3643|BREA|05|0000| | | | | | |CL_FDT_CC_SERVICES============CM00T | 20|
| 3644|BREA|FF|0000| | | | | | |CL_FDT_CC_SERVICES============CM00T | 20|
| 3645|TIME|02|C001| | | | | | |CL_FDT_CC_SERVICES============CM00T | 23|
| 3646|METH|03|0003|000F|8001|0000|0000|0000|0000|CL_FDT_CC_SERVICES============CM00T | 24|
| 3650|PAR1|01|C001| | | | | | |CL_FDT_CC_SERVICES============CM00T | 24|
| 3651|PAR1|41|C004| | | | | | |CL_FDT_CC_SERVICES============CM00T | 24|
| 3652|PAR1|40|0000| | | | | | |CL_FDT_CC_SERVICES============CM00T | 24|
| 3653|PAR2|00|0000|0001|0000| | | | |CL_FDT_CC_SERVICES============CM00T | 24|
| 3655|CMPS|20|0242|C004|C004| | | | |CL_FDT_CC_SERVICES============CM00T | 26|
| 3657|BRAF|02|0003| | | | | | |CL_FDT_CC_SERVICES============CM00T | 26|
| 3658|BREA|05|0000| | | | | | |CL_FDT_CC_SERVICES============CM00T | 26|
|>>>>>|BREA|FF|0000| | | | | | |CL_FDT_CC_SERVICES============CM00T | 26|
| 3660|METH|03|0002|000F|8009|0000|0000|0000|0000|CL_FDT_CC_SERVICES============CM00T | 28|
| 3664|PAR1|41|C003| | | | | | |CL_FDT_CC_SERVICES============CM00T | 28|
| 3665|PAR1|40|0000| | | | | | |CL_FDT_CC_SERVICES============CM00T | 28|
| 3666|PAR2|00|0000|0001|0000| | | | |CL_FDT_CC_SERVICES============CM00T | 28|
| 3668|TREA|28|FFFF|C003|C00C|0001|0000|0088|0003|CL_FDT_CC_SERVICES============CM00T | 30|
| 3672|PAR4|02|0000|0001|0000|0000|0000|0000|0001|CL_FDT_CC_SERVICES============CM00T | 30|
| 3676|PAR2|01|0243|0070|C004| | | | |CL_FDT_CC_SERVICES============CM00T | 30|
----------------------------------------------------------------------------------------------------
\
In transport Log I see the below error
Program terminated (job: RDDEXECL, no.: 10453600)
See job log
Execution of programs after import (XPRA)
End date and time : 20120616104551
Ended with return code: ===> 12 <===
######################################
In Job log SM37 below error is seen for Job RDDEXECL
16.06.2012 10:15:44 Job started
16.06.2012 10:15:44 Step 001 started (program RDDEXECL, variant , user ID DDIC)
16.06.2012 10:15:45 All DB buffers of application server OSTBI were synchronized
16.06.2012 10:16:58 Internal session terminated with a runtime error (refer to ST22)
16.06.2012 10:16:58 Job cancelled
Thanks
gab3670
2012 Jun 18 7:52 AM
Hi
The class CL_FDT_CC_SERVICES that is mentioned in the dump is part of the BRFPlus framework. After a BRFPlus object is imported into a system via a transport, an XPRA program is executed to convert the BRFPlus object into executable code and it is this program that has shortdumped.
There are two possible reasons for this:
1. BRFPlus was a bit "buggy" in early versions of Netweaver so it is possible that this could be a program error. I'd suggest looking for and implementing any SAP Notes for BRFPlus before continuing. (Look in application area BC-SRV-BR)
2. It is also possible that one of the BRFPlus objects that was imported in your support pack might be corrupted somehow. In this case I think you're well within your rights to raise an OSS message for this issue and get SAP to look at it for you.
I hope this helps a bit.
Regards
Glen