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 the got the count.
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 to avoid this problem and i i made w_cnt=w_count but iam not getting the count correctly.
Please let me know the solution for this as soon as possible.
regards
aadi