Skip to Content
0
Dec 01, 2009 at 09:18 AM

Restrict Select-option tab view

708 Views

Dear Guru,

I have an encountered an issue which i am fighting to resolve .

The issue is as below :

i have defined a selection screen like in my prog as below

SELECTION-SCREEN : BEGIN OF BLOCK b2 WITH FRAME TITLE text-002.
SELECT-OPTIONS: s_field FOR dd03l-fieldname NO INTERVALS OBLIGATORY.
SELECTION-SCREEN : END OF BLOCK b2.

The above select-option is giving 4 possible option

1.Select single value(1) --> 1st Tab

2.Select ranges --> 2nd Tab

3.Exclude Single values --> 3rd tab

4.Exclude Ranges --> 4th tab

I want to keep option of 1st tab only and remaining other tab(2nd, 3rd, 4th) should be hide/disabled.

Please provide some guideline to achieve this.

Thanks & Regards

Saifur Rahaman