Skip to Content
0
Former Member
Nov 23, 2008 at 12:44 PM

Field in ALV not getting populated

31 Views

Hi all,

I need some help. I am displaying an ALV with fields.

GROUP G/L ACCOUNT Local currency USD Period

100 10 5 5 12

100 11 6 4 12

now i have added an extra field TXT20 in the as last field of structure

GROUP G/L ACCOUNT Local currency USD Period TXT

100 10 5 5 12 aa

100 11 6 4 12 ab

TXT should come as 3rd coloumn in the output.

EXAMPLE:

GROUP G/L ACCOUNT TXT Local currency USD Period

100 10 aa 5 5 12

100 11 ab 6 4 12

I have changed the coloumn positions in the field catalog accordingly and I have not written or changed any select queries from earlier output.

now my problem is PERIOD field is not getting populated in the ALv,the data is visible in the IT_FINAL which I am passing to Reuse_alv_grid_display. the field catalog is also getting build properly.

so plz suggest some changes so that I can move ahead.