cancel
Showing results for 
Search instead for 
Did you mean: 

VL02N dump Program SAPFV50P line 89

former_member239066
Participant
0 Kudos

Hello Experts,

We got a dump while modifying a delivery on VL02N in program SAPFV50P at line 89. We are not being able to identify why we got the dump. Can you please help?

Thanks,

Vitish.

bmki
Explorer
0 Kudos

Dear Vitish,

Can you please be more specific on the dump you are getting.

Thanks

Kiran

former_member239066
Participant
0 Kudos

Hello Kiran Kumar BM,

We got the dump in the include program FV50PFLP_LIPS_BEARBEITEN:

SPAN { font-family: "Courier New"; font-size: 10pt; color: #000000; background: #FFFFFF; } .L0S31 { font-style: italic; color: #808080; } .L0S32 { color: #3399FF; } .L0S52 { color: #0000FF; } .L0S55 { color: #800080; } .L0S70 { color: #808080; }

*---------------------------------------------------------------------*
* Ist schon eine Position zu dieser Positionsnummer da, prüfe ob *
* die Änderung in der richtigen Zeile durchgefuehrt wurde ? *
* Diese Prüfung erfolgt nicht im Sammelgang, da es hier zurecht *
* mehrere Positionen mit derselben Nummer geben kann *
*---------------------------------------------------------------------*
IF v50agl-sammelgang NE charx AND v50agl-mult EQ space. "n_520457
READ TABLE ilips WITH KEY lips-posnr BINARY SEARCH.
IF sy-subrc = 0.
IF slips-tabix NE ilips-tabix.
* At this point the item processing is terminated because a
* correct result can not be expected
IF xlips_loeschen EQ space.
MESSAGE x338 WITH lips-posnr ilips-tabix slips-tabix.
ENDIF.
CLEAR lips.
EXIT.
ENDIF.
ENDIF.
ENDIF.

Dump on line MESSAGE x338 WITH lips-posnr ilips-tabix slips-tabix.

Regards,

Vitish

Accepted Solutions (0)

Answers (1)

Answers (1)

JL23
Active Contributor
0 Kudos

Here is a good blog that explains how to read and understand a dump and what you shall do: https://blogs.sap.com/2013/11/14/abap-dumps/

You did not bother to explain what you actually "modify" in your delivery, however, knowing briefly the process makes it much easier to give a suitable answer. the less info a question provides the more generic is the answer and the more work you have to invest yourself.

I can just tell you to read the blog, to read your dump, to search for OSS notes based on the given hints in the note, based on the error message VL338 from the line where you get your dump.

former_member239066
Participant
0 Kudos

Thanks for your reply.

I did not modify the delivery. A user did the modification and he is not able to reproduce the dump. We are trying to find out what he did to get the dump.