Hi Experts,
i just declared w_count type i which i declared for count the rows in internal table and in one of the subroutine i have counted the rows using describe table. Upto here i got the count correctly.
Now my problem is when i want to show this count in header part using alv report iam getting error as w_count should be declared in character-type and i also used a variable as w_cnt in the subroutine of top-of-page as a string type and also tried as character type to avoid this problem and i made w_cnt=w_count but at output iam getting the count as 0 instead of getting the correctly one.
so how should i declare this to get the solution.
Please let me know the solution for this as soon as possible.
regards
aadi