cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime error while doing ME21N and ME23N

Former Member
0 Kudos

Dear All Expert,


I am facing problem while doing ME21N and ME23N,


Please find the below Runtime Error.

Short text
   Syntax error in program "SAPLIPW1 ".

What happened?
   Error in the ABAP Application Program

   The current ABAP program "SAPLSUBCON" had to be terminated because it has
   come across a statement that unfortunately cannot be executed.

   The following syntax error occurred in program "SAPLIPW1 " in include "LIPW1F36
    " in
   line 286:
   "The column name "EQUNR" is unclear ."
   " "
   " "
   " "

   The include has been created and last changed by:
   Created by: "SAP "
   Last changed by: "SAP "
   Error in the ABAP Application Program

   The current ABAP program "SAPLSUBCON" had to be terminated because it has
   come across a statement that unfortunately cannot be executed.

What can you do?
   Please eliminate the error by performing a syntax check
   (or an extended program check) on the program "SAPLIPW1 ".
   You can also perform the syntax check from the ABAP Editor.

   If the problem persists, proceed as follows:
   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
   The following syntax error was found in the program SAPLIPW1 :
   "The column name "EQUNR" is unclear ."
   " "
   " "
   " "

How to correct the error
   Probably the only way to eliminate the error is to correct the program.
   -
   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 701

   Application server... "dlces1005"
   Network address...... "10.254.161.170"
   Operating system..... "Windows NT"
   Release.............. "5.2"
   Hardware type........ "2x AMD64 Level"
   Character length.... 16 Bits
   Pointer length....... 64 Bits
   Work process number.. 0
   Shortdump setting.... "full"

   Database server... "DLCES1005"
   Database type..... "MSSQL"
   Database name..... "NW7"
   Database user ID.. "nw7"

   Terminal.......... "CDC310952"

   Char.set.... "C"

   SAP kernel....... 701
   created (date)... "May 23 2010 23:47:17"
   create on........ "NT 5.2 3790 Service Pack 2 x86 MS VC++ 14.00"
   Database version. "SQL_Server_8.00 "

   Patch level. 94
   Patch text.. " "

   Database............. "MSSQL 7.00.699 or higher, MSSQL 8.00.194"
   SAP database version. 701
   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.... 16192
   EM...... 20949200
   Heap.... 0
   Page.... 65536
   MM Used. 9794464
   MM Free. 2771984

User and Transaction

   Client.............. 800
   User................ "JIE.ZHANG"
   Language key........ "J"
   Transaction......... "ME23N "
   Transactions ID..... "59C7E2E16642F1E2A5160013725619D7"

   Program............. "SAPLSUBCON"
   Screen.............. "SAPLMEGUI 0014"
   Screen line......... 22

Information on where terminated
   Termination occurred in the ABAP program "SAPLSUBCON" - in
    "ADSUB_GET_ITEM_ANZSN".
   The main program was "RM_MEPO_GUI ".

   In the source code you have the termination point in line 26
   of the (Include) program "LSUBCONU12".

Source Code Extract

Line   SourceCde

     1   FUNCTION ADSUB_GET_ITEM_ANZSN .
     2   *"----------------------------------------------------------------------
     3   *"*"Local Interface:
     4   *"  IMPORTING
     5   *"     REFERENCE(IV_EBELN) TYPE  EBELN OPTIONAL
     6   *"     REFERENCE(IV_EBELP) TYPE  EBELP OPTIONAL
     7   *"     REFERENCE(IV_BNFPO) TYPE  BNFPO OPTIONAL
     8   *"  EXPORTING
     9   *"     REFERENCE(EV_ANZSN) TYPE  ANZSN
    10   *"  EXCEPTIONS
    11   *"      EX_NO_PO_FOUND
    12   *"      EX_NO_SERIAL_DATA_INFO
    13   *"----------------------------------------------------------------------
    14
    15     DATA: ls_serob    TYPE rserob,
    16           lt_sernos   TYPE TABLE OF rserob.
    17
    18   * PReq field status modifications implemented in LMEREQF04 class methods
    19
    20     IF iv_ebelp IS NOT INITIAL.
    21
    22       ls_serob-taser = cl_adsub_constants=>dbtab_po_serials.
    23       ls_serob-ebelp = iv_ebelp.
    24       ls_serob-ebeln = iv_ebeln.
    25
>>>>>       CALL FUNCTION 'GET_SERNOS_OF_DOCUMENT'
    27         EXPORTING
    28           key_data            = ls_serob
    29         TABLES
    30           sernos              = lt_sernos
    31         EXCEPTIONS
    32           key_parameter_error = 1
    33           no_supported_access = 2
    34           no_data_found       = 3.
    35
    36       DESCRIBE TABLE lt_sernos LINES ev_anzsn.
    37
    38       IF SY-subrc <> 0.
    39         RAISE ex_no_serial_data_info.
    40       ENDIF.
    41
    42     ELSE.
    43       RAISE ex_no_po_found.
    44     ENDIF.
    45

Contents of system fields

Name     Val.

SY-SUBRC     0
SY-INDEX     0
SY-TABIX     0
SY-DBCNT     0
SY-FDPOS     3
SY-LSIND     0
SY-PAGNO     0
SY-LINNO     1
SY-COLNO     1
SY-PFKEY     NORMAL
SY-UCOMM     MEOK
SY-TITLE     購買発注照会
SY-MSGTY     E
SY-MSGID     AM
SY-MSGNO     010
SY-MSGV1
SY-MSGV2
SY-MSGV3
SY-MSGV4
SY-MODNO     1
SY-DATUM     20120810
SY-UZEIT     164253
SY-XPROG     SAPLME08
SY-XFORM     CONVERSION_EXIT

Active Calls/Events

No.   Ty.      Program            Include       Line
    Name

    33   FUNCTION      SAPLSUBCON            LSUBCONU12          26
    ADSUB_GET_ITEM_ANZSN
    32   FUNCTION      SAPLSUBCON            LSUBCONU12          26
    ADSUB_GET_ITEM_ANZSN
    31   METHOD      SAPLMEPO            ADSUB_LMEPOF8D================E          36
    LCLFS_MMMFD_TYPE_OF_SUBCON=>LIF_FIELD_SEL~EXECUTE
    30   FORM      SAPLMEPO            LMEPOF2S         305
    FIELD_SELECTION_2
    29   FORM      SAPLMEPO            LMEPOF2T         183
    FIELD_SELECTION
    28   METHOD      CL_PO_ITEM_HANDLE_MM==========CP            CL_PO_ITEM_HANDLE_MM==========CM00X          18
    CL_PO_ITEM_HANDLE_MM=>IF_FIELDSELECTION_MM~FS_GET
    27   METHOD      CL_MODEL_VIEW_MM==============CP            CL_MODEL_VIEW_MM==============CM00P          46
    CL_MODEL_VIEW_MM=>FS_GET
    26   METHOD      CL_MODEL_VIEW_MM==============CP            CL_MODEL_VIEW_MM==============CM00F          37
    CL_MODEL_VIEW_MM=>SET_MODEL
    25   METHOD      CL_MODEL_VIEW_MM==============CP            CL_MODEL_VIEW_MM==============CM00H          14
    CL_MODEL_VIEW_MM=>SUBJECT_CHANGED
    24   METHOD      CL_BASIC_MODEL_VIEW_MM========CP            CL_BASIC_MODEL_VIEW_MM========CM008          10
    CL_BASIC_MODEL_VIEW_MM=>SUBJECT_CHANGED
    23   METHOD      SAPLMEGUI            AD_S2K_SUB_LMEGUICJZ==========E         158
    LCL_1339_VIEW_MM=>SUBJECT_CHANGED
    22   METHOD      CL_SCREEN_VIEW_MM=============CP            CL_SCREEN_VIEW_MM=============CM00J           3
    CL_SCREEN_VIEW_MM=>IF_OBSERVER_MM~HANDLE_SUBJECT_CHANGED
    21   METHOD      SAPLMEGUI            LMEGUICIK          52
    LCL_PO_ITEM_DETAIL_VIEW=>SUBJECT_CHANGED
    20   METHOD      CL_SCREEN_VIEW_MM=============CP            CL_SCREEN_VIEW_MM=============CM00J           3
    CL_SCREEN_VIEW_MM=>IF_OBSERVER_MM~HANDLE_SUBJECT_CHANGED
    19   METHOD      CL_MODEL_VIEW_MM==============CP            CL_MODEL_VIEW_MM==============CM00F          35
    CL_MODEL_VIEW_MM=>SET_MODEL
    18   METHOD      CL_TABLE_VIEW_MM==============CP            CL_TABLE_VIEW_MM==============CM00Z           6
    CL_TABLE_VIEW_MM=>SET_MODEL
    17   METHOD      SAPLMEGUI            LMEGUICIM         366
    LCL_PO_ITEM_TABLE_VIEW=>SET_MODEL
    16   METHOD      SAPLMEGUI            LMEGUICIM        1423
    LCL_PO_ITEM_TABLE_VIEW=>SUBJECT_CHANGED
    15   METHOD      CL_SCREEN_VIEW_MM=============CP            CL_SCREEN_VIEW_MM=============CM00J           3
    CL_SCREEN_VIEW_MM=>IF_OBSERVER_MM~HANDLE_SUBJECT_CHANGED
    14   METHOD      SAPLMEGUI            LMEGUICJK         284
    LCL_DOCUMENT_VIEW=>IF_MODEL_HOLDER_MM~SET_MODEL
    13   METHOD      SAPLMEGUI            LMEGUICJF        1613
    LCL_APPLICATION=>RESET_VIEWS
    12   METHOD      SAPLMEGUI            LMEGUICJF         844
    LCL_APPLICATION=>OTHER_DOCUMENT
    11   METHOD      SAPLMEGUI            LMEGUICJL          58
    LCL_DOCUMENT_CMD=>IF_COMMAND_MM~EXECUTE
    10   METHOD      CL_COMMAND_PROCESSORS_MM======CP            CL_COMMAND_PROCESSORS_MM======CM002           7
    CL_COMMAND_PROCESSORS_MM=>IF_COMMAND_MM~EXECUTE
     9   METHOD      CL_CONTROLLER_MM==============CP            CL_CONTROLLER_MM==============CM002           5
    CL_CONTROLLER_MM=>EXECUTE
     8   METHOD      CL_COMPOSITE_SCREEN_VIEW_MM===CP            CL_COMPOSITE_SCREEN_VIEW_MM===CM008           8
    CL_COMPOSITE_SCREEN_VIEW_MM=>EXECUTE
     7   METHOD      CL_COMPOSITE_SCREEN_VIEW_MM===CP            CL_COMPOSITE_SCREEN_VIEW_MM===CM008          10
    CL_COMPOSITE_SCREEN_VIEW_MM=>EXECUTE
     6   METHOD      CL_WINDOW_MM==================CP            CL_WINDOW_MM==================CM005          21
    CL_WINDOW_MM=>HANDLE_EVENT
     5   MODULE (PAI)      SAPLMEGUI            LMEVIEWSF01         277
    FCODE_EXIT
     4   FORM      SAPLMEGUI            LMEVIEWSF01          20
    CALL_SCREEN
     3   METHOD      CL_WINDOW_MM==================CP            CL_WINDOW_MM==================CM004          17
    CL_WINDOW_MM=>SEND
     2   FUNCTION      SAPLMEGUI            LMEGUIU04         264
    MEGUI_MAINTAIN
     1   EVENT      RM_MEPO_GUI            RM_MEPO_GUI          24
    START-OF-SELECTION

Please help me to resolve the issue.

Thanks & Regards

jie.zhang

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks to all

JL23
Active Contributor
0 Kudos

had you read everything what you posted?

e.g this important part:

How to correct the error

   Probably the only way to eliminate the error is to correct the program.

   -

   If you cannot solve the problem yourself and want to send an error

   notification to SAP

instead of posting such huge logfile you should better focus on giving some background information.  did you recently do a upgrade? did it work yesterday?

an error does not come up by itself, something must have been changed. if you had e.g. no error yesterday, then you can lookup the tranport system to see which changes got transported to your system in the meantime

Former Member
0 Kudos

Hi,

There is an issue while accessing the data from the functional module 'GET_SERNOS_OF_DOCUMENT'. related to serial numbers. Check with abaper for any changes had happened.

Regards.

BK

Former Member
0 Kudos

HI Jie,

This is a functional forum for MM, and the dump error which you have mentioned is a technical one. So, kindly move the query to the following forum, so that your issue can be looked by the right people.

http://scn.sap.com/community/abap

/Manoj