‎2008 Dec 15 9:37 AM
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,
‎2008 Dec 15 9:41 AM
give in your field catalog qfieldname = 'your quantity field'
data: wa_fieldcat type slis_fieldcat_alv.
wa_fieldcat-qfieldname = ''.