Skip to Content
0
Apr 16, 2014 at 08:23 AM

logic inside internal table

33 Views

hello all,

i have a requirement like this,

there are two select statements like below

select * from IFLO appending corresponding fields of table it_itab_33kv

where begru eq '006F' and fltyp eq '6'.

select * from IFLO appending corresponding fields of table it_itab_33kv

where begru eq '004F' and fltyp eq '4'.

i wanted to do some thing like this in my ALV report

serno cost center cost center name no:of 33kv substations no:of 11kv feeders


1 0402120401 xxxxx 2 1

2 0402120301 xxxxx 1 3

3 0402120201 xxxxx 3 2

cost center wise i need to aggregate this,

how do i write my logic in internal table....

suggest me some ways....

thankq