message type x

Download Message Type x

If you can't read please download the document

Upload: karthiekchowdary

Post on 20-Oct-2015

391 views

Category:

Documents


42 download

DESCRIPTION

message

TRANSCRIPT

Category ABAP Programming ErrorRuntime Errors MESSAGE_TYPE_XABAP Program SAPLOLEAApplication Component BC-FES-OACDate and Time 01.03.2014 22:50:38--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Short text || The current application triggered a termination with a short dump. |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|What happened? || The current application program detected a situation which really || should not occur. Therefore, a termination with a short dump was || triggered on purpose by the key word MESSAGE (type X). |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|What can you do? || Note down which actions and inputs caused the error. || || || To process the problem further, contact you SAP system || administrator. || || Using Transaction ST22 for ABAP Dump Analysis, you can look || at and manage termination messages, and you can also || keep them for a long time. |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Error analysis || Short text of error message: || Control Framework : Error processing control || || Long text of error message: || Diagnosis || An error occurred when the system tried to process the commands || from the Automation Queue on the presentation server. || There are several possible reasons for this: || - The installation of the SAP GUI on the presentation server is || faulty or obsolete. || - There is an error in the application program || - There is an error in the SAPGUI or an integrated control || Procedure || 1. Make sure that you have imported the appropriate Support || Package, the current kernel, and GUI patch for the release of your || system || 2. Check whether the error occurs locally on one or a few PCs, or || generally on all PCs. Note whether the error only occurs for some || users, for example because of a specific Customizing setting. || If it only occurs locally, this suggests an installation problem || with the PC. Check the installation; if necessary, reinstall the || software. In the dump, search for the SY-MSGLI field, since it may || point to the cause of the error. || 3. Activate the Automation Trace (in accordance with SAP Note || 158985). || 4.Start the transaction and continue until the screen immediately || before the dump. || 5. From the System -> Utilities menu, choose Autom. Queue, || Synchronous Processing. || The status bar of the GUI displays the text: || "Automation synchron flush mode on" || 6. If you now proceed with the application, the short dump will || display the ABAP call that caused the error; the Automation Trace || will contain the error on the presentation server. || 7. If necessary, load the short dump and trace files on to || sapservX, so that SAP can analyze them. || || Technical information about the message: || Message class....... "CNDP" || Number.............. 006 || Variable 1.......... " " || Variable 2.......... " " || Variable 3.......... " " || Variable 4.......... " " |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|How to correct the error || Probably the only way to eliminate the error is to correct the program. || - || || If the error 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: || || "MESSAGE_TYPE_X" " " || "SAPLOLEA" or "LOLEAU02" || "AC_SYSTEM_FLUSH" || || 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..... 702 || SAP Basis Level. 0014 || || Application server... "TALOS" || Network address...... "46.4.92.231" || Operating system..... "Linux" || Release.............. "2.6.32-71.29.1.el6.x" || Hardware type........ "x86_64" || Character length.... 16 Bits || Pointer length....... 64 Bits || Work process number.. 13 || Shortdump setting.... "full" || || Database server... "TALOS" || Database type..... "ORACLE" || Database name..... "E62" || Database user ID.. "SAPSR3" || || Terminal.......... "Finkijl-Note" || || Char.set.... "C" || || SAP kernel....... 720 || created (date)... "Dec 22 2013 19:26:41" || create on........ "Linux GNU SLES-11 x86_64 cc4.3.4 use-pr130820" || Database version. "OCI_112, 11.2.0.2.0, V1, default" || || Patch level. 521 || Patch text.. " " || || Database............. "ORACLE 10.1.0.*.*, ORACLE 10.2.0.*.*, ORACLE 11.2.*.*.*" || SAP database version. 720 || Operating system..... "Linux 2.6, Linux 3" || || Memory consumption || Roll.... 0 || EM...... 8352576 || Heap.... 0 || Page.... 1048576 || MM Used. 4956448 || MM Free. 260464 |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|User and Transaction || Client.............. 500 || User................ "EXT900001811" || Language key........ "P" || Transaction......... "/CONSOLUT/IDRPU51000" || Transaction ID...... "53121F8A48597837E10000002E045CE7" || || EPP Whole Context ID.... "6C626DD559F51ED3A8B157C787C706F3" || EPP Connection ID....... 00000000000000000000000000000000 || EPP Caller Counter...... 0 || || Program............. "SAPLOLEA" || Screen.............. "SAPMSDYP 0011" || Screen Line......... 0 || Debugger Active..... "none" |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Information on where terminated || Termination occurred in the ABAP program "SAPLOLEA" - in "AC_SYSTEM_FLUSH". || The main program was "RPU51000 ". || || In the source code you have the termination point in line 29 || of the (Include) program "LOLEAU02". |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Source Code Extract |----------------------------------------------------------------------------------------------------|Line |SourceCde |----------------------------------------------------------------------------------------------------| 1|FUNCTION AC_SYSTEM_FLUSH . || 2|*"---------------------------------------------------------------------- || 3|*"*"Lokale Schnittstelle: || 4|*" IMPORTING || 5|*" VALUE(CALLED_BY_SYSTEM) TYPE C OPTIONAL || 6|*" EXCEPTIONS || 7|*" CNTL_SYSTEM_ERROR || 8|*" CNTL_ERROR || 9|*"---------------------------------------------------------------------- || 10| data: sysubrc like sy-subrc. || 11| || 12| CALL FUNCTION 'AC_FLUSH_CALL' || 13| EXPORTING || 14| SYSTEM_FLUSH = 'X' || 15| CALLED_BY_SYSTEM = CALLED_BY_SYSTEM || 16| IMPORTING || 17| MESSAGE_NR = sysubrc || 18| MESSAGE_TEXT = SY-MSGLI. || 19| || 20| sy-subrc = sysubrc. || 21| || 22| CASE SY-SUBRC. || 23| WHEN 0. || 24| WHEN 1. || 25|* system_error || 26| MESSAGE ID 'CNDP' TYPE 'X' NUMBER 007 RAISING CNTL_SYSTEM_ERROR. || 27| WHEN 2. || 28|* method_call_error ||>>>>>| MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR. || 30| WHEN 3. || 31|* property_set_error || 32| MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR. || 33| WHEN 4. || 34|* property_get_error || 35| MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR. || 36| WHEN 8. || 37|* maximal number of modi reached || 38| MESSAGE ID 'CNDP' TYPE 'X' NUMBER 011 RAISING CNTL_SYSTEM_ERROR. || 39| WHEN OTHERS. || 40| RAISE CNTL_ERROR. || 41| ENDCASE. || 42| || 43|ENDFUNCTION. |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Contents of system fields |----------------------------------------------------------------------------------------------------|Name |Val. |----------------------------------------------------------------------------------------------------|SY-SUBRC|2 ||SY-INDEX|0 ||SY-TABIX|0 ||SY-DBCNT|0 ||SY-FDPOS|40 ||SY-LSIND|0 ||SY-PAGNO|0 ||SY-LINNO|1 ||SY-COLNO|1 ||SY-PFKEY|INIT ||SY-UCOMM|INIT ||SY-TITLE|Aumento simples sal.norm.p/rubricas salariais avaliadas indiretamente ||SY-MSGTY|X ||SY-MSGID|CNDP ||SY-MSGNO|006 ||SY-MSGV1| ||SY-MSGV2| ||SY-MSGV3| ||SY-MSGV4| ||SY-MODNO|0 ||SY-DATUM|20140301 ||SY-UZEIT|225035 ||SY-XPROG|SAPMSSY1 ||SY-XFORM|XAB_READ |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Active Calls/Events |----------------------------------------------------------------------------------------------------|No. Ty. Program Include Line || Name |----------------------------------------------------------------------------------------------------| 19 FUNCTION SAPLOLEA LOLEAU02 29 || AC_SYSTEM_FLUSH || 18 FORM SAPFGUICNTL SAPFGUICNTL 256 || HANDLE_FLUSH_PBO || 17 FORM SAPMSSYD SAPMSSYD 210 || %_CTL_OUTPUT_FLUSH || 16 MODULE (PBO) SAPMSSYD SAPMSSYD 199 || %_CTL_OUTPUT_FLUSH || 15 RFC SAPLOLEA LOLEAU10 227 || AC_FLUSH_CALL_INTERNAL || 14 FUNCTION SAPLOLEA LOLEAU10 227 || AC_FLUSH_CALL_INTERNAL || 13 FUNCTION SAPLOLEA LOLEAU18 46 || AC_FLUSH_CALL || 12 METHOD CL_GUI_CFW====================CP CL_GUI_CFW====================CM002 6 || CL_GUI_CFW=>FLUSH || 11 METHOD CL_EPSS_WORKFLOW_SERVICE======CP CL_EPSS_WORKFLOW_SERVICE======CM002 50 || CL_EPSS_WORKFLOW_SERVICE=>SET_BUTTON_STATE || 10 METHOD CL_EPSS_HTML_VIEWER===========CP CL_EPSS_HTML_VIEWER===========CM009 38 || CL_EPSS_HTML_VIEWER=>UPDATE_TOOLBAR || 9 METHOD CL_EPSS_HTML_VIEWER===========CP CL_EPSS_HTML_VIEWER===========CM005 80 || CL_EPSS_HTML_VIEWER=>SHOW_HTML_DOCUMENT || 8 METHOD CL_EPSS_SAPEVENT==============CP CL_EPSS_SAPEVENT==============CM00B 16 || CL_EPSS_SAPEVENT=>LINES_DISPLAY || 7 METHOD CL_EPSS_HELP_SERVICE==========CP CL_EPSS_HELP_SERVICE==========CM001 55 || CL_EPSS_HELP_SERVICE=>SHOW_GIVEN_DOCUMENT || 6 FUNCTION SAPLSHL2 LSHL2U18 98 || HELP_DOCULINES_SHOW || 5 FORM SAPLSHL2 LSHL2F01 293 || DOKU_ANZEIGEN || 4 FUNCTION SAPLSHL2 LSHL2U01 458 || HELP_START || 3 MODULE (PAI) SAPMSHLP SAPMSHLP 300 || SAPHLP_PAI || 2 EVENT RPU51000 20 || SYSTEM-EXIT || 1 EVENT RPU51000 20 || SYSTEM-EXIT |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Chosen variables |----------------------------------------------------------------------------------------------------|Name || Val. |----------------------------------------------------------------------------------------------------|No. 19 Ty. FUNCTION ||Name AC_SYSTEM_FLUSH |----------------------------------------------------------------------------------------------------|CALLED_BY_SYSTEM || X || 5 || 8 || 0 || 0 || 5800 ||SPACE || || 2 || 0 || 0 || 0 || 2000 ||SY-MSGNO || 006 || 333 || 006 || 000 || 000 || 300030003600 ||OLE2_TYPE_UI4 || 19 || 1000 || 3000 || 13000000 ||SY-MSGV1 || || 22222222222222222222222222222222222222222222222222 || 00000000000000000000000000000000000000000000000000 || 00000000000000000000000000000000000000000000000000 || 00000000000000000000000000000000000000000000000000 || 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020||SY-MSGV2 || || 22222222222222222222222222222222222222222222222222 || 00000000000000000000000000000000000000000000000000 || 00000000000000000000000000000000000000000000000000 || 00000000000000000000000000000000000000000000000000 || 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020||SY-MSGV3 || || 22222222222222222222222222222222222222222222222222 || 00000000000000000000000000000000000000000000000000 || 00000000000000000000000000000000000000000000000000 || 00000000000000000000000000000000000000000000000000 || 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020||SY-MSGV4 || || 22222222222222222222222222222222222222222222222222 || 00000000000000000000000000000000000000000000000000 || 00000000000000000000000000000000000000000000000000 || 00000000000000000000000000000000000000000000000000 || 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020||OLE2_TYPE_UNKNOWN || 13 || 0000 || D000 || 0D000000 ||OBJTYPE_NO_TYPELIB || NO_TYPELIB || 4455554444 || EFF4905C92 || 0000000000 || 0000000000 || 4E004F005F0054005900500045004C0049004200 ||SY-SUBRC || 2 || 0000 || 2000 || 02000000 ||SY-REPID || SAPLOLEA || 5454444422222222222222222222222222222222 || 310CFC5100000000000000000000000000000000 || 0000000000000000000000000000000000000000 || 0000000000000000000000000000000000000000 || 5300410050004C004F004C004500410020002000200020002000200020002000200020002000200020002000200020||%_VIASELSCR || # || 0 || 4 || 04 ||SY-MSGID || CNDP || 44452222222222222222 || 3E400000000000000000 || 00000000000000000000 || 00000000000000000000 || 43004E00440050002000200020002000200020002000200020002000200020002000200020002000 ||OLE2_TYPE_UI1 || 17 || 1000 || 1000 || 11000000 ||VERBS || || 22222222222222222222222222222222222222222222222222222 || 00000000000000000000000000000000000000000000000000000 || 00000000000000000000000000000000000000000000000000000 || 00000000000000000000000000000000000000000000000000000 || 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020||OLE2_TYPE_UI8 || 21 || 1000 || 5000 || 15000000 ||OLE2_TYPE_DECIMAL || 14 || 0000 || E000 || 0E000000 ||OLE2_TYPE_VT_PTR || 26 || 1000 || A000 || 1A000000 ||SYST-REPID || SAPLOLEA || 5454444422222222222222222222222222222222 || 310CFC5100000000000000000000000000000000 || 0000000000000000000000000000000000000000 || 0000000000000000000000000000000000000000 || 5300410050004C004F004C004500410020002000200020002000200020002000200020002000200020002000200020|----------------------------------------------------------------------------------------------------|No. 18 Ty. FORM ||Name HANDLE_FLUSH_PBO |----------------------------------------------------------------------------------------------------|L_FLAG_OO || X || 5 || 8 || 0 || 0 || 5800 ||L_FLAG_FB || X || 5 || 8 || 0 || 0 || 5800 ||SYST-REPID || SAPFGUICNTL || 5454454445422222222222222222222222222222 || 31067593E4C00000000000000000000000000000 || 0000000000000000000000000000000000000000 || 0000000000000000000000000000000000000000 || 530041005000460047005500490043004E0054004C0020002000200020002000200020002000200020002000200020||%_DUMMY$$ || || 2222 || 0000 || 0000 || 0000 || 2000200020002000 ||L_NUM || 0 || 0000 || 0000 || 00000000 ||SYST || ######################(#######H###############################################4######## I####|| 0000000000000000000000200000004000000000000000000000000000000000000000000000003000000010240000|| 00000000000000000000008010001080000000C0000000204000000000000000000000000000704000B00000090600|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000E000000C|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000280000||G_CC || ## # || 0020 || 0000 || 0000 || 0000 || 0000000020000000 ||SY-SUBRC || 2 || 0000 || 2000 || 02000000 ||SY-REPID || SAPFGUICNTL || 5454454445422222222222222222222222222222 || 31067593E4C00000000000000000000000000000 || 0000000000000000000000000000000000000000 || 0000000000000000000000000000000000000000 || 530041005000460047005500490043004E0054004C0020002000200020002000200020002000200020002000200020|----------------------------------------------------------------------------------------------------|No. 17 Ty. FORM ||Name %_CTL_OUTPUT_FLUSH |----------------------------------------------------------------------------------------------------|%_DUMMY$$ || || 2222 || 0000 || 0000 || 0000 || 2000200020002000 ||SY-SUBRC || 2 || 0000 || 2000 || 02000000 ||SY-REPID || SAPMSSYD || 5454555422222222222222222222222222222222 || 310D339400000000000000000000000000000000 || 0000000000000000000000000000000000000000 || 0000000000000000000000000000000000000000 || 5300410050004D00530053005900440020002000200020002000200020002000200020002000200020002000200020||SAP_PERSONAS_SUPPORT || 0 || 0000 || 0000 || 00000000 ||SYST-REPID || SAPMSSYD || 5454555422222222222222222222222222222222 || 310D339400000000000000000000000000000000 || 0000000000000000000000000000000000000000 || 0000000000000000000000000000000000000000 || 5300410050004D00530053005900440020002000200020002000200020002000200020002000200020002000200020||IS_ITS || || 2 || 0 || 0 || 0 || 2000 ||PENDREQ || 0 || 0000 || 0000 || 00000000 ||SY-XPROG || SAPMSSY1 || 5454555322222222222222222222222222222222 || 310D339100000000000000000000000000000000 || 0000000000000000000000000000000000000000 || 0000000000000000000000000000000000000000 || 5300410050004D00530053005900310020002000200020002000200020002000200020002000200020002000200020||SCREEN || %_17SNS0000502476_%_%_%_%_%_%_ || 2533545333333333352525252525252222222222222222222222222222222222222222222222222222222222222222|| 5F173E30000502476F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 25005F003100370053004E00530030003000300030003500300032003400370036005F0025005F0025005F0025005F|----------------------------------------------------------------------------------------------------|No. 16 Ty. MODULE (PBO) ||Name %_CTL_OUTPUT_FLUSH |----------------------------------------------------------------------------------------------------|%_ARCHIVE || || 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020||%_CALLER_PROGRAM_NAME || SAPMSDYP || 5454545522222222222222222222222222222222 || 310D349000000000000000000000000000000000 || 0000000000000000000000000000000000000000 || 0000000000000000000000000000000000000000 || 5300410050004D00530044005900500020002000200020002000200020002000200020002000200020002000200020|----------------------------------------------------------------------------------------------------|No. 15 Ty. RFC ||Name AC_FLUSH_CALL_INTERNAL |----------------------------------------------------------------------------------------------------|SYSTEM_FLUSH || || 2 || 0 || 0 || 0 || 2000 ||MESSAGE_NR || 0 || 0000 || 0000 || 00000000 ||MESSAGE_TEXT || || 222222222222222222222222222222222222222222222222222222222222 || 000000000000000000000000000000000000000000000000000000000000 || 000000000000000000000000000000000000000000000000000000000000 || 000000000000000000000000000000000000000000000000000000000000 || 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020||XML_DATA_STREAM[] || Table IT_1904[0x510] || \FUNCTION=AC_FLUSH_CALL\DATA=XML_DATA_STREAM || Table reference: 311 || TABH+ 0(20) = 0000000000000000E0CFFD0B787F000000000000 || TABH+ 20(20) = 370100007007000000000000FE010000FFFFFFFF || TABH+ 40(16) = 04300000707901000400C124C0000000 || store = 0x0000000000000000 || ext1 = 0xE0CFFD0B787F0000 || shmId = 0 (0x00000000) || id = 311 (0x37010000) || label = 1904 (0x70070000) || fill = 0 (0x00000000) || leng = 510 (0xFE010000) || loop = -1 (0xFFFFFFFF) || xtyp = TYPE#000082 || occu = 4 (0x04000000) || accKind = 1 (ItAccessStandard) || idxKind = 0 (ItIndexNone) || uniKind = 2 (ItUniNo) || keyKind = 1 (default) || cmpMode = 2 (cmpSingleMcmpR) || occu0 = 1 || stMode = 0 || groupCntl = 0 || rfc = 0 || unShareable = 0 || mightBeShared = 0 || sharedWithShmTab = 0 || isShmLockId = 0 || isUsed = 1 || isCtfyAble = 1 || hasScndKeys = 0 || hasRowId = 0 || scndKeysOutdated = 0 || scndUniKeysOutdated = 0 ||XML_DATA_STRING || || 10000000 || 40000000 || 1400000000000000 ||%_DUMMY$$ || || 2222 || 0000 || 0000 || 0000 || 2000200020002000 ||OLE2_TYPE_UI2 || 18 || 1000 || 2000 || 12000000 ||ABAP_TRUE || X || 5 || 8 || 0 || 0 || 5800 ||SUPPORT_XML_BLOB || Y || 5 || 9 || 0 || 0 || 5900 ||OLE2_TYPE_VT_VOID || 24 || 1000 || 8000 || 18000000 ||XML_DATA_STREAM || || 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020||OLE_DESTINATION || SAPGUI || 54545422222222222222222222222222 || 31075900000000000000000000000000 || 00000000000000000000000000000000 || 00000000000000000000000000000000 || 5300410050004700550049002000200020002000200020002000200020002000200020002000200020002000200020||SVARS || Table IT_1540[0x8] || \FUNCTION-POOL=OLEA\DATA=SVARS || Table reference: 184 || TABH+ 0(20) = F009070C787F0000000000000000000000000000 || TABH+ 20(20) = B8000000040600000000000008000000FFFFFFFF || TABH+ 40(16) = 04300000D07301000400C128C0000000 || store = 0xF009070C787F0000 || ext1 = 0x0000000000000000 || shmId = 0 (0x00000000) || id = 184 (0xB8000000) || label = 1540 (0x04060000) || fill = 0 (0x00000000) || leng = 8 (0x08000000) || loop = -1 (0xFFFFFFFF) || xtyp = TYPE#000052 || occu = 4 (0x04000000) || accKind = 1 (ItAccessStandard) || idxKind = 0 (ItIndexNone) || uniKind = 2 (ItUniNo) || keyKind = 1 (default) || cmpMode = 4 (cmpSingleEq) || occu0 = 1 || stMode = 0 || groupCntl = 0 || rfc = 0 || unShareable = 0 || mightBeShared = 0 || sharedWithShmTab = 0 || isShmLockId = 0 || isUsed = 1 || isCtfyAble = 1 || hasScndKeys = 0 || hasRowId = 0 || scndKeysOutdated = 0 || scndUniKeysOutdated = 0 || ----- Shareable Table Header Data ----- || tabi = 0xC05AA5F8777F0000 || pgHook = 0x0000000000000000 || idxPtr = 0x0000000000000000 || id = 1430 (0x96050000) || shmTabhSet = 0x0000000000000000 || refCount = 0 (0x00000000) || tstRefCount = 0 (0x00000000) || lineAdmin = 4 (0x04000000) || lineAlloc = 4 (0x04000000) || shmVersId = 0 (0x00000000) || shmRefCount = 1 (0x01000000) || rowId = 18446744073709551615 || scndKeyAdmin = 0x0000000000000000 ||OLE2_TYPE_BSTR || 8 || 0000 || 8000 || 08000000 ||SY-XFORM || XAB_READ || 544554442222222222222222222222 || 812F25140000000000000000000000 || 000000000000000000000000000000 || 000000000000000000000000000000 || 5800410042005F00520045004100440020002000200020002000200020002000200020002000200020002000200020||OLE_MESSAGE || || 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020||ERROR_INFO[] || Table IT_725[0x516] || \FUNCTION-POOL=OLEA\DATA=ERROR_INFO[] || Table reference: 131 || TABH+ 0(20) = 0000000000000000E8BB24E6777F000000000000 || TABH+ 20(20) = 83000000D50200000000000004020000FFFFFFFF || TABH+ 40(16) = 04300000107301000100C104C0000000 || store = 0x0000000000000000 || ext1 = 0xE8BB24E6777F0000 || shmId = 0 (0x00000000) || id = 131 (0x83000000) || label = 725 (0xD5020000) || fill = 0 (0x00000000) || leng = 516 (0x04020000) || loop = -1 (0xFFFFFFFF) || xtyp = TYPE#000048 || occu = 1 (0x01000000) || accKind = 1 (ItAccessStandard) || idxKind = 0 (ItIndexNone) || uniKind = 2 (ItUniNo) || keyKind = 1 (default) || cmpMode = 2 (cmpSingleMcmpR) || occu0 = 0 || stMode = 0 || groupCntl = 0 || rfc = 0 || unShareable = 0 || mightBeShared = 0 || sharedWithShmTab = 0 || isShmLockId = 0 || isUsed = 1 || isCtfyAble = 1 || hasScndKeys = 0 || hasRowId = 0 || scndKeysOutdated = 0 || scndUniKeysOutdated = 0 ||PARAMS[] || Table IT_42[0x88] || \FUNCTION-POOL=OLEA\DATA=PARAMS[] || Table reference: 28 || TABH+ 0(20) = 3884F2F8777F0000E848000C787F000000000000 || TABH+ 20(20) = 1C0000002A0000000000000058000000FFFFFFFF || TABH+ 40(16) = 04300000306E01001400C104C0000000 || store = 0x3884F2F8777F0000 || ext1 = 0xE848000C787F0000 || shmId = 0 (0x00000000) || id = 28 (0x1C000000) || label = 42 (0x2A000000) || fill = 0 (0x00000000) || leng = 88 (0x58000000) || loop = -1 (0xFFFFFFFF) || xtyp = TYPE#000022 || occu = 20 (0x14000000) || accKind = 1 (ItAccessStandard) || idxKind = 0 (ItIndexNone) || uniKind = 2 (ItUniNo) || keyKind = 1 (default) || cmpMode = 2 (cmpSingleMcmpR) || occu0 = 0 || stMode = 0 || groupCntl = 0 || rfc = 0 || unShareable = 0 || mightBeShared = 0 || sharedWithShmTab = 0 || isShmLockId = 0 || isUsed = 1 || isCtfyAble = 1 || hasScndKeys = 0 || hasRowId = 0 || scndKeysOutdated = 0 || scndUniKeysOutdated = 0 || ----- Shareable Table Header Data ----- || tabi = 0xC01E110F787F0000 || pgHook = 0x0000000000000000 || idxPtr = 0x0000000000000000 || id = 1437 (0x9D050000) || shmTabhSet = 0x0000000000000000 || refCount = 0 (0x00000000) || tstRefCount = 0 (0x00000000) || lineAdmin = 20 (0x14000000) || lineAlloc = 20 (0x14000000) || shmVersId = 0 (0x00000000) || shmRefCount = 1 (0x01000000) || rowId = 18446744073709551615 || scndKeyAdmin = 0x0000000000000000 || ----- 1st level extension part -------- || regHook = 0x0000000000000000 || collHook = 0x0000000000000000 || ext2 = 0xD09F1FE6777F0000 || ----- 2nd level extension part -------- || tabhBack = 0x804624E6777F0000 || delta_head = 0000000000000000000000000000000000000000000000000000000000000000110000000000000|| pb_func = 0x0000000000000000 || pb_handle = 0x0000000000000000 ||RFC_QUEUE || Table IT_724[0x1918] || \FUNCTION-POOL=OLEA\DATA=RFC_QUEUE || Table reference: 130 || TABH+ 0(20) = C87BFB0B787F000040AB0E0F787F000000000000 || TABH+ 20(20) = 82000000D4020000000000007E070000FFFFFFFF || TABH+ 40(16) = 04300000307101000100C124C8000000 || store = 0xC87BFB0B787F0000 || ext1 = 0x40AB0E0F787F0000 || shmId = 0 (0x00000000) || id = 130 (0x82000000) || label = 724 (0xD4020000) || fill = 0 (0x00000000) || leng = 1918 (0x7E070000) || loop = -1 (0xFFFFFFFF) || xtyp = TYPE#000038 || occu = 1 (0x01000000) || accKind = 1 (ItAccessStandard) || idxKind = 0 (ItIndexNone) || uniKind = 2 (ItUniNo) || keyKind = 1 (default) || cmpMode = 2 (cmpSingleMcmpR) || occu0 = 1 || stMode = 0 || groupCntl = 0 || rfc = 0 || unShareable = 0 || mightBeShared = 1 || sharedWithShmTab = 0 || isShmLockId = 0 || isUsed = 1 || isCtfyAble = 1 || hasScndKeys = 0 || hasRowId = 0 || scndKeysOutdated = 0 || scndUniKeysOutdated = 0 || ----- Shareable Table Header Data ----- || tabi = 0xF846FD0B787F0000 || pgHook = 0x387CFB0B787F0000 || idxPtr = 0x0000000000000000 || id = 1753 (0xD9060000) || shmTabhSet = 0x0000000000000000 || refCount = 0 (0x00000000) || tstRefCount = 0 (0x00000000) || lineAdmin = 7 (0x07000000) || lineAlloc = 3 (0x03000000) || shmVersId = 0 (0x00000000) || shmRefCount = 1 (0x01000000) || rowId = 18446744073709551615