‎2009 Nov 23 11:46 AM
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.
‎2009 Nov 23 11:50 AM
Hi
Check with function module DYNP_VALUES_UPDATE
Regards
Srilaxmi
‎2009 Nov 23 11:59 AM
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