cancel
Showing results for 
Search instead for 
Did you mean: 

SAPSQL_ARRAY_INSERT_DUPREC occurs in the SAPMF05A

Former Member
0 Kudos

Hi, everybody,

I am facing the following issue. Using transaction F-30 in the test system, after saving the posting the system gives me a document number. If I double click on it I have the short dump SAPSQL_ARRAY_INSERT_DUPREC CX_SY_OPEN_SQL_DB and no postings in BKPF.

I read on different forums that the dump might be liked to an overlap of document ranges after a client copy. Even changing the last number assigned or setting it to 0 (no entry for this doc type in BKPF for the fiscal year and the company code) I still have the issue.

I attach here more details about the dump from ST22.

thank you for your help,

S.

Errore run-time SAPSQL_ARRAY_INSERT_DUPREC
Eccezione CX_SY_OPEN_SQL_DB
Data e ora 18.12.2015 16:40:22

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Testo breve |
|The ABAP/4 Open SQL array insert results in duplicate database records. |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Causa dell'errore |
|Error in the ABAP Application Program |
| |
|The current ABAP program "SAPLFAGL_SPL_SERVICES" had to be terminated because |
| it has |
|come across a statement that unfortunately cannot be executed. |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Possibili soluzioni |
|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. |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Analisi errori |
|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 "FAGL_SPLINFO_UPDATE" "(FUNCTION)", 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: |
|If you use an ABAP/4 Open SQL array insert to insert a record in |
|the database and that record already exists with the same key, |
|this results in a termination. |
| |
|(With an ABAP/4 Open SQL single record insert in the same error |
|situation, processing does not terminate, but SY-SUBRC is set to 4.) |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Indic. per la correzione |
|Use an ABAP/4 Open SQL array insert only if you are sure that none of |
|the records passed already exists in the database. |
| |
|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: |
| |
|"SAPSQL_ARRAY_INSERT_DUPREC" "CX_SY_OPEN_SQL_DB" |
|"SAPLFAGL_SPL_SERVICES" or "LFAGL_SPL_SERVICESU02" |
|"FAGL_SPLINFO_UPDATE" |
| |
|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 |
|"FAGL_SPLINFO_UPDATE" "(FUNCTION)", or its possible occurrence must be declared |
| in the |
|RAISING clause of the procedure. |
|To prevent the exception, note the following: |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Ambiente sistema |
|SAP-Release 701 |
| |
|Application server... "TST-SAP-01" |
|Network address...... "192.168.2.73" |
|Operating system..... "Windows NT" |
|Release.............. "6.0" |
|Hardware type........ "4x AMD64 Level" |
|Character length.... 16 Bits |
|Pointer length....... 64 Bits |
|Work process number.. 10 |
|Shortdump setting.... "full" |
| |
|Database server... "TST-SAP-01\TST" |
|Database type..... "MSSQL" |
|Database name..... "TST" |
|Database user ID.. "tst" |
| |
|Terminal.......... "ICMS135" |
| |
|Char.set.... "C" |
| |
|SAP kernel....... 720 |
|created (date)... "Mar 9 2014 22:55:07" |
|create on........ "NT 6.0 6002 S x86 MS VC++ 16.00" |
|Database version. "SQL_Server_9.00 " |
| |
|Patch level. 600 |
|Patch text.. " " |
| |
|Database............. "MSSQL 9.00.2047 or higher" |
|SAP database version. 720 |
|Operating system..... "Windows NT 5.1, Windows NT 5.2, Windows NT 6.0, Windows |
| NT 6.1, Windows NT 6.2, Windows NT 6.3" |
| |
|Memory consumption |
|Roll.... 0 |
|EM...... 4189792 |
|Heap.... 0 |
|Page.... 0 |
|MM Used. 2552800 |
|MM Free. 1634320 |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Utente e transazione |
| |
|Client.............. 100 |
|User................ "ICMS" |
|Language key........ "I" |
|Transaction......... "FB05 " |
|Transactions ID..... "959BA5E52818F192B39C005056960003" |
| |
|Program............. "SAPLFAGL_SPL_SERVICES" |
|Screen.............. "RSM13000 3000" |
|Screen line......... 2 |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Informazioni punto di interr. |
|Termination occurred in the ABAP program "SAPLFAGL_SPL_SERVICES" - in |
| "FAGL_SPLINFO_UPDATE". |
|The main program was "RSM13000 ". |
| |
|In the source code you have the termination point in line 11 |
|of the (Include) program "LFAGL_SPL_SERVICESU02". |
|The program "SAPLFAGL_SPL_SERVICES" was started in the update system. |
|The termination is caused because exception "CX_SY_OPEN_SQL_DB" occurred in |
|procedure "FAGL_SPLINFO_UPDATE" "(FUNCTION)", but it was neither handled |
| locally nor declared |
|in the RAISING clause of its signature. |
| |
|The procedure is in program "SAPLFAGL_SPL_SERVICES "; its source code begins in |
| line |
|1 of the (Include program "LFAGL_SPL_SERVICESU02 ". |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Dett. testo sorgente |

----------------------------------------------------------------------------------------------------

|Riga |Tst.sorg. |

----------------------------------------------------------------------------------------------------

|1|FUNCTION fagl_splinfo_update. |
|2|*"---------------------------------------------------------------------- |
|3|*"*"Verbuchungsfunktionsbaustein: |
|4|*" |
|5|*"*"Lokale Schnittstelle: |
|6|*" TABLES |
|7|*" IT_SPLINFO STRUCTURE FAGL_SPLINFO |
|8|*" IT_SPLINFO_VAL STRUCTURE FAGL_SPLINFO_VAL |
|9|*"---------------------------------------------------------------------- |
| 10| |
|>>>>>| INSERT fagl_splinfo FROM TABLE it_splinfo. |
| 12| INSERT fagl_splinfo_val FROM TABLE it_splinfo_val. |
| 13| |
| 14|ENDFUNCTION. |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Contenuto campi sistema |

----------------------------------------------------------------------------------------------------

|Nome|Val. |

----------------------------------------------------------------------------------------------------

|SY-SUBRC|0 |
|SY-INDEX|0 |
|SY-TABIX|6 |
|SY-DBCNT|33 |
|SY-FDPOS|1 |
|SY-LSIND|0 |
|SY-PAGNO|0 |
|SY-LINNO|1 |
|SY-COLNO|1 |
|SY-PFKEY| |
|SY-UCOMM| |
|SY-TITLE|Controllo registrazione |
|SY-MSGTY|S |
|SY-MSGID|B! |
|SY-MSGNO|015 |
|SY-MSGV1|00005012 |
|SY-MSGV2| |
|SY-MSGV3| |
|SY-MSGV4| |
|SY-MODNO|0 |
|SY-DATUM|20151218 |
|SY-UZEIT|164022 |
|SY-XPROG|SAPLGIVA |
|SY-XFORM| |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Chiamate/eventi attivi |

----------------------------------------------------------------------------------------------------

|N.Tp. Programma Include Riga |
| Nome |

----------------------------------------------------------------------------------------------------

|6 FUNCTION SAPLFAGL_SPL_SERVICES LFAGL_SPL_SERVICESU02 11 |
| FAGL_SPLINFO_UPDATE |
|5 FORM SAPLFAGL_SPL_SERVICES LFAGL_SPL_SERVICESU02 1 |
| FAGL_SPLINFO_UPDATE |
|4 FORM RSM13000 RSM13000 5510 |
| VB_CALL_FUNC |
|3 FORM RSM13000 RSM13000 5216 |
| VB_V1_EXEC |
|2 FORM RSM13000 RSM13000 3952 |
| VB_V1_NORMAL |
|1 MODULE (PBO) RSM13000 RSM13000 3801 |
| VBEXEC |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Variabili selezionate |

----------------------------------------------------------------------------------------------------

|Nome |
|Val. |

----------------------------------------------------------------------------------------------------

|N. 6 Tp. FUNCTION |
|Nome FAGL_SPLINFO_UPDATE |

----------------------------------------------------------------------------------------------------

|IT_SPLINFO[] |
|10002000002012015CH70005000004 BKPF 0200000201CH702015 DUMMY |
|3333333333333333344333333333332222222222445423333333333443333332222224544522222222222222222222|
|10002000002012015387000100000100000000002B06002000002013870201500000045DD900000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|3333333333333333344333333333332222222222445423333333333443333332222224544522222222222222222222|
|10002000002012015387000200000200000000002B06002000002013870201500000045DD900000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|3333333333333333344333333333332222222222445423333333333443333332222224544522222222222222222222|
|10002000002012015387000400000300000000002B06002000002013870201500000045DD900000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|3333333333333333344333333333332222222222445423333333333443333332222224544522222222222222222222|
|10002000002012015387000500000400000000002B06002000002013870201500000045DD900000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|Table IT_75[4x1012] |
|\FUNCTION-POOL=FAGL_SPL_SERVICES\FORM=FAGL_SPLINFO_UPDATE\DATA=%_%_IT_SPLINFO |
|Table reference: 50 |
|TABH+ 0(20) = 80041600DF070000000000000000000000000000 |
|TABH+ 20(20) = 320000004B00000004000000F4030000FFFFFFFF |
|TABH+ 40(16) = 04D40000A0BF020004000000C130C000 |
|store = 0x80041600DF070000 |
|ext1 = 0x0000000000000000 |
|shmId = 0 (0x00000000) |
|id = 50(0x32000000) |
|label = 75(0x4B000000) |
|fill = 4 (0x04000000) |
|leng = 1012 (0xF4030000) |
|loop = -1(0xFFFFFFFF) |
|xtyp = TYPE#000044 |
|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 |
|----- Shareable Table Header Data ----- |
|tabi = 0x50062200DF070000 |
|pgHook = 0x0000000000000000 |
|idxPtr = 0x0000000000000000 |
|id = 76(0x4C000000) |
|shmTabhSet = 0x0000000000000000 |
|refCount = 0 (0x00000000) |
|tstRefCount = 0 (0x00000000) |
|lineAdmin= 4 (0x04000000) |
|lineAlloc= 4 (0x04000000) |
|shmVersId= 0 (0x00000000) |
|shmRefCount = 1 (0x01000000) |
|rowId = 18446744073709551615 |
|scndKeyAdmin = 0x0000000000000000 |
|IT_SPLINFO_VAL[] |
|10002000002012015CH7000400000300CHF ##!# |
|3333333333333333344333333333333344422006022 |
|1000200000201201538700010000010038600002D00 |
|0000000000000000000000000000000000000009000 |
|0000000000000000000000000000000000000005000 |
|3333333333333333344333333333333344422006022 |
|1000200000201201538700010000011038600002D00 |
|0000000000000000000000000000000000000009000 |
|0000000000000000000000000000000000000005000 |
|3333333333333333344333333333333344422000022 |
|1000200000201201538700020000020038600000D00 |
|0000000000000000000000000000000000000006000 |
|0000000000000000000000000000000000000010000 |
|3333333333333333344333333333333344422000022 |
|1000200000201201538700020000021038600000D00 |
|0000000000000000000000000000000000000006000 |
|0000000000000000000000000000000000000010000 |
|3333333333333333344333333333333344422002022 |
|1000200000201201538700040000030038600001D00 |
|0000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000030000 |
|Table IT_76[8x86] |
|\FUNCTION-POOL=FAGL_SPL_SERVICES\FORM=FAGL_SPLINFO_UPDATE\DATA=%_%_IT_SPLINFO_VAL |
|Table reference: 49 |
|TABH+ 0(20) = 50852200DF070000000000000000000000000000 |
|TABH+ 20(20) = 310000004C0000000800000056000000FFFFFFFF |
|TABH+ 40(16) = 04D4000000C0020008000000C130C000 |
|store = 0x50852200DF070000 |
|ext1 = 0x0000000000000000 |
|shmId = 0 (0x00000000) |
|id = 49(0x31000000) |
|label = 76(0x4C000000) |
|fill = 8 (0x08000000) |
|leng = 86(0x56000000) |
|loop = -1(0xFFFFFFFF) |
|xtyp = TYPE#000046 |
|occu = 8 (0x08000000) |
|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 |
|----- Shareable Table Header Data ----- |
|tabi = 0x501B2200DF070000 |
|pgHook = 0x0000000000000000 |
|idxPtr = 0x0000000000000000 |
|id = 77(0x4D000000) |
|shmTabhSet = 0x0000000000000000 |
|refCount = 0 (0x00000000) |
|tstRefCount = 0 (0x00000000) |
|lineAdmin= 8 (0x08000000) |
|lineAlloc= 8 (0x08000000) |
|shmVersId= 0 (0x00000000) |
|shmRefCount = 1 (0x01000000) |
|rowId = 18446744073709551615 |
|scndKeyAdmin = 0x0000000000000000 |
|%_ITAB_DELETE_LIST |
|Table[initial] |
|CL_FAGL_SPLIT_SERVICES=>GC_RLDNR |
|??? |
|?????? |
|?????? |
|<%_TABLE_FAGL_SPLINFO> |
|??? |
|?????? |
|?????? |
|SY |
|####################!#########################################################¼######### ####|
|000000000000000000002000000000900000009000000000000000000000000000000000000010B000000010220000|
|000060F00000000000001010100010A00000008000000000000000000000000000000000000080C000000000000500|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|00000000000000000000000000000000000000000000000000000000000000000000000000000000000000E000000C|
|CL_ABAP_TYPEDESCR=>TRUE |
|X |
|5 |
|8 |
|0 |
|0 |
|<%_TABLE_FAGL_SPLINFO_VAL> |
|??? |
|?????? |
|?????? |
|RSJOBINFO |
| 00000000000000 ## |
|2222222222222222222222222222222233333333333333222222222222222222222222222222222200 |
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000 |

----------------------------------------------------------------------------------------------------

|N. 5 Tp. FORM |
|Nome FAGL_SPLINFO_UPDATE |

----------------------------------------------------------------------------------------------------

|%_STATE |
|Y |
|5 |
|9 |
|0 |
|0 |
|%_PRINT |
| 000 0###|
|2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|%_KEY |
|959BA5E52818F192B39C005056960003## |
|3334434333334333433433333333333300 |
|9592155528186192239300505696000360 |
|0000000000000000000000000000000000 |
|0000000000000000000000000000000000 |
|SY-SUBRC |
|0 |
|0000 |
|0000 |
|SYST-REPID |
|SAPLFAGL_SPL_SERVICES |
|5454444455545545544452222222222222222222 |
|310C617CF30CF352693530000000000000000000 |
|0000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000 |
|%_%_IT_SPLINFO |
| |
|Table IT_75[4x1012] |
|CL_FAGL_SPLIT_SERVICES=>GC_RLDNR |
|??? |
|?????? |
|?????? |
|%_%_IT_SPLINFO_VAL |
| |
|Table IT_76[8x86] |
|SY-XFORM |
| |
|222222222222222222222222222222 |
|000000000000000000000000000000 |
|000000000000000000000000000000 |
|000000000000000000000000000000 |
|SY-REPID |
|SAPLFAGL_SPL_SERVICES |
|5454444455545545544452222222222222222222 |
|310C617CF30CF352693530000000000000000000 |
|0000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000 |

----------------------------------------------------------------------------------------------------

|N. 4 Tp. FORM |
|Nome VB_CALL_FUNC |

----------------------------------------------------------------------------------------------------

|SY-REPID |
|RSM13000 |
|5543333322222222222222222222222222222222 |
|23D1300000000000000000000000000000000000 |
|0000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000 |
|OFFICE_TASO14 |
|SO14 |
|5433222222222222222222222222222222222222222222222222222222222222222222 |
|3F14000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|SY-XPROG |
|SAPLGIVA |
|5454445422222222222222222222222222222222 |
|310C796100000000000000000000000000000000 |
|0000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000 |
|SAVE_VBPARAM |
|# |
|0 |
|3 |
|VBPARAM |
|959BA5E52818F192B39C0050569600030006FAGL_SPLINFO_UPDATE ICMS 100## |
|3334434333334333433433333333333333334444555444445554454222222222224445222222223330022222222222|
|959215552818619223930050569600030006617CF30C9E6FF5041450000000000093D3000000001006200000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000500000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000001700000000000|
|VBHDR-VBTCODE |
|FB05 |
|44332222222222222222 |
|62050000000000000000 |
|00000000000000000000 |
|00000000000000000000 |
|VBHDR-VBREPORT |
|SAPMF05A |
|5454433422222222222222222222222222222222 |
|310D605100000000000000000000000000000000 |
|0000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000 |
|VBMODCNT |
|6 |
|0000 |
|6000 |
|VWUS |
|VWUS |
|5555222222222222222222222222222222222222222222222222222222222222222222 |
|6753000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|IS_A_ARFC |
|# |
|0 |
|0 |
|TH_FALSE |
|# |
|0 |
|0 |
|VBMO_CUCOL |
|0 |
|0000 |
|0000 |
|EWST |
|EWST |
|4555222222222222222222222222222222222222222222222222222222222222222222 |
|5734000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|OFFICE_TASO09 |
|SO09 |
|5433222222222222222222222222222222222222222222222222222222222222222222 |
|3F09000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|ERO2 |
|ERO2 |
|4543222222222222222222222222222222222222222222222222222222222222222222 |
|52F2000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|TFDIR |
|FAGL_SPLINFO_UPDATE SAPLFAGL_SPL_SERVICES 0200000000 1|
|4444555444445554454222222222225454444455545545544452222222222222222222333333333322222222222223|
|617CF30C9E6FF50414500000000000310C617CF30CF352693530000000000000000000020000000000000000000001|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|TFDIR-PNAME |
|SAPLFAGL_SPL_SERVICES |
|5454444455545545544452222222222222222222 |
|310C617CF30CF352693530000000000000000000 |
|0000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000 |
|VBFUNC |
|FAGL_SPLINFO_UPDATE |
|444455544444555445422222222222 |
|617CF30C9E6FF50414500000000000 |
|000000000000000000000000000000 |
|000000000000000000000000000000 |
|VBID |
|959BA5E52818F192B39C005056960003## |
|3334434333334333433433333333333300 |
|9592155528186192239300505696000360 |
|0000000000000000000000000000000000 |
|0000000000000000000000000000000000 |
|VBDEBUG |
|2119426 |
|0 |
|2 |
|EXTERNAL_UPDATE_KEY |
|959BA5E52818F192B39C005056960003 |
|33344343333343334334333333333333 |
|95921555281861922393005056960003 |
|00000000000000000000000000000000 |
|00000000000000000000000000000000 |
|VB_UPDATE_MODUL_PROCESSED |
|# |
|1 |
|C |

----------------------------------------------------------------------------------------------------

|N. 3 Tp. FORM |
|Nome VB_V1_EXEC |

----------------------------------------------------------------------------------------------------

|CHGR |
|CHGR |
|4445222222222222222222222222222222222222222222222222222222222222222222 |
|3872000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|EXISTS_COLLECTOR |
|# |
|0 |
|0 |
|TH_UNREG_PARAMETER |
|%UNREG% |
|25454422 |
|55E25750 |
|00000000 |
|00000000 |
|VBMOD_TABL-VBMODE |
|1 |
|3 |
|1 |
|0 |
|0 |
|VB_V1_FB |
|1 |
|3 |
|1 |
|0 |
|0 |
|VB_V1_NO_UPD_AGAIN_FB |
|3 |
|3 |
|3 |
|0 |
|0 |
|SLPG |
|SLPG |
|5454222222222222222222222222222222222222222222222222222222222222222222 |
|3C07000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|VBHDR-VBSTATE |
|4788479 |
|F |
|F |
|VB_V1_PROCESSED |
|# |
|0 |
|1 |
|VB_V1_AND_V2_PROCESSED |
|# |
|0 |
|2 |
|SYST |
|####################!#########################################################¼######### ####|
|000000000000000000002000000000900000009000000000000000000000000000000000000010B000000010220000|
|000060F00000000000001010100010A00000008000000000000000000000000000000000000080C000000000000500|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|00000000000000000000000000000000000000000000000000000000000000000000000000000000000000E000000C|
|MTAS |
|MAS |
|4452222222222222222222222222222222222222222222222222222222222222222222 |
|D130000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|VBMOD_TABL-VBKEY |
|959BA5E52818F192B39C005056960003 |
|33344343333343334334333333333333 |
|95921555281861922393005056960003 |
|00000000000000000000000000000000 |
|00000000000000000000000000000000 |
|VBMOD_TABL-VBFUNC |
|FAGL_SPLINFO_UPDATE |
|444455544444555445422222222222 |
|617CF30C9E6FF50414500000000000 |
|000000000000000000000000000000 |
|000000000000000000000000000000 |
|VBMOD_TABL-VBMODCNT |
|6 |
|0000 |
|6000 |
|LOC_VBPARAM-VBPHASE |
|542573057 |
|0 |
|1 |
|LOC_VBPARAM-VBDEBUG |
|2119426 |
|0 |
|2 |
|SEAR |
|SEAR |
|5445222222222222222222222222222222222222222222222222222222222222222222 |
|3512000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|EXISTS_V2 |
|# |
|0 |
|0 |
|SPACE |
| |
|2 |
|0 |
|0 |
|0 |
|NEW_VBSTATE |
|0 |
|0 |
|0 |
|OBJA |
|OBJA |
|4444222222222222222222222222222222222222222222222222222222222222222222 |
|F2A1000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|EINB |
|EINB |
|4444222222222222222222222222222222222222222222222222222222222222222222 |
|59E2000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|USER_LIST_NO_ENTRIES |
|33 |
|2000 |
|1000 |
|OFFICE_TASO05 |
|SO05 |
|5433222222222222222222222222222222222222222222222222222222222222222222 |
|3F05000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|SY-XFORM |
| |
|222222222222222222222222222222 |
|000000000000000000000000000000 |
|000000000000000000000000000000 |
|000000000000000000000000000000 |

----------------------------------------------------------------------------------------------------

|N. 2 Tp. FORM |
|Nome VB_V1_NORMAL |

----------------------------------------------------------------------------------------------------

|VBPARAM-VBPHASE |
|542573057 |
|0 |
|1 |
|VB_V1_NORMAL |
|# |
|0 |
|1 |
|VBHDR-VBCLIINFO |
|# |
|1 |
|0 |
|VB_SYNC_VB |
|# |
|0 |
|1 |
|SCREEN |
| |
|2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|SY-MSGID |
|B! |
|42222222222222222222 |
|21000000000000000000 |
|00000000000000000000 |
|00000000000000000000 |
|ROOM_TAPP30 |
|PP30 |
|5533222222222222222222222222222222222222222222222222222222222222222222 |
|0030000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|SY-MSGNO |
|015 |
|333 |
|015 |
|000 |
|000 |
|NO_X500_CONNECTION |
|82 |
|5000 |
|2000 |
|SY-MSGV1 |
|00005012 |
|33333333222222222222222222222222222222222222222222 |
|00005012000000000000000000000000000000000000000000 |
|00000000000000000000000000000000000000000000000000 |
|00000000000000000000000000000000000000000000000000 |
|SY-MSGV2 |
| |
|22222222222222222222222222222222222222222222222222 |
|00000000000000000000000000000000000000000000000000 |
|00000000000000000000000000000000000000000000000000 |
|00000000000000000000000000000000000000000000000000 |
|SY-MSGV3 |
| |
|22222222222222222222222222222222222222222222222222 |
|00000000000000000000000000000000000000000000000000 |
|00000000000000000000000000000000000000000000000000 |
|00000000000000000000000000000000000000000000000000 |
|SY-MSGV4 |
| |
|22222222222222222222222222222222222222222222222222 |
|00000000000000000000000000000000000000000000000000 |
|00000000000000000000000000000000000000000000000000 |
|00000000000000000000000000000000000000000000000000 |
|LOGO |
|LOG |
|4442222222222222222222222222222222222222222222222222222222222222222222 |
|CF70000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|VBHDR |
|959BA5E52818F192B39C005056960003100ICMS SAPMF05A |
|3334434333334333433433333333333333344452222222222222222222254544334222222222222222222222222222|
|9592155528186192239300505696000310093D300000000000000000000310D6051000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
|TH_TRUE |
|# |
|0 |
|1 |

----------------------------------------------------------------------------------------------------

|N. 1 Tp. MODULE (PBO) |
|Nome VBEXEC |

----------------------------------------------------------------------------------------------------

|STOP |
|RET |
|5452222222222222222222222222222222222222222222222222222222222222222222 |
|2540000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|USSV |
|USSV |
|5555222222222222222222222222222222222222222222222222222222222222222222 |
|5336000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|VB_V1_TEST |
|# |
|0 |
|2 |
|OFFICE_TASO00 |
|SO00 |
|5433222222222222222222222222222222222222222222222222222222222222222222 |
|3F00000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|USCV |
|USCV |
|5545222222222222222222222222222222222222222222222222222222222222222222 |
|5336000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|VB_V2_NORMAL |
|# |
|0 |
|3 |
|ENTER |
|ENTR |
|4455222222222222222222222222222222222222222222222222222222222222222222 |
|5E42000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|PAGL |
|PAGL |
|5444222222222222222222222222222222222222222222222222222222222222222222 |
|017C000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|VB_MAIL |
|# |
|0 |
|4 |
|INBO |
|INB |
|4442222222222222222222222222222222222222222222222222222222222222222222 |
|9E20000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|OBJP |
|OBJP |
|4445222222222222222222222222222222222222222222222222222222222222222222 |
|F2A0000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|0000000000000000000000000000000000000000000000000000000000000000000000 |
|VB_AUTO_SYS_START |
|# |
|0 |
|5 |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Note interne |
|The termination was triggered in function "ab_HandleRsqlErrors" |
|of the SAP kernel, in line 720 of the module |
| "//bas/720_REL/src/krn/runt/absapsql.c#28". |
|The internal operation just processed is "SQLS". |
|Internal mode was started at 20151218164022. |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Chiam. attive in kernel SAP |

----------------------------------------------------------------------------------------------------

|Righe di Stack C. nel kernel (struttura differente in ogni piattaforma) |

----------------------------------------------------------------------------------------------------

|SAP (R) - R/3(TM) Callstack, Version 1.0 |
|Copyright (C) SAP AG. All rights reserved. |
|Callstack without Exception: |
|App : disp+work.EXE (pid=7064) |
|When : 12/18/2015 16:40:22.985 |
|Threads : 2 |
|Computer Name : TST-SAP-01 |
|User Name : SAPServiceTST |
|Number of Processors: 4 |
|Processor Type: Intel64 Family 6 Model 26 Stepping 4 |
|Windows Version : 6.0 Current Build: 6002 |
|State Dump for Thread Id 1ba8 |
|0000000002207E00 0000000140A19411 0020002000200020 disp+work!DumpStacks [ntstcdbg.c (548)] |
|0000000002207F00 000000013F59AEA4 00000000726E2710 disp+work!NTDebugProcess [ntstcdbg.c (383)]|
|0000000002207F30 000000013F7AFF89 00000000726E2710 disp+work!CTrcStack2 [dptstack.c (354)] |

|0000000002207F80 000000013F7B55FF 00000000022089A0 disp+work!rabax_CStackSave [abrabax.c (8695)] |

|0000000002208890 000000013F932A45 0000000000000090 disp+work!ab_rabax [abrabax.c (1442)] |

|0000000002208A40 000000013F938DD5 000000000000000F disp+work!SqlsExecuteCall [absapsql.c (7388)] |

|0000000002208BF0 000000013F79F551 0000000000000000 disp+work!ab_jsqls [absapsql.c (11704)] |
|0000000002208D70 000000013F812028 0000000000000035 disp+work!ab_extri [abextri.c (676)] |
|0000000002208DC0 000000013F767ADC 0000000000000035 disp+work!ab_xevent [abrunt1.c (278)] |
|0000000002208E50 000000013F606A76 0000000000000035 disp+work!ab_dstep [abdynpro.c (638)] |
|0000000002209000 000000013F60AF05 0000000000000020 disp+work!dynpmcal [dymainstp.c (2903)] |
|0000000002209090 000000013F60A954 0000000000000020 disp+work!dynppbo0 [dymainstp.c (676)] |
|0000000002209160 000000013F5C40BF 0000000000000020 disp+work!dynprctl [dymainstp.c (473)] |
|000000000220F3C0 000000013F44924B 0000000000000000 disp+work!dynpen00 [dymain.c (2070)] |
|000000000220F690 000000013F449A09 FFFFFFFFFFFFFF00 disp+work!TskhLoop [thxxhead.c (4960)] |
|000000000220F6F0 000000013F36D906 000000000237C038 disp+work!ThStart [thxxhead.c (1194)] |
|000000000220F790 000000013F3410A1 FFFFFFFF00000001 disp+work!DpMain [dpxxdisp.c (1201)] |
|000000000220F7C0 0000000140CF9EEE 0000000000000001 disp+work!nlsui_main [thxxanf.c (80)] |

|000000000220F7F0 0000000076D5A55D 0000000000000000 disp+work!__tmainCRTStartup [crtexe.c (552)] |

|000000000220F820 0000000077186731 0000000000000000 kernel32!BaseThreadInitThunk |
|000000000220F870 0000000000000000 0000000000000000 ntdll!RtlUserThreadStart |
|State Dump for Thread Id 688 |
|000000000A54FAC0 0000000076D4A810 000000007D954318 ntdll!ZwFsControlFile |
|000000000A54FB30 0000000140BEB6EF FFFFFFFFFFFFFFFE kernel32!ConnectNamedPipe |
|000000000A54FBD0 0000000072651D9F 000000000237F980 disp+work!SigIMsgFunc [signt.c (717)] |
|000000000A54FC00 0000000072651E3B 00000000726E2AC0 MSVCR100!endthreadex |
|000000000A54FC30 0000000076D5A55D 0000000000000000 MSVCR100!endthreadex |
|000000000A54FC60 0000000077186731 0000000000000000 kernel32!BaseThreadInitThunk |
|000000000A54FCB0 0000000000000000 0000000000000000 ntdll!RtlUserThreadStart |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Lista dei programmi ABAP in oggetto |

----------------------------------------------------------------------------------------------------

|Ind. |Tp.|Programma |Gruppo|Data |Ora |Dim. |Lingua |

----------------------------------------------------------------------------------------------------

| 0|Prg|RSM13000 | 0|22.01.2015|18:35:45| 356352|I |
| 1|Typ|VBPARAM | 0|30.03.1998|09:43:02| 4096| |
| 2|Prg|SAPMSSYD | 0|22.01.2015|18:35:54|25600|I |
| 3|Prg|SAPFSYSCALLS | 0|09.09.2004|14:18:32| 8192|I |
| 4|Typ|VBHDR | 0|09.11.2000|14:25:09| 6144| |
| 5|Typ|TFDIR | 0|13.02.2005|17:31:57| 3072| |
| 6|Prg|SAPLF049 | 6|25.08.2005|22:00:49|47104|I |
| 7|Typ|RF048 | 0|23.02.2001|17:09:18| 5120| |
| 8|Prg|SAPMSSY0 | 8|21.12.2013|13:32:54| 110592|I |
| 9|Prg|SAPLF005 | 9|21.12.2013|16:34:46| 382976|I |
|10|Typ|BKDF | 0|28.08.1997|09:19:29| 4096| |
|11|Typ|UF05A | 0|13.08.1997|13:01:33| 3072| |
|12|Typ|AUSZ1 | 0|21.12.1999|19:12:57| 4096| |
|13|Typ|AUSZ2 | 0|21.05.2002|08:48:10| 2048| |
|14|Typ|AUSZ_CLR | 0|09.07.2010|05:13:41| 6144| |
|15|Typ|AAUSZ_CLR_USFG | 0|19.08.2004|16:50:44| 2048| |
|16|Typ|AUSZ_CLR_ASGMT | 0|10.04.2003|15:33:41| 4096| |
|17|Typ|BKP1 | 0|13.08.1997|12:19:50| 2048| |
|18|Typ|BKPF | 0|27.12.2010|10:08:36|19456| |
|19|Typ|ABKPF_PSO | 0|07.01.2002|18:01:56| 4096| |
|20|Typ|IBKPF_PSO | 0|07.01.2002|18:02:21| 3072| |
|21|Typ|IVBKPF_PSO | 0|07.01.2002|18:02:22| 3072| |
|22|Typ|ABKPF_UMB | 0|02.10.2001|21:49:36| 2048| |
|23|Typ|BKPF_CARD | 0|20.07.2001|19:16:23| 2048| |
|24|Typ|FCRD_VBKPF | 0|20.07.2001|19:17:07| 2048| |
|25|Typ|BKPF_USFED | 0|09.07.2010|05:13:49| 3072| |
|26|Typ|JVBKPF | 0|08.01.2002|15:12:39| 2048| |
|27|Typ|BSEC | 0|05.07.2005|13:04:24| 9216| |
|28|Typ|BSED | 0|12.03.1999|15:05:59| 7168| |
|29|Typ|BSEG | 0|23.12.2010|09:25:25|54272| |
|30|Typ|EHP4_FM | 0|09.07.2010|05:14:35| 2048| |
|31|Typ|EHP4_FMBP | 0|09.07.2010|05:14:35| 2048| |
|32|Typ|FMFG_BSEG | 0|09.07.2010|05:14:55| 2048| |
|33|Typ|JVA_BSEG | 0|11.04.2005|11:48:57| 2048| |
|34|Typ|ZABSEG | 0|23.12.2010|09:25:28| 2048| |
|35|Typ|CI_COBL | 0|23.12.2010|09:25:26| 2048| |
|36|Typ|BSET | 0|04.01.2000|18:02:25| 7168| |
|37|Typ|BSEU | 0|20.11.2001|15:26:45| 3072| |
|38|Typ|VBSIP | 0|20.08.2001|12:17:18| 4096| |
|39|Typ|BSEGC | 0|25.08.2005|22:00:53| 7168| |
|40|Typ|CCARDEC | 0|09.07.2010|12:57:53| 4096| |
|41|Typ|PYORDKEY | 0|02.04.1998|08:20:02| 2048| |
|42|Typ|VZPAY | 0|14.02.1998|15:46:15| 3072| |
|43|Typ|BSE_CLR | 0|09.07.2010|05:13:51| 7168| |
|44|Prg|SAPFF007 | 9|09.07.2010|09:03:01|37888|I |
|45|Typ|T001 | 0|09.07.2010|12:58:15|13312| |
|46|Prg|SAPLFDIS |46|21.12.2013|14:18:27| 130048|I |
|47|Typ|INDX | 0|29.07.1998|18:38:15| 6144| |
|48|Typ|ABSIS_PSO | 0|07.01.2002|18:01:56| 2048| |
|49|Typ|JVA_BSIS | 0|19.02.2005|23:09:05| 2048| |
|50|Typ|J_1IEWTCODE | 0|20.07.2001|19:17:49| 2048| |
|51|Typ|REPR_APPEND | 0|19.08.2004|16:53:23| 2048| |
|52|Typ|REPR_BSIS | 0|19.08.2004|16:53:23| 2048| |
|53|Typ|BSIS | 0|27.12.2010|10:08:38|16384| |
|54|Prg|SAPLFM_FIELD_CONVERSION |54|18.12.2001|17:17:25|22528|I |
|55|Typ|RF40S | 0|09.07.2010|05:17:19| 5120| |
|56|Typ|FDFIEP | 0|09.07.2010|12:58:00| 5120| |
|57|Typ|BSIK | 0|27.12.2010|10:08:37|31744| |
|58|Typ|BSIP | 0|20.08.2001|12:12:48| 3072| |
|59|Prg|SAPLBDLS |59|22.01.2015|18:39:05| 272384|I |
|60|Typ|T000 | 0|11.09.1997|10:17:18| 4096| |
|61|Prg|SAPLBFFM2 |61|22.01.2015|17:43:44| 360448|I |
|62|Prg|SAPLITSR |62|21.12.2013|16:26:36| 130048|I |
|63|Typ|FMRFC | 0|13.08.1997|12:32:59| 2048| |
|64|Typ|TPS01 | 0|20.01.2003|16:41:39| 3072| |
|65|Typ|TPS31 | 0|03.09.1997|03:01:33| 2048| |
|66|Typ|TPS32 | 0|03.09.1997|03:28:18| 3072| |
|67|Typ|TPS34 | 0|03.09.1997|03:28:18| 3072| |
|68|Typ|AGKO | 0|25.01.1999|13:09:18| 3072| |
|69|Typ|LFC1 | 0|13.08.1997|12:38:27|10240| |
|70|Prg|SAPLBFFM3 |70|21.12.2013|11:39:55| 221184|I |
|71|Prg|SAPLCRDM |71|19.10.2012|14:14:12| 155648|I |
|72|Prg|SAPLFMFF |72|20.07.2001|19:39:48| 120832|I |
|73|Typ|TRWCA | 0|09.07.2010|05:18:27| 2048| |
|74|Prg|SAPLFMFI |74|25.08.2005|22:04:35| 275456|I |
|75|Typ|FMEPIN | 0|20.07.2001|19:17:11|21504| |
|76|Prg|SAPLKADP |76|21.12.2013|14:18:32| 196608|I |
|77|Typ|COVP | 0|23.12.2010|09:25:50|22528| |
|78|Prg|SAPLKAUP |78|21.12.2013|16:34:46| 740352|I |
|79|Typ|COBK | 0|09.07.2010|12:57:55| 8192| |
|80|Typ|COBK_ONLY | 0|11.09.1997|10:11:04| 7168| |
|81|Typ|COEP | 0|23.12.2010|09:25:33|16384| |
|82|Typ|COEP_KEY | 0|28.08.1997|08:41:34| 2048| |
|83|Typ|COBK_KEY | 0|04.04.1995|15:44:23| 2048| |
|84|Typ|COEP_ONLY | 0|23.12.2010|09:25:26|15360| |
|85|Typ|INCL_FUND | 0|20.07.2001|19:17:44| 2048| |
|86|Typ|INCL_GRANT | 0|09.07.2010|05:15:27| 2048| |
|87|Typ|FCOM_S_INCL_BUDGET_PERIOD | 0|09.07.2010|05:14:46| 2048| |
|88|Typ|COEPL | 0|18.09.2001|10:04:19| 7168| |
|89|Typ|COEPL_KEY | 0|28.08.1997|08:41:30| 2048| |
|90|Typ|COEPL_ONLY | 0|18.09.2001|10:02:31| 6144| |
|91|Typ|COEJA | 0|09.07.2010|05:14:07|33792| |
|92|Typ|COEJLA | 0|26.03.1999|14:42:03|22528| |
|93|Typ|COEJRA | 0|09.07.2010|05:14:07|10240| |
|94|Typ|COEJTA | 0|26.03.1999|14:42:06|18432| |
|95|Typ|COEPB_KEY | 0|28.08.1997|08:41:29| 2048| |
|96|Typ|COEPB_ONLY | 0|26.03.1999|14:42:09| 6144| |
|97|Typ|COEPB | 0|26.03.1999|14:42:08| 7168| |
|98|Typ|COEPR | 0|09.07.2010|12:57:55| 6144| |
|99|Typ|COEPT_KEY | 0|28.08.1997|08:41:33| 2048| |
| 100|Typ|COEPT_ONLY | 0|26.03.1999|14:42:11| 4096| |
| 101|Typ|COEPT | 0|26.03.1999|14:42:10| 5120| |
| 102|Prg|SAPLKED5 | 102|09.09.2004|14:18:35|11264|I |
| 103|Prg|SAPLKALL | 103|21.12.2013|15:34:59|88064|I |
| 104|Typ|TKA01 | 0|05.05.2004|03:21:40|10240| |
| 105|Prg|SAPLRKSRCORE | 105|25.08.2005|22:03:17|47104|I |
| 106|Typ|IONR | 0|28.08.1997|08:49:59| 2048| |
| 107|Prg|SAPLKAVR | 107|27.12.2010|10:09:03|52224|I |
| 108|Typ|COTABLES | 0|20.08.1998|10:49:42| 2048| |
| 109|Typ|TJ01 | 0|01.03.1999|13:50:12| 5120| |
| 110|Prg|SAPLSCV0 | 110|03.03.2009|14:02:32| 129024|I |
| 111|Prg|SAPLCOKY | 111|21.12.2013|16:34:46| 136192|I |
| 112|Prg|SAPLSDB4 | 112|09.09.2004|14:18:36| 8192|I |
| 113|Typ|COKEY_DP_ISPS | 0|09.07.2010|05:14:07| 5120| |
| 114|Prg|CL_EXITHANDLER================CP | 114|22.01.2015|17:45:00|33792|I |
| 115|Prg|CL_ABAP_TYPEDESCR=============CP | 115|05.07.2005|13:10:15|33792|I |
| 116|Prg|CL_ABAP_ELEMDESCR=============CP | 116|03.07.2006|10:50:51|40960|I |
| 117|Prg|CL_ABAP_DATADESCR=============CP | 117|05.07.2005|13:10:15|21504|I |
| 118|Prg|CL_ABAP_REFDESCR==============CP | 118|05.07.2005|13:10:15|27648|I |
| 119|Prg|CL_ABAP_STRUCTDESCR===========CP | 119|11.09.2007|15:26:09|45056|I |
| 120|Prg|CL_ABAP_COMPLEXDESCR==========CP | 120|05.07.2005|13:10:15|19456|I |
| 121|Prg|CL_ABAP_TABLEDESCR============CP | 121|05.07.2005|13:10:15|27648|I |
| 122|Prg|CL_ABAP_CLASSDESCR============CP | 122|05.07.2005|13:10:15|34816|I |
| 123|Prg|CL_ABAP_OBJECTDESCR===========CP | 123|05.07.2005|13:10:15|37888|I |
| 124|Prg|CL_ABAP_INTFDESCR=============CP | 124|05.07.2005|13:10:15|27648|I |
| 125|Prg|CL_ABAP_SOFT_REFERENCE========CP | 125|05.07.2005|13:10:15|11264|I |
| 126|Prg|CL_ABAP_REFERENCE=============CP | 126|09.09.2004|14:18:16| 8192|I |
| 127|Prg|IF_EX_EAPS_HRKFT_EXTENSION====IP | 118|02.10.2001|14:11:23| 8192|I |
| 128|Prg|%_CABAP | 124|05.07.2005|13:10:15|34816|I |
| 129|Prg|SAPLSEXV | 129|21.12.2013|16:34:46| 131072|I |
| 130|Prg|CL_BADI_FLT_DATA_TRANS_AND_DB=CP | 130|22.01.2015|18:28:55|39936|I |
| 131|Typ|SXC_EXIT | 0|09.11.2000|14:23:43| 2048| |
| 132|Prg|SAPLSEXE | 132|22.01.2015|18:42:37| 100352|I |
| 133|Prg|SAPLPA_PACKAGE_SERVICES | 133|21.12.2013|16:34:46| 179200|I |
| 134|Typ|PAKDATBUF | 0|28.09.2001|11:44:22| 6144| |
| 135|Prg|CL_EX_EAPS_HRKFT_EXTENSION====CP | 135|21.12.2013|13:36:13|32768|I |
| 136|Prg|CL_EXIT_MASTER================CP | 136|21.12.2013|16:34:46|26624|I |
| 137|Prg|CL_EX_BADI_LAYER==============CP | 137|21.12.2013|16:34:46|32768|I |
| 138|Prg|IF_EX_BADI_LAYER==============IP | 114|21.12.2013|16:34:46| 7168|I |
| 139|Typ|V_EXT_IMP | 0|06.11.2003|20:40:20| 3072| |
| 140|Prg|%_CSXRT | 136|21.12.2013|13:36:13|16384|I |
| 141|Prg|CL_IM_EAPS_HRKFT_EXTENSION====CP | 141|11.12.2003|15:06:20|16384|I |
| 142|Prg|SAPLASTAT_TRIG | 142|09.09.2004|14:18:33|14336|I |
| 143|Prg|SAPLCOKY2 | 143|21.12.2013|13:32:54| 112640|I |
| 144|Typ|COKEY_DP2 | 0|09.07.2010|05:14:07| 4096| |
| 145|Prg|SAPLRWIN | 145|21.12.2013|16:34:46|36864|I |
| 146|Prg|SAPLKALU | 146|25.08.2005|22:03:17| 115712|I |
| 147|Prg|SAPLKCOA | 147|21.12.2013|16:34:46| 182272|I |
| 148|Typ|COKA | 0|13.08.1997|12:23:28| 3072| |
| 149|Prg|SAPLGIVA | 149|09.07.2010|09:03:02| 351232|I |
| 150|Typ|RGIACT | 0|09.07.2010|05:17:22| 2048| |
| 151|Typ|COFIP | 0|27.12.2010|10:08:38|21504| |
| 152|Typ|RGIAD1 | 0|09.07.2010|05:17:22| 3072| |
| 153|Typ|RGIADMAIN | 0|09.07.2010|05:17:22| 2048| |
| 154|Typ|COFIS | 0|27.12.2010|10:08:38|12288| |
| 155|Typ|ECMCA | 0|27.12.2010|10:08:39|11264| |
| 156|Typ|FAGLFLEXA | 0|27.12.2010|10:09:16|11264| |
| 157|Typ|FAGLFLEX01_KEY | 0|11.12.2003|14:59:46| 2048| |
| 158|Typ|FAGLFLEX03_KEY | 0|11.12.2003|14:59:46| 2048| |
| 159|Typ|FAGLFLEX00_INC | 0|09.07.2010|05:14:42| 2048| |
| 160|Typ|FAGLFLEX00_CUR_UNIT_INC | 0|09.12.2004|14:12:16| 2048| |
| 161|Typ|FAGLFLEX01_DATA | 0|27.12.2010|10:08:40| 2048| |
| 162|Typ|FAGLFLEX02_INC | 0|09.07.2010|05:14:42| 2048| |
| 163|Typ|FAGLFLEX03_DATA | 0|11.12.2003|14:59:46| 3072| |
| 164|Typ|CI_FAGLFLEX04 | 0|23.12.2010|09:25:26| 2048| |
| 165|Typ|FAGLFLEX06_INC | 0|11.12.2003|14:59:46| 3072| |
| 166|Typ|FAGLFLEX_SI_VALUE_DATA | 0|09.07.2010|05:14:42| 2048| |
| 167|Typ|FAGLFLEX_SI_FIX_INC | 0|27.12.2010|10:08:41| 4096| |
| 168|Typ|FAGLFLEXP | 0|27.12.2010|10:09:17|25600| |
| 169|Typ|FAGLFLEX_PERIOD_DATA_INC | 0|09.07.2010|05:14:42|16384| |
| 170|Typ|FAGLFLEX_TSL | 0|09.07.2010|05:14:42| 4096| |
| 171|Typ|FAGLFLEX_HSL | 0|09.07.2010|05:14:42| 4096| |
| 172|Typ|FAGLFLEX_KSL | 0|09.07.2010|05:14:42| 4096| |
| 173|Typ|FAGLFLEX_OSL | 0|09.07.2010|05:14:42| 4096| |
| 174|Typ|FAGLFLEX_MSL | 0|09.07.2010|05:14:42| 4096| |
| 175|Typ|FAGLFLEX_PSI_FIX_INC | 0|09.07.2010|05:14:42| 3072| |
| 176|Typ|FBICRC001A | 0|27.12.2010|10:08:42|10240| |
| 177|Typ|FBICRC_S_FAGL_KEY | 0|09.07.2010|05:14:44| 3072| |
| 178|Typ|FBICRC001P | 0|27.12.2010|10:08:42|10240| |
| 179|Typ|FBICRC002A | 0|27.12.2010|10:08:42|10240| |
| 180|Typ|FBICRC002P | 0|27.12.2010|10:08:42|10240| |
| 181|Typ|FILCA | 0|27.12.2010|10:08:43|11264| |
| 182|Typ|FILCP | 0|27.12.2010|10:08:44|23552| |
| 183|Typ|FMGLFLEXA | 0|27.12.2010|10:09:21|11264| |
| 184|Typ|FMGLFLEX01_KEY | 0|09.12.2004|16:36:19| 2048| |
| 185|Typ|FMGLFLEX03_KEY | 0|09.12.2004|16:36:19| 2048| |
| 186|Typ|FMGLFLEX00_INC | 0|09.07.2010|05:14:56| 2048| |
| 187|Typ|FMGLFLEX01_DATA | 0|27.12.2010|10:08:46| 2048| |
| 188|Typ|FMGLFLEX02_INC | 0|09.07.2010|05:14:56| 2048| |
| 189|Typ|FMGLFLEX03_DATA | 0|09.12.2004|16:36:19| 2048| |
| 190|Typ|FMGLFLEX06_INC | 0|09.07.2010|05:14:56| 2048| |
| 191|Typ|FMGLFLEX07_INC | 0|09.12.2004|16:36:19| 2048| |
| 192|Typ|FMGLFLEXP | 0|27.12.2010|10:09:21|24576| |
| 193|Typ|GLP0 | 0|27.12.2010|10:08:48|14336| |
| 194|Typ|GLPCA | 0|27.12.2010|10:08:49|18432| |
| 195|Typ|GLPCP | 0|27.12.2010|10:08:49|26624| |
| 196|Typ|GLS0 | 0|27.12.2010|10:08:50| 7168| |
| 197|Typ|GLS3 | 0|27.12.2010|10:08:50| 8192| |
| 198|Typ|GMAVCA | 0|27.12.2010|10:08:51| 9216| |
| 199|Typ|GMAVCP | 0|27.12.2010|10:08:51|19456| |
| 200|Typ|JVPO1 | 0|27.12.2010|10:08:55|25600| |
| 201|Typ|JVPSC01A | 0|27.12.2010|10:08:56|11264| |
| 202|Typ|JVPSC01P | 0|27.12.2010|10:08:56|21504| |
| 203|Typ|JVSO1 | 0|27.12.2010|10:08:56|16384| |
| 204|Typ|JVSO1_JV | 0|08.01.2002|15:12:40| 3072| |
| 205|Typ|JVSO2 | 0|27.12.2010|10:08:56|10240| |
| 206|Typ|TRACTSLA | 0|27.12.2010|10:09:05| 7168| |
| 207|Typ|TRACTSLP | 0|27.12.2010|10:09:05|20480| |
| 208|Typ|RGIUSE | 0|09.07.2010|05:17:22| 2048| |
| 209|Typ|GLU1 | 0|27.12.2010|10:08:51|48128| |
| 210|Typ|RGIAD2 | 0|09.07.2010|05:17:22| 3072| |
| 211|Typ|FAGLFLEXT | 0|27.12.2010|10:09:44|25600| |
| 212|Prg|SAPLFAGL_SPL_SERVICES | 212|21.12.2013|14:18:20| 212992|I |
| 213|Typ|FAGL_SPLINFO | 0|23.12.2010|09:25:40|14336| |
| 214|Typ|FAGL_SPLINFO_VAL | 0|11.12.2003|15:01:06| 4096| |
| 215|Prg|CX_SY_OPEN_SQL_DB=============CP | 215|05.07.2005|13:10:16|13312|I |
| 216|Prg|CX_SY_OPEN_SQL_ERROR==========CP | 216|05.07.2005|13:10:16|11264|I |
| 217|Prg|CX_SY_SQL_ERROR===============CP | 217|05.07.2005|13:10:16|11264|I |
| 218|Prg|CX_DYNAMIC_CHECK==============CP | 218|05.07.2005|13:10:16|10240|I |
| 219|Prg|CX_ROOT=======================CP | 219|11.09.2007|13:15:56|13312|I |
| 220|Prg|CX_NO_CHECK===================CP | 220|05.07.2005|13:10:16|10240|I |
| 221|Prg|CX_SY_NO_HANDLER==============CP | 221|05.07.2005|13:10:16|11264|I |
| 222|Typ|DDRANGE | 0|30.03.1995|13:12:26| 2048| |
| 223|Typ|BDI_LSPAR | 0|19.11.2001|15:45:46| 4096| |
| 224|Prg|CL_FAGL_SPLIT_SERVICES========CP | 224|21.12.2013|16:34:46| 102400|I |
| 225|Typ|RSJOBINFO | 0|29.04.1992|14:52:25| 3072| |
| 226|Typ|SYST | 0|09.09.2004|14:18:12|30720| |
| 227|Typ|VBMOD | 0|08.08.1995|14:49:58| 2048| |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Indice delle tabelle applicative |

----------------------------------------------------------------------------------------------------

|Nome Data Ora Lngh. |
|Val. |

----------------------------------------------------------------------------------------------------

|Programm RSM13000 |

----------------------------------------------------------------------------------------------------

|SYST . . : : 00004612 |
|\0\0\0\0\x0006\0\x000F\0\0\0\0\0\0\0\0\0\0\0\0\0!\0\x0001 |
|SY . . : : 00004612 |
|\0\0\0\0\x0006\0\x000F\0\0\0\0\0\0\0\0\0\0\0\0\0!\0\x0001 |
|VBHDR . . : : 00000840 |
|959BA5E52818F192B39C005056960003100ICMS |
|VBPARAM 17.12.2007 15:30:54 00000354 |
|959BA5E52818F192B39C0050569600030006FAGL_SPLINFO_UPDATE |
|TFDIR . . : : 00000268 |
|FAGL_SPLINFO_UPDATE SAPLFAGL_SPL_SERVICES |

----------------------------------------------------------------------------------------------------

|Programm SAPLF005 |

----------------------------------------------------------------------------------------------------

|AGKO . . : : 00000080 |
| 0000 00000000| |
|BKPF . . : : 00001360 |
|100CH7002000002012015ZR20150630201506300620151218164022000 |
|BKP1 . . : : 00000008 |
|2015| |
|BSEG . . : : 00003420 |
|100CH7002000002012015005 0000000000000000 27K S |
|BSEC . . : : 00001064 |
| 0000000 |
|BSED . . : : 00000772 |
| 0000000\x0C00 \0\0\0\x000C\0\0\x0C00\0\0 |
|BSEU . . : : 00000046 |
|CHF X000 | |
|BSIK . . : : 00002088 |
|100CH700000200915 00000000 201 |
|BSIP . . : : 00000136 |
| 00000000 \0\0\0\x000C |
|BSIS . . : : 00001250 |
|100CH70000210150100000000 20150 |
|UF05A . . : : 00000096 |
| | |
|T001 . . : : 00000494 |
|100CH70FOND. IBSA RICERCA SCIENTCollina d’Oro C |

----------------------------------------------------------------------------------------------------

|Programm SAPLFDIS |

----------------------------------------------------------------------------------------------------

|RF40S . . : : 00000260 |
|100 CH70K0002101501FNB F1 CHF 20150630 |
|INDX . . : : 00003104 |
|100FF100CH7002000002012015 \0\0\0 00000000 |

----------------------------------------------------------------------------------------------------

|Programm SAPLBDLS |

----------------------------------------------------------------------------------------------------

|T000 . . : : 00000214 |
|100Quality System Lugano CHF |

----------------------------------------------------------------------------------------------------

|Programm SAPLITSR |

----------------------------------------------------------------------------------------------------

|TPS01 . . : : 00000144 |
|00005012SAMPLE_PROCESS_00005012 |

----------------------------------------------------------------------------------------------------

|Programm SAPLFMFF |

----------------------------------------------------------------------------------------------------

|TRWCA . . : : 00000024 |
|100FIFM2999X| |

----------------------------------------------------------------------------------------------------

|Programm SAPLKAUP |

----------------------------------------------------------------------------------------------------

|T000 . . : : 00000214 |
|100Quality System Lugano CHF |
|TKA01 . . : : 00000400 |
|100CA00GRUPPO IBSA CHF IBSAK42 |

----------------------------------------------------------------------------------------------------

|Programm SAPLKALL |

----------------------------------------------------------------------------------------------------

|IONR . . : : 00000044 |
|KSCA00CH70A03806 | |
|TKA01 . . : : 00000400 |
|100CA00GRUPPO IBSA CHF IBSAK42 |
|T000 . . : : 00000214 |
|100Quality System Lugano CHF |

----------------------------------------------------------------------------------------------------

|Programm SAPLRKSRCORE |

----------------------------------------------------------------------------------------------------

|TKA01 . . : : 00000400 |
|100CA00GRUPPO IBSA CHF IBSAK42 |

----------------------------------------------------------------------------------------------------

|Programm SAPLKAVR |

----------------------------------------------------------------------------------------------------

|TJ01 . . : : 00000074 |
|COIN RFBU XXPAX X X | |

----------------------------------------------------------------------------------------------------

|Programm SAPLPA_PACKAGE_SERVICES |

----------------------------------------------------------------------------------------------------

|PAKDATBUF . . : : 00002968 |
|XXINACTIVE_PACKAGES \0\000000000000000\0\0\0\0\0\0\0\0 |

----------------------------------------------------------------------------------------------------

|Programm SAPLKALU |

----------------------------------------------------------------------------------------------------

|TKA01 . . : : 00000400 |
|100CA00GRUPPO IBSA CHF IBSAK42 |

----------------------------------------------------------------------------------------------------

|Programm SAPLGIVA |

----------------------------------------------------------------------------------------------------

|FAGLFLEXA . . : : 00000594 |
|10020150200000201Z2CH70000005RFBU CHF BKPF 0001 |

----------------------------------------------------------------------------------------------------

|Programm SAPLFAGL_SPL_SERVICES |

----------------------------------------------------------------------------------------------------

|RSJOBINFO . . : : 00000164 |
| 00000000000000 |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Blocchi contr. ABAP (CONT) |

----------------------------------------------------------------------------------------------------

|Ind. |Nome|Fl|PAR0|PAR1|PAR2|PAR3|PAR4|PAR5|PAR6|Tst.sorg. |Riga|

----------------------------------------------------------------------------------------------------

| 507|----|00|0000|||||||LFAGL_SPL_SERVICESU01 | 292|
| 508|CPOP|00|0000|||||||LFAGL_SPL_SERVICESU01 | 1|
| 509|PAR2|05|0000|02C0|0000|||||LFAGL_SPL_SERVICESU01 | 1|
| 511|PAR2|05|0000|0520|0000|||||LFAGL_SPL_SERVICESU01 | 1|
| 513|----|00|0000|||||||LFAGL_SPL_SERVICESU01 | 1|
| 514|FUNP|13|0000|0050|8000|0000|8000|0000|0000|LFAGL_SPL_SERVICESU02 | 1|
| 518|FUNP|13|0000|0051|8002|0000|8002|0000|0000|LFAGL_SPL_SERVICESU02 | 1|
| 522|FUNP|80|0000|0000|0000|0000|0000|0000|0000|LFAGL_SPL_SERVICESU02 | 1|
| 526|SQLS|0B|0000|||||||LFAGL_SPL_SERVICESU02 | 11|
| 527|SQLS|06|0052|||||||LFAGL_SPL_SERVICESU02 | 11|
| 528|PAR1|00|0032|||||||LFAGL_SPL_SERVICESU02 | 11|
| 529|SQLS|39|000A|||||||LFAGL_SPL_SERVICESU02 | 11|
|>>>>>|SQLS|0F|8000|||||||LFAGL_SPL_SERVICESU02 | 11|
| 531|SQLS|0B|0000|||||||LFAGL_SPL_SERVICESU02 | 12|
| 532|SQLS|06|0053|||||||LFAGL_SPL_SERVICESU02 | 12|
| 533|PAR1|00|0033|||||||LFAGL_SPL_SERVICESU02 | 12|
| 534|SQLS|39|000B|||||||LFAGL_SPL_SERVICESU02 | 12|
| 535|SQLS|0F|8002|||||||LFAGL_SPL_SERVICESU02 | 12|
| 536|FUNE|00|0000|||||||LFAGL_SPL_SERVICESU02 | 14|
| 537|----|00|0000|||||||LFAGL_SPL_SERVICESU02 | 14|

----------------------------------------------------------------------------------------------------

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

The problem was linked to the number ranges. As a matter of fact I double-checked table FAGL_SPLINFO and I found postings on that specific company code, fiscal year.

What is wrong here is that the entries I find in FAGL_SPLINFO for the fiscal year/company code are not in the BKPF. In fact, I cannot use FB03 on those documents.

Please help.

Best

Sara

Former Member
0 Kudos

Hi, as a rule this issue arise after copying one system data to another(e.g. you copied prod to test system). In this case some inconstancy may occur, e.g. one document could exists not in all tables, in your case fagl_splinfo and bkpf.

How to solve it: just find out the last number of specific number range in fagl_splitinfo and assign this number as a Current number in this number range.

For instance, you have dump for DocType SA, number range 01 is assigned to it.

In FAGL_SPLINFO the highest nuber for range 01 is 01008, go to number range configuration and put for number range 01 Number range status=01008

Answers (1)

Answers (1)

0 Kudos

Hi,

1. Please check document type when you posting document no on F-30 (example I assume doc type that used 'DA').

2. Check number ranges that have been used for this document type (T-Code : OBA7) (ex : for doc type DA using number range 04).

3. Check on table BKPF for last document no. that used for document type DA.

4. Change current number on document no. ranges 04 for DA based on last doc no (T-code : FBN1).

5. Try to posting document no using F-30.

Hope this steps can help you.

Regards,

Harris

Former Member
0 Kudos

Hi Harris, Aleksey,

thank you for your answers. I had already solved the issue before your suggestions. Now my issue is the following:

The problem was linked to the number ranges. As a matter of fact I double-checked table FAGL_SPLINFO and I found postings on that specific company code, fiscal year.

What is wrong here is that the entries I find in FAGL_SPLINFO for the fiscal year/company code are not in the BKPF. In fact, I cannot use FB03 on those documents.


This problem is NOW in the production system.


Thank you for your help.

Best,

Sara