Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Question from JULIOCRQ on Dec 3 at 9:24 AM Error in Tcode I18N. WRITE_TO_OFFSET_TOOLARGE upon entering the Tcode I18N option ==> I18N Customizing ==> I18N System Configuration. ends with the following dump "WRITE_TO_OFFSET_TOOLARGE", the same happens if you try to enter the SE38 with RSCPINST report. Application Server xxxxxxxx_MSD_00 SAP Kernel Information SAP Kernel : 740 Make Variant : 740_REL Database Client Library : Sybase ASE 15.7.0.506 Created in : AIX 1 6 00CFACD14C00 Created on : Sep 27 2013 20:39:19 Support Level : 0 Kernel Patch No. : 37 Source ID : 0.037 DBSL Patch No. : 032 ICU Version : 50.1 Unicode Version 6.2 libsapu16 Version : 1.0025 Sep 27 2013 19:13:16 SAP_BASIS 740 0003 SAP_ABA 740 0003 SAP_GWFND 740 0003 SAP_UI 740 0003 PI_BASIS 740 0003 ST-PI 2008_1_700 0008 SAP_BW 740 0003 MDG_FND 747 0001 SAP_AP 700 0029 SAP_BS_FND 747 0001 WEBCUIF 747 0001 MDG_APPL 617 0001 SAP_APPL 617 0001 SAP_FIN 617 0001 SAP_HR 604 0062 Category ABAP Programming Error Runtime Errors WRITE_TO_OFFSET_TOOLARGE ABAP Program RSCPINST Application Component BC-I18 Date and Time 03.12.2013 08:07:17 ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Short Text | | Program error: Offset in WRITE TO in program is too large. "RSCPINST" | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |What happened? | | Error in the ABAP Application Program | | | | The current ABAP program "RSCPINST" had to be terminated because it has | | come across a statement that unfortunately cannot be executed. | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |What can you do? | | Note down which actions and inputs caused the error. | | | | | | To process the problem further, contact you SAP system | | administrator. | | | | Using Transaction ST22 for ABAP Dump Analysis, you can look | | at and manage termination messages, and you can also | | keep them for a long time. | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Error analysis | | In a "WRITE src TO dest+off[(len)] [INDEX i]" statement, "off" contains | | a target field offset (241) that is larger than the length of the | | target field "dest" (240). | | This is not possible. | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |How to correct the error | | Probably the only way to eliminate the error is to correct the program. | | If the error occurs in a non-modfied SAP program, you might be able to | | find a solution in the SAP Notes system. If you have access to the SAP | | Notes system, check there first using the following keywords: | | | | "WRITE_TO_OFFSET_TOOLARGE" | | "RSCPINST" bzw. RSCPINST | | "COLLECT_APS_INST_LANGU" | | If you cannot solve the problem yourself, please send the following | | information to SAP: | | | | 1. This description of the problem (short dump) | | To do this, choose System -> List -> Save -> Local File (unconverted) | | on the screen you are in now. | | | | 2. A suitable system log | | To do this, call the system log in transaction SM21. Restrict the time | | interval to ten minutes before the short dump and five minutes after | | it. In the display, choose System -> List -> Save -> Local File | | (unconverted). | | | | 3. If these are programs of your own, or modified SAP programs: Source | | code of these programs | | To do this, choose More Utilities -> Upload/Download -> Download in | | the Editor. | | | | 4. Details regarding the conditions under which the error occurred or | | which actions and input caused the error. | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |System environment | | SAP Release..... 740 | | SAP Basis level 0003 | | | | Application server... minerpdev | | Network address...... 10.231.39.11 | | Operating system... AIX | | Release.............. 7.1 | | Hardware type....... 00C4E3974C00 | | Character length..... 16 Bits | | Pointer length........ 64 Bits | | Work process number... 24 | | Shortdump setting. full | | | | Database server... minerpdev | | Database type..... SYBASE | | Database name..... MSD | | Database user ID SAPSR3 | | | | Terminal.......... SDCAPP01 | | | | Character set C | | | | SAP kernel....... 740 | | Created on....... Sep 27 2013 20:39:19 | | Created at....... AIX 1 6 00CFACD14C00 | | Database version Sybase ASE 15.7.0.506 | | Patch level....... 37 | | Patch text....... | | | | Database............. 15.7 | | SAP database version. 740 | | Operating system... AIX 1 6, AIX 1 7 | | | | Memory consumption | | Roll.... 0 | | EM...... 14397040 | | Heap.... 0 | | Page.... 40960 | | MM used. 1454592 | | MM free. 827392 | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |User and Transaction | | Client................. 000 | | User.................. DDIC | | Language key.......... E | | Transaction......... SE38 | | Transaction ID...... 52993EF3564B1AF0E10080000AE7270B | | | | EPP whole context ID...... 52993027564B14E0E10080000AE7270B | | EPP connection ID........ 00000000000000000000000000000000 | | EPP call counter......... 0 | | | | Program.............. RSCPINST | | Screen.............. SAPMSSY0 1000 | | Screen line.......... 6 | | Active debugger..... "none" | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Information on where terminated | | The termination occurred in ABAP program "RSCPINST", in | | "COLLECT_APS_INST_LANGU". The main program | | was "RSCPINST ". | | | | In the source code, the termination point is in line 684 of (Include) | | program "RSCPINST". | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Source Code Extract | ---------------------------------------------------------------------------------------------------- |Line |SourceCde | ---------------------------------------------------------------------------------------------------- | 654| loc_wa-as = aps_wa-as. | | 655| loc_wa-os = aps_wa-os. | | 656| loop at langtab into langtab_wa. | | 657| loc_wa-onelang = langtab_wa-langu. | | 658| select single * from tcp0c into l_tcp0c_wa where platform = loc_wa-os | | 659| and langu = langtab_wa-langu | | 660| and country = country | | 661| and modifier = space. | | 662| if sy-subrc <> 0. | | 663| loc_wa-locale = 'NotDefined'. "#EC NOTEXT | | 664| else. | | 665| loc_wa-locale = l_tcp0c_wa-locale. | | 666| endif. | | 667| append loc_wa to loc. | | 668| endloop. | | 669| | | 670| l_length = strlen( aps_wa-parvalu31 ). | | 671| | | 672| do l_length times. | | 673| write aps_wa-parvalu31+l_pos2 to l_parvalue_sep+l_pos1. | | 674| l_pos1 = l_pos1 + 1. | | 675| write space to l_parvalue_sep+l_pos1. | | 676| l_pos1 = l_pos1 + 1. | | 677| l_pos2 = l_pos2 + 1. | | 678| enddo. | | 679| | | 680| split l_parvalue_sep at space into table l_parvalue_itab. | | 681| sort l_parvalue_itab. | | 682| | | 683| loop at l_parvalue_itab into l_parvalue_wa. | |>>>>>| write l_parvalue_wa to l_parvalue_sorted+l_pos3. | | 685| l_pos3 = l_pos3 + 1. | | 686| endloop. | | 687| | | 688| l_par_wa-as = aps_wa-as. | | 689| l_par_wa-value = l_parvalue_sorted. | | 690| append l_par_wa to l_par_itab. | | 691| | | 692| clear: l_pos1, l_pos2, l_pos3. | | 693| | | 694| endloop. | | 695| | | 696| g_par_itab = l_par_itab. | | 697| | | 698|* HJL : Remove duplicate entries. | | 699| sort loc by as onelang locale descending. | | 700| delete adjacent duplicates from loc comparing locale. | | 701| | | 702|* Fill langtext with langu, external langu and text descr. | | 703| sort langtab by count descending. | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Contents of system fields | ---------------------------------------------------------------------------------------------------- |Name |Val. | ---------------------------------------------------------------------------------------------------- |SY-SUBRC|0 | |SY-INDEX|0 | |SY-TABIX|242 | |SY-DBCNT|1 | |SY-FDPOS|0 | |SY-LSIND|0 | |SY-PAGNO|0 | |SY-LINNO|1 | |SY-COLNO|1 | |SY-PFKEY| | |SY-UCOMM| | |SY-TITLE|NLS installation tool | |SY-MSGTY| | |SY-MSGID| | |SY-MSGNO|000 | |SY-MSGV1| | |SY-MSGV2| | |SY-MSGV3| | |SY-MSGV4| | |SY-MODNO|1 | |SY-DATUM|20131203 | |SY-UZEIT|080717 | |SY-XPROG|RSDBRUNT | |SY-XFORM|%_INIT_PBO_FIRST | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Active Calls/Events | ---------------------------------------------------------------------------------------------------- |No. Ty. Program Include Line | | Name | ---------------------------------------------------------------------------------------------------- | 2 FORM RSCPINST RSCPINST 684 | | COLLECT_APS_INST_LANGU | | 1 EVENT RSCPINST RSCPINST 210 | | START-OF-SELECTION | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Chosen variables | ---------------------------------------------------------------------------------------------------- |Name | | Val. | ---------------------------------------------------------------------------------------------------- |No. 2 Ty. FORM | |Name COLLECT_APS_INST_LANGU | ---------------------------------------------------------------------------------------------------- |%_DUMMY$$ | | | | 0000 | | 0000 | | 2222 | | 0000 | | 0020002000200020 | |L_PARVALUE_SEP | | E S | | 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000| | 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000| | 42522222222222222222222222222222222222222222222222 22222222222222222222222222222222222222222222| | 50300000000000000000000000000000000000000000000000 000 00000000000000000000000000000000000000000| | 00450020005300200020002000200020002000200020002000 20002000200020002000200020002000200020002000| |L_POS1 | | 260 | | 0000 | | 0014 | | 00000104 | |%_SPACE | | | | 0 | | 0 | | 2 | | 0 | | 0020 | |DUMMY | | | | 00000 | | 00000 | | 22222 | | 00000 | | 00200020002000200020 | |L_PARVALUE_ITAB | | Table IT_20[256x2] | | \PROGRAM=RSCPINST\FORM=COLLECT_APS_INST_LANGU\DATA= | | Table reference: 12 | | TABH+ 0(20) = 0A000200003371B0000000000000000000000000 | | TABH+ 20(20) = 000000000A000200002D36A0000001004C400000 | | TABH+ 40(20) = 0000000000000000000000000000000C00000014 | | TABH+ 60(20) = 0000010000000002000000E00400000000022E50 | | TABH+ 80( 8) = 0004806000000000 | | store = 0x0A000200003371B0 | | statScndKeyAdmin = 0x0000000000000000 | | ext1 = 0x0000000000000000 | | ----- Primary Key ----- | | idxPtr = 0x0A000200002D36A0 | | idxKind = 1 (ItIndexLinear) | | accKind = 1 (ItAccStandard) | | uniKind = 2 (ItUniNo) | | keyKind (from pbag) = 1 (default) | | cmpMode = 2 (cmpSingleMcmpR) | | shmId = 0 (0x00000000) | | id = 12 (0x0000000C) | | label = 20 (0x00000014) | | fill = 256 (0x00000100) | | leng = 2 (0x00000002) | | loop = 224 (0x000000E0) | | xtyp = TYPE#000077 | | occu = 4 (0x00000004) | | occu0 = 1 | | stMode = 0 | | groupCntl = 0 | | rfc = 0 | | unShareable = 0 | | mightBeShared = 0 | | sharedWithShmTab = 0 | | isShmLockId = 0 | | isUsed = 1 | | isCtfyAble = 1 | | hasScndKeys = 0 | | hasRowId = 0 | | statScndKeysOutdated = 0 | | statScndUniKeysOutdated = 0 | | ----- Shareable Table Header Data (Store) ----- | | tabi = 0x0A00020000337210 | | pgHook = 0x0A000200002D2A00 | | uniqueNumber = 16 (0x00000010) | | shmTabhSet = 0x0000000000000000 | | refCount = 0 (0x00000000) | | tstRefCount = 0 (0x00000000) | | lineAdmin = 4092 (0x00000FFC) | | lineAlloc = 508 (0x000001FC) | | shmVersId = 0 (0x00000000) | | shmRefCount = 1 (0x00000001) | | rowId = 18446744073709551615 | | | | | | 0 | | 0 | | 2 | | 0 | | 0020 | | | | | | 0 | | 0 | | 2 | | 0 | | 0020 | | | | | | 0 | | 0 | | 2 | | 0 | | 0020 | | | | | | 0 | | 0 | | 2 | | 0 | | 0020 | | | | | | 0 | | 0 | | 2 | | 0 | | 0020 | |L_PARVALUE_WA | | | | 0 | | 0 | | 2 | | 0 | | 0020 | |SCREEN | | | | 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000| | 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000| | 22222222222222222222222222222222222222222222222222 22222222222222222222222222222222222222222222| | 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000| | 00200020002000200020002000200020002000200020002000 20002000200020002000200020002000200020002000| |L_PARVALUE_SORTED | | | | 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000| | 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000| | 22222222222222222222222222222222222222222222222222 22222222222222222222222222222222222222222222| | 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000| | 00200020002000200020002000200020002000200020002000 20002000200020002000200020002000200020002000| |L_POS3 | | 241 | | 000F | | 0001 | | 000000F1 | |L_PAR_WA-VALUE | | | | 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000| | 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000| | 22222222222222222222222222222222222222222222222222 22222222222222222222222222222222222222222222| | 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000| | 00200020002000200020002000200020002000200020002000 20002000200020002000200020002000200020002000| |L_PAR_ITAB | | Table[initial] | | | |L_PAR_WA | | | | 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000| | 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000| | 22222222222222222222222222222222222222222222222222 22222222222222222222222222222222222222222222| | 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000| | 00200020002000200020002000200020002000200020002000 20002000200020002000200020002000200020002000| |L_POS2 | | 130 | | 0008 | | 0002 | | 00000082 | ---------------------------------------------------------------------------------------------------- |No. 1 Ty. EVENT | |Name START-OF-SELECTION | ---------------------------------------------------------------------------------------------------- |SY-REPID | | RSCPINST | | 0000000000000000000000000000000000000000 | | 0000000000000000000000000000000000000000 | | 5545445522222222222222222222222222222222 | | 23309E3400000000000000000000000000000000 | | 00520053004300500049004E00530054002000200020002000 20002000200020002000200020002000 200020002000| |I_AM_SERVER | | minerpdev_MSD_00 | | 00000000000000000000000000000000 | | 00000000000000000000000000000000 | | 66667766754545332222222222222222 | | D9E520456FD34F000000000000000000 | | 006D0069006E006500720070006400650076005F004D005300 44005F00300030002000200020002000200020002000| |ML | | Table IT_11[1x264] | | \PROGRAM=RSCPINST\DATA=ML | | Table reference: 6 | | TABH+ 0(20) = 0A000200002CFFF0000000000000000000000000 | | TABH+ 20(20) = 000000000000000000000000000000010C400000 | | TABH+ 40(20) = 000000000000000000000000000000060000000B | | TABH+ 60(20) = 0000000100000108FFFFFFFF04000000000224C0 | | TABH+ 80( 8) = 0004806000000000 | | store = 0x0A000200002CFFF0 | | statScndKeyAdmin = 0x0000000000000000 | | ext1 = 0x0000000000000000 | | ----- Primary Key ----- | | idxPtr = 0x0000000000000000 | | idxKind = 0 (ItIndexNone) | | accKind = 1 (ItAccStandard) | | uniKind = 2 (ItUniNo) | | keyKind (from pbag) = 1 (default) | | cmpMode = 2 (cmpSingleMcmpR) | | shmId = 0 (0x00000000) | | id = 6 (0x00000006) | | label = 11 (0x0000000B) | | fill = 1 (0x00000001) | | leng = 264 (0x00000108) | | loop = -1 (0xFFFFFFFF) | | xtyp = TYPE#000026 | | occu = 4 (0x00000004) | | occu0 = 1 | | stMode = 0 | | groupCntl = 0 | | rfc = 0 | | unShareable = 0 | | mightBeShared = 0 | | sharedWithShmTab = 0 | | isShmLockId = 0 | | isUsed = 1 | | isCtfyAble = 1 | | hasScndKeys = 0 | | hasRowId = 0 | | statScndKeysOutdated = 0 | | statScndUniKeysOutdated = 0 | | ----- Shareable Table Header Data (Store) ----- | | tabi = 0x0A000200002D0050 | | pgHook = 0x0000000000000000 | | uniqueNumber = 7 (0x00000007) | | shmTabhSet = 0x0000000000000000 | | refCount = 0 (0x00000000) | | tstRefCount = 0 (0x00000000) | | lineAdmin = 4 (0x00000004) | | lineAlloc = 4 (0x00000004) | | shmVersId = 0 (0x00000000) | | shmRefCount = 1 (0x00000001) | | rowId = 18446744073709551615 | | minerpdev_MSD_00 AIX X | | 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000| | 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000| | 66667766754545332222222222222222445222222222222252 22222222222222222222222222222222222222222222| | D9E520456FD34F000000000000000000198000000000000080 00000000000000000000000000000000000000000000| | 006D0069006E006500720070006400650076005F004D005300 44005F00300030002000200020002000200020002000| |%_PRINT | | 000 0###| | 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000| | 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000| | 22223332222222222222222222222222222222222222222222 2222222 2222222222222222222222222222222223000| | 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000| | 00200020002000200030003000300020002000200020002000 2000200020002000200020002000 2000200020002000| |SY-SAPRL | | 74 | | 00 | | 00 | | 33 | | 74 | | 00370034 | |SY | | #####ò#A####################### ############### ##############################!#º######## #?##| | 00000000000000000000000000000000000000000000000000 000000000000000000000000000000000000FA000000| | 00000001000000000000000000000000000000000000000000 00000000 0000000000000000000000000000FB000200| | 00000F0000000000000000000000000A000000000000000000 00000000000000000000000000020B000000FA220000| | 00000200000000000000010001000100000000020000000000 00000000000000000000000000010A000000F000000C| | 0000000000000000000000F200000100000000000000000000 000000000000000000000000000000 00000001000000| |%_CX_TABSTRIP_ID | | 3 | | 0000 | | 0003 | | 00000003 | |CX_FALSE | | | | 0 | | 0 | | 2 | | 0 | | 0020 | |TEXT-004 | | Initialization | | 00000000000000 | | 00000000000000 | | 46676666767666 | | 9E9491C9A149FE | | 0049006E0069007400690061006C0069007A00610074006900 6F006E | |%_SSCR | | ## ### | | 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000| | 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000| | 22222222002000222222222222222222222222222222222222 22222222222222 222222222222222222222222222222| | 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000| | 00200020002000200020002000200020000000000020000000 00000000200020002000200020002000200020002000| |LANGTEXT_SAVE | | Table[initial] | | | |LANGTEXT | | Table[initial] | | | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Internal notes | | The termination was triggered in function "WriteToOffiLeng" of the SAP kernel, | | in | | line 5106 of module "//bas/740_REL/src/krn/abap/runt/abwrite.c#1&q uot;. | | The internal operation just processed is "PAR2". | | Internal mode started at 20131203080717. | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Active Calls in SAP Kernel | ---------------------------------------------------------------------------------------------------- |Lines of C Stack in Kernel (Structure Differs on Each Platform) | ---------------------------------------------------------------------------------------------------- |=> 64 bit R/3 Kernel | |=> 64 bit AIX Kernel | |=> Heap limit = unlimited | |=> Stack limit = unlimited | |=> Core limit = 1073741312 | |=> File size limit = unlimited | |=> Heap address = 0x126c1f520 | |=> Stack address = 0xfffffffffff6c30 | |=> Stack low = 0xfffffffffff6c30 | |=> Stack high = 0xffffffffffff610 | |=> Stack Trace: | | AixStack() at 0x1000cd7a4 | | CTrcStack2() at 0x1000cd920 | | rabax_CStackSave__Fv@AF190_22() at 0x10027a66c | | ab_rabax() at 0x100265974 | | WriteToOffiLeng__FPC12AB_TYPE_INFOPUlT2@AF54_53() at 0x10161b1d4 | | WriteToTarget__FPC12AB_TYPE_INFOPUsPC7AB_DATAP16AB _WRITETO_ERROR() at 0x10161a574 | | WriteToField__FP16AB_WRITETO_ERROR() at 0x101618a50 | | ab_jdwri__Fv() at 0x1016185f4 | | ab_extri__Fv() at 0x100ebc3e8 | | ab_xevent__FPCUs() at 0x100f14ca8 | | ab_trigg__Fv() at 0x100f148cc | | ab_run() at 0x1019cc9ac | | N_ab_run__FP8DINFDUMY() at 0x100f02ed0 | | dynpmcal__FP8DINFDUMYP8STPDUMMY() at 0x100f07298 | | dynppai0__FP8DINFDUMY() at 0x100f05490 | | dynprctl__FP8DINFDUMY() at 0x100f06348 | | dynpen00() at 0x100ea0338 | | ThrtCallAbapVm() at 0x10028d044 | | handleRequest__10GuiHandlerFP11REQUEST_BUFb() at 0x102152964 | | ThHandleRequest__FP11REQUEST_BUFUc() at 0x100287610 | | TskhLoop__Fv() at 0x10027dee4 | | ThStart__Fv() at 0x10027c124 | | DpMain() at 0x10002cc84 | | nlsui_main() at 0x1000008f4 | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |List of ABAP programs affected | ---------------------------------------------------------------------------------------------------- |Index |Ty.|Program |Group |Date |Time |Size |Lang. | ---------------------------------------------------------------------------------------------------- | 0|Prg|RSCPINST | 0|12.10.2013|09:22:49| 219136|E | | 1|Prg|SAPMSSY0 | 1|12.10.2013|05:41:34| 105472|E | | 2|Prg|SAPMSSYD | 1|12.10.2013|09:23:01| 24576|E | | 3|Prg|SAPFSYSCALLS | 1|09.09.2004|14:18:32| 7168|E | | 4|Prg|RSDBRUNT | 0|12.10.2013|08:51:54| 306176|E | | 5|Typ|RSSCR | 0|12.10.2013|01:52:25| 5120| | | 6|Prg|RSDBSPBL | 0|10.08.2011|13:47:05| 81920|E | | 7|Prg|SAPDB__S | 0|30.03.2005|10:22:01| 19456|E | | 8|Prg|RSDBSPMC | 0|17.06.2009|13:36:11| 91136|E | | 9|Typ|DDSHDESCR | 0|03.09.1997|03:05:16| 4096| | | 10|Typ|SPPARAMS | 0|07.05.1997|13:10:38| 2048| | | 11|Prg|SAPLSABE | 11|23.08.2013|21:42:59| 14336|E | | 12|Prg|SAPLSECU | 12|12.10.2013|05:06:31| 108544|E | | 13|Typ|RSSUBINFO | 0|12.10.2013|02:58:19| 3072| | | 14|Prg|%_CRSDS | 0|18.02.2005|14:15:39| 11264|E | | 15|Typ|RSDSEXPR | 0|20.08.1998|10:57:18| 3072| | | 16|Prg|SAPFSPOR | 1|12.10.2013|09:20:23| 15360|E | | 17|Prg|SAPLSCNT | 17|18.02.2005|14:16:06| 30720|E | | 18|Typ|DYCBOX | 0|20.08.1998|11:16:53| 3072| | | 19|Prg|SAPLSVSM | 19|18.06.2009|09:21:28| 30720|E | | 20|Prg|SAPLSGUI | 20|10.08.2011|12:45:24| 95232|E | | 21|Prg|SAPLSTTM | 21|08.09.2011|15:16:06| 77824|E | | 22|Prg|SAPLSBDC | 22|18.06.2009|09:21:28| 50176|E | | 23|Prg|CL_DATAPROVIDER===============CP | 23|18.06.2009|09:04:19| 52224|E | | 24|Prg|SAPSHDTV | 17|12.10.2013|09:23:01| 58368|E | | 25|Prg|SAPFS_SECLOG | 1|12.10.2013|09:25:57| 16384|E | | 26|Typ|INDX | 0|29.07.1998|18:38:15| 7168| | | 27|Prg|SAPFGUICNTL | 1|18.02.2005|14:15:08| 25600|E | | 28|Prg|SAPLOLEA | 28|12.10.2013|04:55:28| 109568|E | | 29|Prg|SAPLSFES | 29|12.10.2013|05:02:00| 299008|E | | 30|Prg|SAPLSPLUGIN | 30|08.09.2011|15:09:26| 8192|E | | 31|Typ|ARFCRDATA | 0|08.09.2011|14:25:38| 6144| | | 32|Prg|SAPLGRFC | 32|18.06.2009|08:29:18| 14336|E | | 33|Typ|SWCBCONT | 0|08.09.2011|14:24:16| 3072| | | 34|Typ|OLE_VERBS | 0|04.04.1995|16:02:20| 2048| | | 35|Typ|OLE_PA | 0|04.04.1995|16:02:19| 2048| | | 36|Prg|CL_I18N_SYSTEM_SETTINGS=======CP | 36|12.10.2013|08:33:45| 39936|E | | 37|Prg|CL_ABAP_CHAR_UTILITIES========CP | 37|23.08.2013|11:43:35| 12288|E | | 38|Typ|MSXXLIST | 0|12.10.2013|02:51:01| 3072| | | 39|Prg|SAPLTHFB | 39|12.10.2013|05:13:33| 467968|E | | 40|Typ|MSXXLIST_V6 | 0|12.10.2013|01:49:03| 4096| | | 41|Prg|SAPLURFC | 41|12.10.2013|05:14:49| 28672|E | | 42|Typ|SCPPARVAL_240 | 0|12.10.2013|01:53:00| 4096| | | 43|Prg|SAPLSCP2 | 43|12.10.2013|08:52:13| 184320|E | | 44|Prg|%_CSYDB0 | 0|17.06.2009|13:36:11| 39936|E | | 45|Typ|RSVAMEMKEY | 0|07.05.1997|13:07:49| 2048| | | 46|Prg|%_CSLIS | 12|18.06.2009|08:25:28| 95232|E | | 47|Typ|DTC_S_LAYO | 0|12.10.2013|01:44:57| 7168| | | 48|Typ|CAT_SVARS | 0|08.09.2011|14:17:48| 3072| | | 49|Typ|SYST | 0|12.10.2013|01:53:46| 31744| | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Directory of Application Tables | ---------------------------------------------------------------------------------------------------- |Name Date Time Lngth | | Val. | ---------------------------------------------------------------------------------------------------- |Program RSCPINST | ---------------------------------------------------------------------------------------------------- |SYST 12.10.2013 01:53:46 00004612 | | \0\0\0\0\0ò\0A\0\0\0\0\0\0\0\0\0\0\0\0\0\x0001 \0\0\0\x0001 | |SY . . : : 00004612 | | \0\0\0\0\0ò\0A\0\0\0\0\0\0\0\0\0\0\0\0\0\x0001 \0\0\0\x0001 | ---------------------------------------------------------------------------------------------------- |Program SAPFS_SECLOG | ---------------------------------------------------------------------------------------------------- |INDX . . : : 00003104 | | 000%L%_SeclogExcludedCaller\0\0\0 00000000 | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |ABAP Control Blocks (CONT) | ---------------------------------------------------------------------------------------------------- |Index|Name|Fl|PAR0|PAR1|PAR2|PAR3|PAR4|PAR5|PAR6|S ource Code |Line | ---------------------------------------------------------------------------------------------------- |20131|9224| | | | | | | | | | | | 1113|BRAX|00|FFD9| | | | | | |RSCPINST | 678| | 1114|WHIL|00|0004|0000|0000|0000|0000|0000|0000|RS CPINST | 678| | 1118|TCHK|16|0055|C011|0000| | | | |RSCPINST | 680| | 1120|COND|04|C00F| | | | | | |RSCPINST | 680| | 1121|PAR1|84|005A| | | | | | |RSCPINST | 680| | 1122|PAR1|85|C011| | | | | | |RSCPINST | 680| | 1123|SORT|00|C011| | | | | | |RSCPINST | 681| | 1124|LOOP|03|0313|C011|C012|0000|0000|0000|0000|RS CPINST | 683| | 1128|LOOP|05|0000|C011|C012|0000|0000|0000|0000|RS CPINST | 683| | 1132|BRAN|05|000B| | | | | | |RSCPINST | 683| | 1133|DWRI|01|C010| | | | | | |RSCPINST | 684| |>>>>>|PAR2|80|0000|C00E|0000| | | | |RSCPINST | 684| | 1136|WRIT|00|C012| | | | | | |RSCPINST | 684| | 1137|JEND|A8|0000| | | | | | |RSCPINST | 684| | 1138|ccqi|4B|0000|8000|0F94|0001|0000|8000|0F94|RS CPINST | 685| | 1142|BRAX|01|FFF2| | | | | | |RSCPINST | 686| | 1143|mvqk|28|8080|1550|0720| | | | |RSCPINST | 688| | 1145|move|FF|01E0|C022|C010| | | | |RSCPINST | 689| | 1147|TAPP|00|0313|C013|C014| | | | |RSCPINST | 690| ---------------------------------------------------------------------------------------------------- | Reply to this email to post your response. __.____._ | In the Spotlight Become a blogger at Toolbox.com and share your expertise with the community. Start today. _.____.__ |