Hi Experts ,
I am using alv grid in my report. In the output .. my field have long text and the text is chopped. what should i do to see full text in my output.
How to do subtotals in my report. i have used the form for the subtotals. but its not working. is anything am doing wrong... please help me.
FORM sub_total CHANGING
p_total TYPE any
p_subtot_text TYPE slis_subtot_text.
IF p_subtot_text-criteria = 'WRBTR'.
p_subtot_text-display_text_for_subtotal = 'Plant level total'(010).
ENDIF.
ENDFORM. " sub_total
Regards,
sirish
Correct answers will be rewarded with full points.