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

regarding select-options

Former Member
0 Likes
597

How can we make a field displayed using select-options to be REQUIRED field .

.

1 ACCEPTED SOLUTION
Read only

kiran_k8
Active Contributor
0 Likes
576

Mithun,

parameter: p_matnr like mara-matnr obligatory.

K.Kiran.

5 REPLIES 5
Read only

kiran_k8
Active Contributor
0 Likes
577

Mithun,

parameter: p_matnr like mara-matnr obligatory.

K.Kiran.

Read only

Former Member
0 Likes
576

hi

use

<b>select-options s_opotion for <type> obligatory</b>

regards

ravish

<b>plz rewrd points if helpful</b>

Read only

Former Member
0 Likes
576

Hi,

select-options: s_carrid for spfli-carrid.

at selection-screen.

if s_carrid is not initial.

<do this>

endif.

regards,

kiran kumar k

Read only

Former Member
0 Likes
576

U can use this syntax.

select-options : s_kunnr for kna1-kunnr obligatory.

Swati.

Read only

Former Member
0 Likes
576

Mithun,

PARAMETERS FIELD(10) OBLIGATORY.

SELECT-OPTIONS <selcrit> FOR <f> OBLIGATORY .

Don't forget to reward if useful