Hallo,
Internal Table = A | B | C | D
I have an internal table, I fill few fields of it in one form routine lets say field A, B, C, and D is filled.
Then same internal table later I used in another form routine, and filled fields only A and B, but when I display the records in ALV grid, ( the c and d which actually I have not filled in second form routine, also been shown with the value filled in 1st form routine..
WHY.....? any one knows the reason, and how to cope with that, I mean I can simply create a new internal table which can be used in second form routine and append to 1st internal table, but just woundring if there is any shorter solution exists to this problem π