Hi,
under table column in smartfroms i want to display data like this
role(vbrp-zprs_role) | hours(vbrp-fkimg) | |
j1 | 90(80+10) | |
j3 | 20 |
but now in column it shows like below
role(vbrp-zprs_role) | hours(vbrp-fkimg) |
j1 | 80 |
j1 | 10 |
j3 | 20 |
my logic is here
select
fkimg
posnr
zprs_role
from vbrp into corresponding fields of table it_tab
where vbeln = wa_vbrp-vbeln.
sort it_tab by zprs_role.