Application Development 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: 

FREE_SELECTIONS_INIT defining blocks on selection-screen.

Former Member
0 Kudos

Hi,

is it possible to define blocks on selection-screen if I use the function FREE_SELECTIONS_INIT.

And is it possible to define the select-option obligatory.

Best regards,

Marcus

3 REPLIES 3

Former Member
0 Kudos

yes you can define select-options as obligatory.

what do u mean by blocks.

are u talking about

selection-screen begin of block....

selection-screen end of blocl.

0 Kudos

yes I mean

SELECTION-SCREEN BEGIN OF BLOCK

bpawanchand
Active Contributor
0 Kudos

hi

Yes you can make select-options as obligatory by using

SELECT-OPTIONS:

s_abs for <some thing> OBLIGATORY

and coming to the FM

the function module receives information about

the set of fields for which dynamic selections should be possible, and

returns a selction ID

i Think it is not possible

regards

Pavan