Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Run time erroe / program SAPLSLVC ,Include LSLVCF36

Former Member
0 Likes
1,607

Hi,

runtime error has occured and below is the trigger location.

Program SAPLSLVC

Include LSLVCF36

Row 2.734

Module type (FORM)

Module Name FILL_DATA_TABLE

Pls note that

A) It is running successfully in Dev server but giving dump in Quality.

What i Performed

1. I have added a column in z report.

2. While seeing output i made change in change layout. (Ctrl+f8)

made a default layout and somehow overwrite it to default1 (existing layout).

now while doing total of any column(price, quantity ) it is showing error message

' a termination with a short dump was triggered on purpose by the key word MESSAGE (type X).'

Pls note

at row 2734 value of sy-subrc is coming 4.

Pls suggest.

Regards,

Hi,

runtime error has occured and below is the trigger location.

Program SAPLSLVC

Include LSLVCF36

Row 2.734

Module type (FORM)

Module Name FILL_DATA_TABLE

Pls note that

A) It is running successfully in Dev server but giving dump in Quality.

What i Performed

1. I have added a column in z report.

2. While seeing output i made change in change layout. (Ctrl+f8)

made a default layout and somehow overwrite it to default1 (existing layout).

now while doing total of any column(price, quantity ) it is showing error message

' a termination with a short dump was triggered on purpose by the key word MESSAGE (type X).'

Pls note

at row 2734 value of sy-subrc is coming 4.

Pls suggest.

Regards,

2 REPLIES 2
Read only

Former Member
0 Likes
983

Dear Mayank,

This dump generally appears, if there is even a minor difference between the internal tables fields and the fields used in Catalog list. It may be a spelling mistake too (can say carele3ss mistake).

The only way to resolve this problem is to comment all the field catalog and start displaying one by one field by removing comments and keep executing the report.

or copy all fields one by one from internal to field catalog and re-creating the field catalog.

Job is bit time consuming but It will surely work.

Regds,

Anil

Read only

0 Likes
983

check your field catalog in debug mode. this will give you a proper solution and proper place where exactly you are going wrong.

must be some thing wrong with field catalog.