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

At selection-screen on value request

Former Member
0 Likes
553

Hi,

How i can use <b>At selection-screen on value request</b> for select-option. because it's not working for select option.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
525

Hi udaya,

1. use

At selection-screen on value request for <b>Fieldname-LOW</b>

2. Same for high.

regards,

amit m.

4 REPLIES 4
Read only

Former Member
0 Likes
526

Hi udaya,

1. use

At selection-screen on value request for <b>Fieldname-LOW</b>

2. Same for high.

regards,

amit m.

Read only

Former Member
0 Likes
525

Is any other way is there to give only SELECT-OPTION field name only not FIELDNAME-LOW, FIELDNAME-HIGH.

Read only

0 Likes
525

hi again,

1. No, we have to give each for low and high.

2. to avoid double coding,

write a subroutine,

and call that , on low and high both.

regards,

amit m.

Read only

Former Member
0 Likes
525

Hi,

When you are using this event you have to code depending on input parameter.

If it is parameter then use that code mentioned in ur question directly.

If its select-options then use separately for low and high options by providing

At selection-screen on value request for S_MATNR-LOW.

"Code.

At selection-screen on value request for S_MATNR-HIGH.

"Code.

Please reward points if it is useful.

Thanks

Sivaparvathi