Skip to Content
0
Former Member
Nov 06, 2012 at 07:25 AM

dump during execution of t-code -me51n ,DDIC_TYPE_INCONSISTENCY-BC-ABA-LA

368 Views

Hi Gurus,

Getting this following dump during execution of t-code,kindly suggest.

-----

Category Internal Kernel Error Runtime Errors DDIC_TYPE_INCONSISTENCY

Application Component BC-ABA-LA

Date and Time 06.11.2012 12:42:03

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

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

|Short text | | Inconsistency in the dictionary for the structure "MEPOHEADER". |

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

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

|What happened? | | Error in the SAP kernel. | | | | The current ABAP "SAPLMEGUI" program had to be terminated because the | | ABAP processor detected an internal system error. |

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

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

|What can you do? | | Note which actions and input led to the error. | | | | For further help in handling the problem, contact your SAP administrator | | . | | | | You can use the ABAP dump analysis transaction ST22 to view and manage | | termination messages, in particular for long term reference. | | |

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

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

|Error analysis | | There is an internal system error. | | eliminated with ABAP/4. | | | | There is an inconsisteny for the DDIC structure "MEPOHEADER", the corresponding | | Dictionary runtime object (NAMETAB) is incorrect. | | | | The number of components of the structure (NAMETAB component "fldcnt") | | is specified as 124. If all the substructures are resolved and the | | actual total number of components is calculated recursively, a different | | value is returned. |

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

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

|How to correct the error | | The error was probably caused by changes being made to the | | DDIC structure "MEPOHEADER" or one of its substructures and an error occurred | | afterwards at activation. Check the runtime object of the structure | | "MEPOHEADER" | | in the Dictionary to analyze the exact cause of the error. | | | | If the program RSNTABCONSISTENCY or its predecessor RSDDCHECK exists in | | your system, you can check structure "MEPOHEADER" with the help of one of these | | programs. | | | | If you cannot solve the problem yourself and want to send an error | | notification to SAP, include the following information: | | | | 1. The description of the current problem (short dump) | | | | To save the description, choose "System->List->Save->Local File | | (Unconverted)". | | | | 2. Corresponding system log | | | | Display the system log by calling transaction SM21. | | Restrict the time interval to 10 minutes before and five minutes | | after the short dump. Then choose "System->List->Save->Local File | | (Unconverted)". | | | | 3. If the problem occurs in a problem of your own or a modified SAP | | program: The source code of the program | | In the editor, choose "Utilities->More | | Utilities->Upload/Download->Download". | | | | 4. Details about the conditions under which the error occurred or which | | actions and input led to the error. | | |

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

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

|System environment | | SAP Release..... 702 | | SAP Basis Level. 0006 | | | | Application server... "xxxxxxx" | | Network address...... "xxxxxxx" | | Operating system..... "Windows NT" | | Release.............. "5.2" | | Hardware type........ "AMD64 Level 6 (" | | Character length.... 16 Bits | | Pointer length....... 64 Bits | | Work process number.. 0 | | Shortdump setting.... "full" | | | | Database server... "xxxxxxx" | | Database type..... "ORACLE" | | Database name..... "EH5" | | Database user ID.. "SAPSR3" | | | | Terminal.......... "xxxxxxx1099"

|

| | | Char.set.... "C" | | | | SAP kernel....... 720 | | created (date)... "May 7 2010 02:47:09" | | create on........ "NT 5.2 3790 S x86 MS VC++ 14.00" | | Database version. "OCI_10201_SHARE, 10.2.0.5.0 " | | | | Patch level. 46 | | Patch text.. " " | | | | Database............. "ORACLE 10.1.0.*.*, ORACLE 10.2.0.*.*, ORACLE 11.2.*.*.*" | | SAP database version. 720 | | Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows | | NT 6.0, Windows NT 6.1" | | | | Memory consumption | | Roll.... 0 | | EM...... 33518336 | | Heap.... 0 | | Page.... 40960 | | MM Used. 19315536 | | MM Free. 5819424 |

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

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

|User and Transaction | | Client.............. 800 | | User................ "PUNEABAP01" | | Language key........ "E" | | Transaction......... " " | | Transaction ID...... "23E127E25B75F1E5B9A6000C294952C3" | | | | EPP Whole Context ID.... "000C294952C31EE289FC2237D46879A6" | | EPP Connection ID....... 00000000000000000000000000000000 | | EPP Caller Counter...... 0 | | | | Program............. "SAPLMEGUI" | | Screen.............. " " | | Screen Line......... " " | | Debugger Active..... "none" |

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

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

|Information on where terminated | | The termination occurred during generation of the ABAP/4 program "SAPLMEGUI". | | - | | | | The termination occurred in line 123 | | of the source code of program "LMEGUICD1" (when calling the editor 1230). |

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

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

|Source Code Extract |

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

|Line |SourceCde |

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

| 93|*----------------------------------------------------------------------* | | 94|CLASS lcl_topline_view_mm DEFINITION INHERITING FROM | | 95| lcl_header_basic_model_view_mm. | | 96| | | 97| PUBLIC SECTION. | | 98| | | 99| CLASS-METHODS: | | 100| class_constructor. | | 101| | | 102| METHODS: constructor IMPORTING im_dynpro TYPE sy-dynnr | | 103| im_prog TYPE sy-repid | | 104| im_priority TYPE i OPTIONAL | | 105| im_struct_name TYPE tabname OPTIONAL, | | 106| transport_to_model REDEFINITION, | | 107| pov_list REDEFINITION, | | 108| execute REDEFINITION, | | 109| is_topline_view REDEFINITION. | | 110| PROTECTED SECTION. | | 111| | | 112| METHODS: subject_changed REDEFINITION, | | 113| build_dynpro_fields REDEFINITION, | | 114| modify_screen REDEFINITION, | | 115| transport_from_model REDEFINITION, | | 116| transport_to_dynp REDEFINITION, | | 117| transport_from_dynp REDEFINITION. | | 118| | | 119| PRIVATE SECTION. | | 120| | | 121| METHODS: build_topline | | 122| IMPORTING im_header TYPE mepoheader | |>>>>>| RETURNING value(re_topline) TYPE mepo_topline. | | 124| | | 125| DATA: mepo_topline_pbo TYPE mepo_topline, | | 126| mepo_topline_pai TYPE mepo_topline. | | 127| | | 128| CLASS-DATA: | | 129| my_msg_handler TYPE REF TO cl_message_handler_mm, | | 130| my_lifnr_txt TYPE mepo_topline-scrtext, | | 131| my_reswk_txt TYPE mepo_topline-scrtext. | | 132| | | 133|ENDCLASS. "lcl_topline_view_mm DEFINITION | | 134| | | 135|*----------------------------------------------------------------------* | | 136|* Kopf-Konditionen * | | 137|*----------------------------------------------------------------------* | | 138|CLASS lcl_1236_view_mm DEFINITION | | 139| INHERITING FROM lcl_header_for_appl_view_mm. | | 140| | | 141| PUBLIC SECTION. | | 142| |

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

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

|Internal notes | | The termination was triggered in function "ab_RxDdicTypeError" | | of the SAP kernel, in line 1069 of the module | | "//bas/720_REL/src/krn/runt/abucutil.c#3". | | The internal operation just processed is " ". | | Internal mode was started at 20121106124138. | | There is an inconsistency in the DDIC structure "MEPOHEADER", the corresponding | | dictionary runtime object (NAMETAB) is incorrect. | | | | The number of components of the structure (NAMETAB component "fldcnt") | | is specified using 124. If you dismantle all the substructures and | | calculate the actual total number of all the components recursively | | then the result is a different value. | | | | The error was caused because structure "MEPOHEADER" or one of its substructures | | was changed and an error occurred in the subsequent activation. Please | | check the runtime object of the structure "MEPOHEADER" in the dictionary to | | analysis the exact error cause. | | | | If the program RSDDCHECK is available on your system, you can also use | | it to check structure "MEPOHEADER". | | | | |

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

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

|Active Calls in SAP Kernel |

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

|Lines of C Stack in Kernel (Structure Differs on Each Platform) |

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

|SAP (R) - R/3(TM) Callstack, Version 1.0 | |Copyright (C) SAP AG. All rights reserved. | |Callstack without Exception: | |App : disp+work.EXE (pid=4856) | |When : 11/6/2012 12:42:3.430 | |Threads : 2 | |Computer Name : xxxxxxx | |User Name : SAPServiceEH5 | |Number of Processors: 1 | |Processor Type: EM64T Family 6 Model 44 Stepping 2 | |Windows Version : 5.2 Current Build: 3790 | |State Dump for Thread Id 11dc | |0000000001FD3E60 0000000141830386 00000000024976A0 disp+work!DumpStacks [ntstcdbg.c (508)] | |0000000001FD3F60 000000014026A174 00000000781EA000 disp+work!NTDebugProcess [ntstcdbg.c (369)] | |0000000001FD3F90 000000014049DE2A 00000000781EA000 disp+work!CTrcStack [dptstack.c (183)] |

|0000000001FD3FE0 00000001404A389D 0000000000000001 disp+work!rabax_CStackSave [abrabax.c (8573)] |

|0000000001FD48F0 000000014072FCB5 0000000000000065 disp+work!ab_rabax [abrabax.c (1410)] |

|0000000001FD4930 0000000140CDC67F 00000000227359E0 disp+work!ab_RxDdicTypeError [abucutil.c (1071)|

|0000000001FD4980 0000000140CDDD52 000007FE5856BD50 disp+work!Uc::firstLevelChildCnt [scsypar.c (32|

|0000000001FD4A70 0000000140CDF16A 0000000001FD8800 disp+work!Uc::typeToTree [scsypar.c (2881)] |

|0000000001FD8740 0000000140CDF9A3 000000001F0444C0 disp+work!Uc::typeToFragView [scsypar.c (2792)]|

|0000000001FD87A0 0000000140CDFC90 000000001F0444C0 disp+work!Uc::runUc [scsypar.c (2744)] |

|0000000001FD87F0 0000000140CE01ED 000000001F0444C0 disp+work!sc_tparUcFragView [scsypar.c (2707)] |

|0000000001FD8AB0 0000000140CCF17C 000000001F0444C0 disp+work!sc_loadflds [scsytyp.c (1781)] | |0000000001FD8B30 0000000140CE14CD 0000000000000000 disp+work!sc_ddictype [scsyddic.c (1187)] |

|0000000001FD8B70 0000000140CE7DBA 0000000000000000 disp+work!globalTypeFindDdic [scsytyp.c (5107)]|

|0000000001FD8BF0 0000000140CE9AE4 000007FE571CEE90 disp+work!scGlobalTypeFind [scsytyp.c (5026)] |

|0000000001FD8ED0 0000000140CEB553 000007FE57174AF8 disp+work!simple_type_find_1 [scsytyp.c (4847)]|

|0000000001FD8F70 0000000140CECD36 0000000000000001 disp+work!sc_complex_type_find [scsytyp.c (4531|

|0000000001FD9010 0000000140CED969 0000000000000002 disp+work!sc_ctypid_do [scsytyp.c (4300)] | |0000000001FD9040 0000000140D7D661 000007FE57174AF8 disp+work!sc_ctypid [scsytyp.c (4108)] | |0000000001FD90B0 0000000140D89B20 0000000000000003 disp+work!symb_type [scpatte.c (631)] | |0000000001FD91E0 0000000140D8DE82 00000000343F68D0 disp+work!list_patt_look [scpatte.c (5682)] | |0000000001FD9250 0000000140D90996 0000000000000000 disp+work!list_patt [scpatte.c (5476)] | |0000000001FD9AA0 0000000140D92364 00000000343F68D0 disp+work!patt_look [scpatte.c (5101)] | |0000000001FD9C60 0000000140F6093E 000007FE579BE5B0 disp+work!sc_patte [scpatte.c (4940)] |

|0000000001FEF280 0000000140C48861 000007FE000017CF disp+work!rs_expan_abap [rsabap31.c (65554)] |

|0000000001FEF2C0 0000000140CC732F 0000000001FEF340 disp+work!sc_expan [rsyn6.c (2311)] | |0000000001FEF5A0 0000000140CC8042 0000000067A3AFEF disp+work!parse [rsyn4.c (1836)] | |0000000001FEF600 0000000140CC6A1B 0000000000000000 disp+work!checkStatement [rsyn4.c (827)] | |0000000001FEF6A0 0000000140C3F80B 0000000000000001 disp+work!sc_check [rsyn4.c (496)] | |0000000001FEFFF0 0000000140F41B88 000000000000007C disp+work!sc_inclu [rsyn31.c (1758)] |

|0000000002005610 0000000140C48861 000000010000007C disp+work!rs_expan_abap [rsabap31.c (65554)] |

|0000000002005650 0000000140CC74F3 00000000020056D0 disp+work!sc_expan [rsyn6.c (2311)] | |0000000002005930 0000000140CC8042 00000000A663C79C disp+work!parse [rsyn4.c (1836)] | |0000000002005990 0000000140CC6A1B 0000000000000000 disp+work!checkStatement [rsyn4.c (827)] | |0000000002005A30 0000000140C3F80B 0000000000000001 disp+work!sc_check [rsyn4.c (496)] | |0000000002006380 0000000140F41B88 000000000000007C disp+work!sc_inclu [rsyn31.c (1758)] |

|000000000201B9A0 0000000140C48861 000007FE0000007C disp+work!rs_expan_abap [rsabap31.c (65554)] |

|000000000201B9E0 0000000140CC74F3 0020002000000000 disp+work!sc_expan [rsyn6.c (2311)] | |000000000201BCC0 0000000140CC8042 000007FEEE258FD8 disp+work!parse [rsyn4.c (1836)] | |000000000201BD20 0000000140CC6A1B 0000000000000000 disp+work!checkStatement [rsyn4.c (827)] | |000000000201BDC0 0000000140CC8A8E 0000000000000001 disp+work!sc_check [rsyn4.c (496)] | |000000000201BE00 0000000140C34143 0000000000000005 disp+work!sc_checkStart [rsyn4.c (305)] | |000000000201C590 000000014047B73F 0000000000000000 disp+work!cg_generate [cgmain2.c (963)] | |000000000201C670 00000001402AEDA1 0000000000000041 disp+work!ab_gabap [abgen.c (2044)] | |0000000002020070 000000014047C562 0000000000000000 disp+work!dy_gen_abap [dynpabsv.c (423)] | |0000000002022ED0 00000001407676EC 0000000000000001 disp+work!ab_genprog [abgen.c (1715)] | |0000000002022FA0 0000000140767FB4 000000000000BABA disp+work!newload [abload1.c (349)] |

|0000000002022FD0 00000001407681CE 000000000000000E disp+work!ab_LoadProgOrTrfo [abload1.c (159)] |

|0000000002023000 00000001407AC248 00000001430EA890 disp+work!ab_LoadProg [abload1.c (94)] | |00000000020231A0 00000001404D7140 000007FFF8607860 disp+work!ab_link [ablink.c (416)] | |0000000002028B40 000000014048D491 0000000000000097 disp+work!ab_jfunc [abfunc.c (688)] | |0000000002028CC0 00000001405047A0 00000000000004E0 disp+work!ab_extri [abextri.c (729)] | |0000000002028D10 0000000140504F66 0000000000000000 disp+work!ab_xevent [abrunt1.c (336)] | |0000000002028DA0 00000001404DF339 00000001000003C7 disp+work!ab_trigg [abrunt1.c (60)] | |0000000002028E30 00000001402D93E2 000007FE00000020 disp+work!ab_run [absubmit.c (511)] | |0000000002028FE0 00000001402DE04F 0000000000000000 disp+work!dynpmcal [dymainstp.c (2717)] | |0000000002029070 00000001402DD27B 0000000000000013 disp+work!dynppai0 [dymainstp.c (1348)] | |0000000002029140 0000000140293DF2 0020002000200020 disp+work!dynprctl [dymainstp.c (470)] | |000000000202F3A0 000000014010C9B7 0000000000000000 disp+work!dynpen00 [dymain.c (1973)] | |000000000202FE70 000000014010D1BC FFFFFFFFFFFFFFFE disp+work!TskhLoop [thxxhead.c (4827)] | |000000000202FED0 000000014002DB7C 0000000002441C68 disp+work!ThStart [thxxhead.c (1166)] | |000000000202FF10 00000001400010B1 FFFFFFFF00000003 disp+work!DpMain [dpxxdisp.c (1133)] | |000000000202FF40 0000000141B32150 0000000002030000 disp+work!nlsui_main [thxxanf.c (80)] |

|000000000202FF70 0000000077D5964C 0000000000000000 disp+work!__tmainCRTStartup [crtexe.c (594)] |

|000000000202FFA0 0000000000000000 00000001400010F0 kernel32!BaseProcessStart | |State Dump for Thread Id e38 | |0000000009B9FE00 0000000077D5F691 0000000000000000 ntdll!NtFsControlFile | |0000000009B9FE70 0000000141A0FD2F FFFFFFFFFFFFFFFE kernel32!ConnectNamedPipe | |0000000009B9FF10 00000000781337D7 00000000023F35E0 disp+work!SigIMsgFunc [signt.c (717)] | |0000000009B9FF40 0000000078133894 00000000781E95C0 MSVCR80!endthreadex | |0000000009B9FF70 0000000077D6B6DA 0000000077D6B6A0 MSVCR80!endthreadex | |0000000009B9FFA0 0000000000000000 0000000000000000 kernel32!BaseThreadStart |

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

Regards,

Rohit