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

problem with OOPS ALV

Former Member
0 Likes
275

hi experts,

I am trying to sum for all the quantity fields in my ALV report using SORT and DOSUM property in fieldcatalog. but the sum is not coming. and if i give reference table and fieldname in the fieldcat of quantity field it is displaying as ***** in the ouput for that column and it is not coming. and if i do the sum by right clicking on the particular column it is going to SHORT DUMP. and the error line is in the standard code. will any one solve my problem.

thnaks in advance,

1 REPLY 1
Read only

Former Member
0 Likes
251

give in your field catalog qfieldname = 'your quantity field'

data: wa_fieldcat type slis_fieldcat_alv.

wa_fieldcat-qfieldname = ''.