I have an editable ALV buttons (via status gui
), SAVE
, REFRESH
, and HISTORICAL
.
I don't have any problem with save
and refresh
, but in historical
i would like to show via popup an itab, but this itab needs to be editable or at least have any button to update changes.
It's important not to use a custom dynpro
in this case. So, is there any FM to fill that requirements?
Thanks!
Edit:
Ok, it seems i will have to use a table control
via dynpro
.
I leave the issue unresolved to post my solution when I have it done