Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Generate a pop up with checkboxes dynamically

Former Member
0 Likes
424

In screen 1000 we enter the employee code.

The employee code comes from a custom defined db table.

For each employee code there are certain activities associated with it. The contents of the custom defined table are as follows:

grp1 act1

grp1 act2

grp1 act3

grp1 act11

grp1 act5

grp1 act6

grp2 act7

grp2 act8

grp3 act9

grp3 act10

grp3 act12

grp4 act4

grp4 act1

I need to generate a pop up screen (after validating the employee group in the first screen) that shows only those activities associated with that particular employee group. Against each activity there needs to be a checkbox.

In screen 1000 we enter the employee code.

The employee code comes from a custom defined db table.

For each employee code there are certain activities associated with it. The contents of the custom defined table are as follows:

grp1 act1

grp1 act2

grp1 act3

grp1 act11

grp1 act5

grp1 act6

grp2 act7

grp2 act8

grp3 act9

grp3 act10

grp3 act12

grp4 act4

grp4 act1

I need to generate a pop up screen (after validating the employee group in the first screen) that shows only those activities associated with that particular employee group. Against each activity there needs to be a checkbox.

1 REPLY 1
Read only

Former Member
0 Likes
400

you can use the function REUSE_ALV_POPUP_TO_SELECT , here you get the checkbox to select the data.