cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP DUMP DURING VL01N

Former Member
0 Kudos

Dear All,

When I am doing VL01N IN IDEAS system i am getting the abap dump.

It says that "Syntax error in program "SAPLV50A ".

Error in the ABAP Application Program

The current ABAP program "SAPMV50A" had to be terminated because it has

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program "SAPLV50A " in include "LV50A$03

" in

line 5:

"Unable to interpret "OPTIONAL". Possible causes: Incorrect spelling or"

" comma error."

" "

" "

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 "SAPMV50A" had to be terminated because it has

come across a statement that unfortunately cannot be executed.

Can Anyone help me to solve this issue?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

Did you try to incorporate any kind of enhancement for delivery? If not then you will need to search for some OSS notes. But manual implementation OSS is tough in IDES.

Regards,

SAM

Former Member
0 Kudos

Hi All,

Let me post the error analysis more clearly

Information on where terminated

Termination occurred in the ABAP program "SAPMV50A" - in "VBAP_C_AUFBAUEN".

The main program was "SAPMV50A ".

In the source code you have the termination point in line 685

of the (Include) program "MV50AFDB".

Source Code Extract

Line SourceCde

655 ENDSELECT.

656 cvbap = help_vbap.

657 ENDIF.

658

659 SORT cvbap BY vbeln posnr.

660

661 ENDFORM. "vbap_select_single

662 *eject

663

664 ----


665 * FORM VBAP_C_AUFBAUEN *

666 ----


667 * Die interne Tabelle CVBAP wird aus der Datenbank-Tabelle *

668 * VBAP aufgebaut. *

669 ----


670

671 FORM vbap_c_aufbauen.

672

673 FIELD-SYMBOLS: <ls_vbak> TYPE vbak.

674

675 * CVBAP = VBAP.

676 MOVE-CORRESPONDING vbap TO cvbap.

677

678 IF cvbak-vbeln EQ vbap-vbeln.

679 ASSIGN cvbak TO <ls_vbak>.

680 ELSE.

681 READ TABLE cvbak ASSIGNING <ls_vbak>

682 WITH KEY vbeln = vbap-vbeln.

683 ENDIF.

684 IF <ls_vbak> IS ASSIGNED.

>>>>> CALL FUNCTION 'SHP_FILL_DYN_PART_XVBAP'

686 CHANGING

687 cs_vbap = cvbap

688 is_vbak = <ls_vbak>

689 EXCEPTIONS

690 internal_error = 1

691 wrong_call = 2

692 OTHERS = 3

693 .

694 IF sy-subrc <> 0.

695 * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO

696 * WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.

697 ENDIF.

698 ENDIF.

699

700 APPEND cvbap.

701

702 ENDFORM. "vbap_c_aufbauen

703 *eject

704

I hope it will give more idea to analyse the issue

Former Member
0 Kudos

hi

check out the below said SAP Notes.

1456262 Short dump when you create inbound delivery from IDoc 26.04.2010

109640 RIS set up o.stat.data prchasng:TABLE_INVALID_INDEX 12.07.1998

93771 Creating a delivery: TABLE_INVALID_INDEX