cancel
Showing results for 
Search instead for 
Did you mean: 

HELP -WebDynpro ABAP – Execute ABAP report variant and Dynamic ALV / Control Variant by user/ Right Click to Approve/Reject Data

0 Kudos

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.

  1. Control variant visibility by user ( custom table)
    1. Allow right mouse click on ALV grid with additional approve/reject
      functionality.
    2. Ability to select and process one or multiple rows at any time.

Example –

  1. Mr. A is in custom able.
    1. 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.
    2. On Approve/reject action, Webdynpro ABAP should be able to capture
      selected rows and process them.

Anybody have any suggestions?

Thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member199126
Participant
0 Kudos

Abu,

I believe there is no right click handling in ALV WDA. Instead you can have the ALV toolbar button created and make the user click the "Approve or Reject" button.  You can also hide the Approve/Reject button whenever the specific role is not assigned to the user.

Thanks,

Karthik