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

abap

Former Member
0 Likes
364

Dear ALL,

I have done a basic alv report in the output by default the column is getting computed and the summation icon is not displayed in the Application button bar. and even in the menu it is disabled

Could any one help me to resolve this issue.

Regards

Guhapriyan Subrahmanyam

1 ACCEPTED SOLUTION
Read only

Lakshmant1
Active Contributor
0 Likes
326

Hi Guhapriyan,

Are there any fields in the internal table which has datatype Integer,Packed,Decimal..etc. The summation icons will get displayed only if there are any compuations fields.

Thanks

Lakshman

2 REPLIES 2
Read only

Lakshmant1
Active Contributor
0 Likes
327

Hi Guhapriyan,

Are there any fields in the internal table which has datatype Integer,Packed,Decimal..etc. The summation icons will get displayed only if there are any compuations fields.

Thanks

Lakshman

Read only

andreas_mann3
Active Contributor
0 Likes
326

Hi,

values in amount/qty. -columns have not the correct format:

type p (e.g.: amount-> BSEG-WRBTR, qty-> BSEG-MENGE)

regards Andreas