Good afternoon fellow developers,
TGIF.We have a WebDynpro ABAP application, using which execute ABAP report in
the background variant and dynamically creating an ALV grid to present
data using WebDynpro. It has been working great.
We have new requirements from business for specifics users
controlled via custom table. We would like to enable features below.
- Control variant visibility by user ( custom table)
- Allow right mouse click on ALV grid with additional approve/reject
functionality. - Ability to select and process one or multiple rows at any time.
- Allow right mouse click on ALV grid with additional approve/reject
Example –
- Mr. A is in custom able.
- Mr. A should able to see variant “Approve”, and when scroll
down 200+ rows of ALV grid. Mr. A should be able to select one or
multiple rows , and right click to approve/reject data. - On Approve/reject action, Webdynpro ABAP should be able to capture
selected rows and process them.
- Mr. A should able to see variant “Approve”, and when scroll
Anybody have any suggestions?
Thank you.