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

refine selection with second selection screen (checkboxes)

Former Member
0 Likes
445

Hello

I wrote a simple report which saves profiles based on a first selection screen in an itab and than calls a function module with the itab as import parameter.

Now i want to insert a additional step:

I want to create another selection screen where you see the profiles (the result of the first selection) as a kind of checkbox or something like this so you can refine the selection (and for example deselect some profiles).

And then i want to execute the function module only with the profiles which are still selected.

Hope you understand what i mean

Thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
407

Hi

Check with function module DYNP_VALUES_UPDATE

Regards

Srilaxmi

Read only

RaymondGiuseppi
Active Contributor
0 Likes
407

Just create a dynpro with either a table control or an ALV grid to display the selected records, there the user will be able to select/deselect individual records before the call of the FM.

Look for samples via transactions SE83, DEMO_TRANSACTIO, DEMO_SCREEn_FLOW, DWDM, etc. or using the search tool of sdn (look for sample in forum/threads or wiki/code gallery)

Regards,

Raymond