ST22_FBL1N

download ST22_FBL1N

If you can't read please download the document

description

dump

Transcript of ST22_FBL1N

Category ABAP Programming ErrorRuntime Errors DBIF_RSQL_INVALID_RSQLExcept. CX_SY_OPEN_SQL_DBABAP Program SAPDBKDFApplication Component Not AssignedDate and Time 23.06.2014 10:19:49--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Short text || Error in module RSQL of the database interface |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|What happened? || Error in the ABAP Application Program || || The current ABAP program "SAPDBKDF" had to be terminated because it has || come across a statement that unfortunately cannot be executed. |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|What can you do? || Note down which actions and inputs caused the error. || || || To process the problem further, contact you SAP system || administrator. || || Using Transaction ST22 for ABAP Dump Analysis, you can look || at and manage termination messages, and you can also || keep them for a long time. || Note down which actions and inputs caused the error. || || || To process the problem further, contact you SAP system || administrator. || || Using Transaction ST22 for ABAP Dump Analysis, you can look || at and manage termination messages, and you can also || keep them for a long time. |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Error analysis || An exception occurred that is explained in detail below. || The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught || in || procedure "UPDATE_XBSIK" "(FORM)", nor was it propagated by a RAISING clause. || Since the caller of the procedure could not have anticipated that the || exception would occur, the current program is terminated. || The reason for the exception is: || The SQL statement generated from the SAP Open SQL statement violates a || restriction imposed by the underlying database system of the ABAP || system. || || Possible error causes: || o The maximum size of an SQL statement was exceeded. || o The statement contains too many input variables. || o The input data requires more space than is available. || o ... || || You can generally find details in the system log (SM21) and in the || developer trace of the relevant work process (ST11). || In the case of an error, current restrictions are frequently displayed || in the developer trace. |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|How to correct the error || Please check the entries in the system log (Transaction SM21). || Internal call code.........: "[RSQL/OPEN/BSIK ]" || The SAP Open SQL statement concerned must be divided into several || smaller units. || If the problem occurred due to the use of an excessively large table || in an IN itab construct, you can use FOR ALL ENTRIES instead. || When you use this addition, the statement is split into smaller units || according to the restrictions of the database system used. || || || 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: || || "DBIF_RSQL_INVALID_RSQL" "CX_SY_OPEN_SQL_DB" || "SAPDBKDF" or "SAPDBKDF" || "UPDATE_XBSIK" || || || || || 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: || || "DBIF_RSQL_INVALID_RSQL" "CX_SY_OPEN_SQL_DB" || "SAPDBKDF" or "SAPDBKDF" || "UPDATE_XBSIK" || || If you cannot solve the problem yourself and want to send an error || notification to SAP, include the following information: || || 1. The description of the current problem (short dump) || || To save the description, choose "System->List->Save->Local File || (Unconverted)". || || 2. Corresponding system log || || Display the system log by calling transaction SM21. || Restrict the time interval to 10 minutes before and five minutes || after the short dump. Then choose "System->List->Save->Local File || (Unconverted)". || || 3. If the problem occurs in a problem of your own or a modified SAP || program: The source code of the program || In the editor, choose "Utilities->More || Utilities->Upload/Download->Download". || || 4. Details about the conditions under which the error occurred or which || actions and input led to the error. || || The exception must either be prevented, caught within proedure || "UPDATE_XBSIK" "(FORM)", or its possible occurrence must be declared in the || RAISING clause of the procedure. || To prevent the exception, note the following: |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|System environment || SAP Release..... 702 || SAP Basis Level. 0011 || || Application server... "PRODSAP" || Network address...... "172.16.1.43" || Operating system..... "SunOS" || Release.............. "5.10" || Hardware type........ "i86pc" || Character length.... 16 Bits || Pointer length....... 64 Bits || Work process number.. 9 || Shortdump setting.... "full" || || Database server... "PRODSAP" || Database type..... "ORACLE" || Database name..... "KSP" || Database user ID.. "SAPSR3" || || Terminal.......... "kakira-cf9651a7" || || Char.set.... "C" || || SAP kernel....... 720 || created (date)... "Mar 21 2012 09:35:10" || create on........ "SunOS 5.10 Generic_137138-09 i86pc" || Database version. "OCI_102, 10.2.0.5.0, V2, default" || || Patch level. 201 || Patch text.. " " || || Database............. "ORACLE 10.1.0.*.*, ORACLE 10.2.0.*.*, ORACLE 11.2.*.*.*" || SAP database version. 720 || Operating system..... "SunOS 5.10, SunOS 5.11" || || Memory consumption || Roll.... 0 || EM...... 175971936 || Heap.... 0 || Page.... 6840320 || MM Used. 57202256 || MM Free. 9829032 |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|User and Transaction || Client.............. 555 || User................ "KSL0207" || Language key........ "E" || Transaction......... "FBL1N " || Transaction ID...... "53A7DE257E0C3976E1000000AC10012B" || || EPP Whole Context ID.... "80215EEE1CA81EE3BED4AFF90A5C8103" || EPP Connection ID....... 00000000000000000000000000000000 || EPP Caller Counter...... 0 || || Program............. "SAPDBKDF" || Screen.............. "SAPMSSY0 1000" || Screen Line......... 6 || Debugger Active..... "none" |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Information on where terminated || Termination occurred in the ABAP program "SAPDBKDF" - in "UPDATE_XBSIK". || The main program was "RFITEMAP ". || || In the source code you have the termination point in line 2245 || of the (Include) program "SAPDBKDF". || The termination is caused because exception "CX_SY_OPEN_SQL_DB" occurred in || procedure "UPDATE_XBSIK" "(FORM)", but it was neither handled locally nor || declared || in the RAISING clause of its signature. || || The procedure is in program "SAPDBKDF "; its source code begins in line || 2242 of the (Include program "SAPDBKDF ". |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Source Code Extract |----------------------------------------------------------------------------------------------------|Line |SourceCde |----------------------------------------------------------------------------------------------------| 2215| where LIFNR eq K_LIFNR-LOW || 2216| and BUKRS in KD_BUKRS || 2217| and GJAHR in KD_GJAHR. || 2218| sort XLFC1 by MANDT LIFNR BUKRS GJAHR. || 2219| CURSOR-LFC1 = 1. || 2220|endform. "UPDATE_XLFC1 || 2221| || 2222|*---------------------------------------------------------------------* || 2223|* FORM UPDATE_XLFC3 * || 2224|*---------------------------------------------------------------------* || 2225|* ........ * || 2226|*---------------------------------------------------------------------* || 2227|form UPDATE_XLFC3. || 2228| select * from LFC3 into table XLFC3 || 2229| for all entries in K_LIFNR || 2230| where LIFNR eq K_LIFNR-LOW || 2231| and BUKRS in KD_BUKRS || 2232| and GJAHR in KD_GJAHR. || 2233| sort XLFC3 by MANDT LIFNR BUKRS GJAHR. || 2234| CURSOR-LFC3 = 1. || 2235|endform. "UPDATE_XLFC3 || 2236| || 2237|*---------------------------------------------------------------------* || 2238|* FORM UPDATE_XBSIK * || 2239|*---------------------------------------------------------------------* || 2240|* ........ * || 2241|*---------------------------------------------------------------------* || 2242|form UPDATE_XBSIK. || 2243|* Variante 1: Offene Posten zu einem bestimmten Stichtag || 2244| if KD_OPOPT = 'X' and KD_APOPT ne 'X'. ||>>>>>| select (BSIK_FIELDS) from BSIK || 2246| into corresponding fields of table XBSIK || 2247| for all entries in K_LIFNR || 2248| where LIFNR eq K_LIFNR-LOW || 2249| and BUKRS in KD_BUKRS || 2250|* AND GJAHR IN KD_GJAHR || 2251|* AND GJAHR BETWEEN '0001' AND '9999' || 2252| and BUDAT in KD_BUDAT || 2253| and BUDAT le KD_STIDA || 2254| and ZUONR in KD_ZUONR || 2255| and UMSKZ in KD_UMSKZ || 2256| and SHKZG in KD_SHKZG || 2257| and BSCHL in KD_BSCHL || 2258| and (BSIK_WHERE). || 2259| endif. "Variante 1 || 2260|* Variante 2: Ausgegl. Posten in einem Datumsintervall || 2261| "- Es erfolgt kein Zugriff auf BSIK || 2262|* Variante 3: Variante 1 + 2 gleichzeitig || 2263| if KD_OPOPT eq 'X' and KD_APOPT eq 'X'. || 2264| select (BSIK_FIELDS) from BSIK |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Contents of system fields |----------------------------------------------------------------------------------------------------|Name |Val. |----------------------------------------------------------------------------------------------------|SY-SUBRC|0 ||SY-INDEX|1 ||SY-TABIX|1 ||SY-DBCNT|1 ||SY-FDPOS|2 ||SY-LSIND|0 ||SY-PAGNO|0 ||SY-LINNO|1 ||SY-COLNO|1 ||SY-PFKEY| ||SY-UCOMM| ||SY-TITLE|Vendor Line Item Display ||SY-MSGTY| ||SY-MSGID| ||SY-MSGNO|000 ||SY-MSGV1| ||SY-MSGV2| ||SY-MSGV3| ||SY-MSGV4| ||SY-MODNO|0 ||SY-DATUM|20140623 ||SY-UZEIT|101949 ||SY-XPROG|SAPDBKDF ||SY-XFORM|%_ROOT |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Active Calls/Events |----------------------------------------------------------------------------------------------------|No. Ty. Program Include Line || Name |----------------------------------------------------------------------------------------------------| 7 FORM SAPDBKDF SAPDBKDF 2245 || UPDATE_XBSIK || 6 FORM SAPDBKDF SAPDBKDF 1318 || PUT_BSIK || 5 FORM SAPDBKDF SAPDBKDF 1165 || PUT_LFB1 || 4 FORM SAPDBKDF SAPDBKDF 937 || PROCESS_VF_KRED || 3 FORM SAPDBKDF SAPDBKDF 810 || PUT_LFA1 || 2 FORM SAPDBKDF SAPDBKDF 3462 || %_ROOT || 1 EVENT RFITEMAP 20 || SYSTEM-EXIT |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Chosen variables |----------------------------------------------------------------------------------------------------|Name || Val. |----------------------------------------------------------------------------------------------------|No. 7 Ty. FORM ||Name UPDATE_XBSIK |----------------------------------------------------------------------------------------------------|SY-REPID || SAPDBKDF || 5454444422222222222222222222222222222222 || 31042B4600000000000000000000000000000000 || 0000000000000000000000000000000000000000 || 0000000000000000000000000000000000000000 || 530041005000440042004B004400460020002000200020002000200020002000200020002000200020002000200020||ST_FLDLIST_BSID || || 222222222222222222222222222222 || 000000000000000000000000000000 || 000000000000000000000000000000 || 000000000000000000000000000000 || 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020||LFA1_FIELDS || Table[initial] || ||%_DUMMY$$ || || 2222 || 0000 || 0000 || 0000 || 2000200020002000 ||%_KD_LAND1_%_APP_% || || 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020||KD_BUKRS[] || Table IT_103[1x22] || \PROGRAM=SAPDBKDF\DATA=KD_BUKRS[] || Table reference: 63 || TABH+ 0(20) = 5071B6F77EFDFFFF000000000000000000000000 || TABH+ 20(20) = 3F000000670000000100000016000000FFFFFFFF || TABH+ 40(16) = 04000000F0C305000100C104C8000000 || store = 0x5071B6F77EFDFFFF || ext1 = 0x0000000000000000 || shmId = 0 (0x00000000) || id = 63 (0x3F000000) || label = 103 (0x67000000) || fill = 1 (0x01000000) || leng = 22 (0x16000000) || loop = -1 (0xFFFFFFFF) || xtyp = TYPE#000138 || 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 = 1 || sharedWithShmTab = 0 || isShmLockId = 0 || isUsed = 1 || isCtfyAble = 1 || hasScndKeys = 0 || hasRowId = 0 || scndKeysOutdated = 0 || scndUniKeysOutdated = 0 || ----- Shareable Table Header Data ----- || tabi = 0x009FB5F77EFDFFFF || pgHook = 0x0000000000000000 || idxPtr = 0x0000000000000000 || id = 1217 (0xC1040000) || shmTabhSet = 0x0000000000000000 || refCount = 0 (0x00000000) || tstRefCount = 0 (0x00000000) || lineAdmin = 1 (0x01000000) || lineAlloc = 1 (0x01000000) || shmVersId = 0 (0x00000000) || shmRefCount = 1 (0x01000000) || rowId = 18446744073709551615 || scndKeyAdmin = 0x0000000000000000 || IEQ1000 || 44533332222 || 95110000000 || 00000000000 || 00000000000 || 49004500510031003000300030002000200020002000 ||RSJOBINFO || 00000000000000 ## || 2222222222222222222222222222222233333333333333222222222222222222222222222222222200 || 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 || 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 || 0000000000000000000000000000000000000000000000000000000000000000000000000000000000 || 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020||XWIA || || 2 || 0 || 0 || 0 || 2000 ||KD_BUDAT[] || Table[initial] || ||KD_STIDA || 20140623 || 33333333 || 20140623 || 00000000 || 00000000 || 32003000310034003000360032003300 ||G_WAERS || || 22222 || 00000 || 00000 || 00000 || 20002000200020002000 ||KD_ZUONR[] || Table[initial] || ||%_SPACE || || 2 || 0 || 0 || 0 || 2000 ||AU_TYP || 1 || 3 || 1 || 0 || 0 || 3100 ||KD_UMSKZ[] || Table[initial] || ||KD_SHKZG[] || Table[initial] || ||AU_GSBER || || 2 || 0 || 0 || 0 || 2000 ||KD_BSCHL[] || Table[initial] || ||BSIK_WHERE || Table IT_1646[5996x144] || \PROGRAM=SAPDBKDF\DATA=BSIK_WHERE || Table reference: 217 || TABH+ 0(20) = 1005BFF77EFDFFFF000000000000000000000000 || TABH+ 20(20) = D90000006E0600006C17000090000000FFFFFFFF || TABH+ 40(16) = 0408000040B104000500C104C8000000 || store = 0x1005BFF77EFDFFFF || ext1 = 0x0000000000000000 || shmId = 0 (0x00000000) || id = 217 (0xD9000000) || label = 1646 (0x6E060000) || fill = 5996 (0x6C170000) || leng = 144 (0x90000000) || loop = -1 (0xFFFFFFFF) || xtyp = TYPE#000229 || occu = 5 (0x05000000) || 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 = 1 || sharedWithShmTab = 0 || isShmLockId = 0 || isUsed = 1 || isCtfyAble = 1 || hasScndKeys = 0 || hasRowId = 0 || scndKeysOutdated = 0 || scndUniKeysOutdated = 0 || ----- Shareable Table Header Data ----- || tabi = 0xE04EA7267FFDFFFF || pgHook = 0xC851A7267FFDFFFF || idxPtr = 0x0000000000000000 || id = 1140 (0x74040000) || shmTabhSet = 0x0000000000000000 || refCount = 1 (0x01000000) || tstRefCount = 0 (0x00000000) || lineAdmin = 8189 (0xFD1F0000) || lineAlloc = 6013 (0x7D170000) || shmVersId = 0 (0x00000000) || shmRefCount = 2 (0x02000000) || rowId = 18446744073709551615 || scndKeyAdmin = 0x0000000000000000 || || ( BELNR EQ '6100007781' OR || 222222444452222222222222222222222222245223333333333224522222222222222222 || 00008025CE2000000000000000000000000005107610000778170F200000000000000000 || 000000000000000000000000000000000000000000000000000000000000000000000000 || 000000000000000000000000000000000000000000000000000000000000000000000000 || 200020002000200028002000420045004C004E00520020002000200020002000200020002000200020002000200020|| || BELNR EQ '6100007782' OR || 444452222222222222222222222222245223333333333224522222222222222222222222 || 25CE2000000000000000000000000005107610000778270F200000000000000000000000 || 000000000000000000000000000000000000000000000000000000000000000000000000 || 000000000000000000000000000000000000000000000000000000000000000000000000 || 420045004C004E00520020002000200020002000200020002000200020002000200020002000200020002000200020|| || BELNR EQ '6100007783' OR || 444452222222222222222222222222245223333333333224522222222222222222222222 || 25CE2000000000000000000000000005107610000778370F200000000000000000000000 || 000000000000000000000000000000000000000000000000000000000000000000000000 || 000000000000000000000000000000000000000000000000000000000000000000000000 || 420045004C004E00520020002000200020002000200020002000200020002000200020002000200020002000200020|| || BELNR EQ '6100007784' OR || 444452222222222222222222222222245223333333333224522222222222222222222222 || 25CE2000000000000000000000000005107610000778470F200000000000000000000000 || 000000000000000000000000000000000000000000000000000000000000000000000000 || 000000000000000000000000000000000000000000000000000000000000000000000000 || 420045004C004E00520020002000200020002000200020002000200020002000200020002000200020002000200020|| || BELNR EQ '6100007785' OR || 444452222222222222222222222222245223333333333224522222222222222222222222 || 25CE2000000000000000000000000005107610000778570F200000000000000000000000 || 000000000000000000000000000000000000000000000000000000000000000000000000 || 000000000000000000000000000000000000000000000000000000000000000000000000 || 420045004C004E00520020002000200020002000200020002000200020002000200020002000200020002000200020||GD_TPC_CHECK_SEL || || 2 || 0 || 0 || 0 || 2000 ||XBSIK[] || Table IT_1733[0x2088] || \PROGRAM=SAPDBKDF\DATA=XBSIK[] || Table reference: 146 || TABH+ 0(20) = 0000000000000000000000000000000000000000 || TABH+ 20(20) = 92000000C50600000000000028080000FFFFFFFF || TABH+ 40(16) = 0408000020AD04000400C130C0000000 || store = 0x0000000000000000 || ext1 = 0x0000000000000000 || shmId = 0 (0x00000000) || id = 146 (0x92000000) || label = 1733 (0xC5060000) || fill = 0 (0x00000000) || leng = 2088 (0x28080000) || loop = -1 (0xFFFFFFFF) || xtyp = TYPE#000207 || occu = 4 (0x04000000) || accKind = 1 (ItAccessStandard) || idxKind = 0 (ItIndexNone) || uniKind = 2 (ItUniNo) || keyKind = 1 (default) || cmpMode = 8 (cmpManyEq) || 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 ||KD_OPOPT || X || 5 || 8 || 0 || 0 || 5800 ||SYST-REPID || SAPDBKDF || 5454444422222222222222222222222222222222 || 31042B4600000000000000000000000000000000 || 0000000000000000000000000000000000000000 || 0000000000000000000000000000000000000000 || 530041005000440042004B004400460020002000200020002000200020002000200020002000200020002000200020||KD_APOPT || || 2 || 0 || 0 || 0 || 2000 ||%_KD_VBUND_%_APP_% || || 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020||KD_BUSAB[] || Table[initial] || || || ??? || ?????? || ?????? || ???????????? ||BSIK_FIELDS || Table[initial] || |----------------------------------------------------------------------------------------------------|No. 6 Ty. FORM ||Name PUT_BSIK |----------------------------------------------------------------------------------------------------|KD_WAERS[] || Table[initial] || ||KD_AKONT[] || Table[initial] || ||KD_BUSAB-LOW || || 22 || 00 || 00 || 00 || 20002000 ||YBSAK || Table[initial] || ||CURSOR-YBSAK || 0 || 0000 || 0000 || 00000000 ||LD_ARCH || || 2 || 0 || 0 || 0 || 2000 ||KD_USEDB || X || 5 || 8 || 0 || 0 || 5800 ||B0SG-XSTAN || X || 5 || 8 || 0 || 0 || 5800 ||B0SG-XSTAS || || 2 || 0 || 0 || 0 || 2000 ||%_CURRTAB || LFB1 || 44432222222222 || C6210000000000 || 00000000000000 || 00000000000000 || 4C004600420031002000200020002000200020002000200020002000 ||CURSOR-VF_KRED || 0 || 0000 || 0000 || 00000000 ||CURSOR-BSIK || 0 || 0000 || 0000 || 00000000 ||%F021010_1000 || || 22222222222222222222222222222222222222222222222222222222222222222222222222222222222 || 00000000000000000000000000000000000000000000000000000000000000000000000000000000000 || 00000000000000000000000000000000000000000000000000000000000000000000000000000000000 || 00000000000000000000000000000000000000000000000000000000000000000000000000000000000 || 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020||XBSIK || 00000000 0000 0000000000000000000000000|| 2222222222222222222333333332222222222222222222222222222333322222222223333333333333333333333333|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 2000200020002000200020002000200020002000200020002000200020002000200020002000300030003000300030||CURSOR-BSAK || 0 || 0000 || 0000 || 00000000 |----------------------------------------------------------------------------------------------------|No. 5 Ty. FORM ||Name PUT_LFB1 |----------------------------------------------------------------------------------------------------|KD_LAND1[] || Table[initial] || ||%_REJECT || || 2 || 0 || 0 || 0 || 2000 ||KD_KONZS || || 22222222222222222222222 || 00000000000000000000000 || 00000000000000000000000 || 00000000000000000000000 || 20002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000 ||KD_LAND1 || || 222222222 || 000000000 || 000000000 || 000000000 || 200020002000200020002000200020002000 ||DYN_SEL || ##B###D###F# || 904090409040 || D020B0409060 || 000000000000 || 000000000000 || 9D000000420000009B000000440000009900000046000000 ||%_%_GET || G X G || 4222522242222222222222222222222222222222222222222222222222222222222222222222222222222222222222|| 7000800070000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 4700200020002000580020002000200047002000200020002000200020002000200020002000200020002000200020||%_FREECALL || || 2 || 0 || 0 || 0 || 2000 ||SCREEN || %_17SXS0000686028_%_%_%_%_%_%_ || 2533555333333333352525252525252222222222222222222222222222222222222222222222222222222222222222|| 5F173830000686028F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 25005F003100370053005800530030003000300030003600380036003000320038005F0025005F0025005F0025005F|----------------------------------------------------------------------------------------------------|No. 4 Ty. FORM ||Name PROCESS_VF_KRED |----------------------------------------------------------------------------------------------------|KD_KONZS[] || Table[initial] || ||%_KD_KONZS_%_APP_% || || 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|----------------------------------------------------------------------------------------------------|No. 3 Ty. FORM ||Name PUT_LFA1 |----------------------------------------------------------------------------------------------------|LT_VF_KRED[] || Table IT_1722[1000x2656] || \PROGRAM=SAPDBKDF\FORM=PUT_LFA1\DATA=LT_VF_KRED[] || Table reference: 296 || TABH+ 0(20) = A833AFF77EFDFFFF000000000000000000000000 || TABH+ 20(20) = 28010000BA060000E8030000600A000020000000 || TABH+ 40(16) = 0408000040C304000400C930C0000000 || store = 0xA833AFF77EFDFFFF || ext1 = 0x0000000000000000 || shmId = 0 (0x00000000) || id = 296 (0x28010000) || label = 1722 (0xBA060000) || fill = 1000 (0xE8030000) || leng = 2656 (0x600A0000) || loop = 32 (0x20000000) || xtyp = TYPE#000325 || occu = 4 (0x04000000) || accKind = 1 (ItAccessStandard) || idxKind = 1 (ItIndexLinear) || uniKind = 2 (ItUniNo) || keyKind = 1 (default) || cmpMode = 8 (cmpManyEq) || 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 = 0x1801153C7FFDFFFF || pgHook = 0xE0E31F3C7FFDFFFF || idxPtr = 0x60D4BB267FFDFFFF || id = 1243 (0xDB040000) || shmTabhSet = 0x0000000000000000 || refCount = 0 (0x00000000) || tstRefCount = 0 (0x00000000) || lineAdmin = 1024 (0x00040000) || lineAlloc = 1000 (0xE8030000) || shmVersId = 0 (0x00000000) || shmRefCount = 1 (0x01000000) || rowId = 18446744073709551615 || scndKeyAdmin = 0x0000000000000000 || || 55540GA001 1000 000000000000 0 20120718KSL0207 || 3333344333222333322222222222222233333333333322222222322222222222222222333333334543333222222222|| 555407100100010000000000000000000000000000000000000000000000000000000020120718B3C0207000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 3500350035003400300047004100300030003100200020002000310030003000300020002000200020002000200020|| || 55540GA002 1000 000000000000 0 20120718KSL0207 || 3333344333222333322222222222222233333333333322222222322222222222222222333333334543333222222222|| 555407100200010000000000000000000000000000000000000000000000000000000020120718B3C0207000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 3500350035003400300047004100300030003200200020002000310030003000300020002000200020002000200020|| || 55540GA003 1000 000000000000 0 20120718KSL0207 || 3333344333222333322222222222222233333333333322222222322222222222222222333333334543333222222222|| 555407100300010000000000000000000000000000000000000000000000000000000020120718B3C0207000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 3500350035003400300047004100300030003300200020002000310030003000300020002000200020002000200020|| || 55540GA004 1000 000000000000 0 20120718KSL0207 || 3333344333222333322222222222222233333333333322222222322222222222222222333333334543333222222222|| 555407100400010000000000000000000000000000000000000000000000000000000020120718B3C0207000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 3500350035003400300047004100300030003400200020002000310030003000300020002000200020002000200020|| || 55540GA005 1000 000000000000 0 20120718KSL0207 || 3333344333222333322222222222222233333333333322222222322222222222222222333333334543333222222222|| 555407100500010000000000000000000000000000000000000000000000000000000020120718B3C0207000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 3500350035003400300047004100300030003500200020002000310030003000300020002000200020002000200020||XLFBK || || 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020||CURSOR-LFB1 || 0 || 0000 || 0000 || 00000000 ||XLFB1[] || Table IT_1725[1x1028] || \PROGRAM=SAPDBKDF\DATA=XLFB1[] || Table reference: 290 || TABH+ 0(20) = 88EA79FE7EFDFFFF000000000000000000000000 || TABH+ 20(20) = 22010000BD0600000100000004040000E0010000 || TABH+ 40(16) = 0408000050AA04000400C130C0000000 || store = 0x88EA79FE7EFDFFFF || ext1 = 0x0000000000000000 || shmId = 0 (0x00000000)