Hi friends,
I have a requirement -
There are 12 columns in the output. The first column has customer nos. Now the if the preceding customer no. is same as the previous on,then it should not be displayed.
eg: My values are
A AG BG
A DF SD
A ER GH
B FG TH
B SD JK
C WE RT
The ALV output should be :
A AG BG
DF SD
ER GH
B FG TH
SD JK
C WE RT
Can i handle this thru the function module. I am using ALV Grid display... I dont want to handle this in the internal table, since i may need to do sub totlas later.
any suggestions?
Regads,
M..