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

Trigger At selection screen output in At selection-screen on value request for <field>

Former Member
0 Likes
2,861

Hi experts,

I am developing a report which show the data on selection screen.

If user select any radio button or listbox then the At selection screen output event trigger.

but when user select any value from a field in event At selection screen on value request for <field>. the event At selection screen output not trigger.

My requirement is to trigger the At selection screen output event when user select one or more value from list in event At selection screen on value request for <field>.

Is anyone advice about the same.

Thanks,

1 ACCEPTED SOLUTION
Read only

Former Member
1,667

Hi experts,

I have achieve the solution using function module SAPGUI_SET_FUNCTIONCODE by passing ucom '='.

Hi experts,

I am developing a report which show the data on selection screen.

If user select any radio button or listbox then the At selection screen output event trigger.

but when user select any value from a field in event At selection screen on value request for <field>. the event At selection screen output not trigger.

My requirement is to trigger the At selection screen output event when user select one or more value from list in event At selection screen on value request for <field>.

Is anyone advice about the same.

Thanks,

2 REPLIES 2
Read only

Former Member
1,668

Hi experts,

I have achieve the solution using function module SAPGUI_SET_FUNCTIONCODE by passing ucom '='.

Read only

yassine_abid
Explorer
0 Likes
1,667

Thanks