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

alv - short dump

Former Member
1,353

Hi Experts,

I created an alv report.

In when ever i select a quanty colum and click on the button SUM(above the grid display) its going to short dump.

even i select the property fieldcat-do_sum = 'X'. happens same.

Thanks..

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
1,310

Check your data declaration for the quantity field.

Post the specific dump which you are getting which will help to identify the problem easily.

Hi Experts,

I created an alv report.

In when ever i select a quanty colum and click on the button SUM(above the grid display) its going to short dump.

even i select the property fieldcat-do_sum = 'X'. happens same.

Thanks..

10 REPLIES 10
Read only

Former Member
0 Likes
1,310

What does the dump say??

Regards

Abhii

Read only

GauthamV
Active Contributor
0 Likes
1,311

Check your data declaration for the quantity field.

Post the specific dump which you are getting which will help to identify the problem easily.

Read only

Former Member
0 Likes
1,310

The current appliction program detected asituation which really should not occur. therefore, a termination with a shor dump

was triggered

Read only

Former Member
0 Likes
1,310

on purpose by the key word X.

message type_X it mean is sytem related error?

Read only

Former Member
0 Likes
1,310

There will be a message number and class with the dump. What are they?

Rob

Read only

Former Member
0 Likes
1,310

There could be many reason to give that types of dump.

What you can do : go to ST22, from there you can navigate to debugger and see that what is causing for the error.

Read only

Former Member
0 Likes
1,310

MESSAGE_TYPE_X" " "

SAPLSLVC" or "LSLVCF36"

FILL_DATA_TABLE"

message x000(0k).

Read only

Former Member
0 Likes
1,310

This is definately a problem with the field catalog. Check each and every line of your field catalog for inconsistencies. It will surely solve the issue.

pk

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,310

Perform the [Consistency Check|http://help.sap.com/saphelp_crm40/helpdata/en/d6/23253963143e6ae10000000a11402f/content.htm] on the ALV.

Further details on ALV Consistency check read Rainer's blog: [http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/15961] [original link is broken] [original link is broken] [original link is broken];

BR,

SUhas

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,310

make sure you have filled the fieldcatalaouge properly

pass fieldcatalouge property datatype = QUAN to that particular field.

Also check whether you have correclty named each field while populating the field catalouge.