cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Selection Screen INFO : selinfo

Former Member
0 Likes
661

Hi,

I am using the FM: RS_SELECTIONS_DESCRIPTION to read the selection screen structure.

The resulting List is of the structure selinfo. My system does'nt shows its documentation. I have trouble understanding its meaning.

The fields are :

1. name

2. Kind

3. type

4. Length

5. che_rad

6. id

7. nodi

8. Obligatory

I need to understand the significance of 5,6,7 and 8.

Thanks in Advance.

Ravi.

View Entire Topic
Former Member
0 Likes

5 valid value "X" if radiobutton / checkbox

else space.

6 Id - Group of Radiobutton .

Prameter r1 radibutton group G1.

In above case ID = G1.

7 Nodi - "X" if NO-DISPLAY used

" " other wise

8 Obligatory - "X" if OBLIGATORY used

" " other wise.