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

Dynamic Selections

Former Member
0 Likes
469

Hi All,

I have reprot with a dynamic selection button, whenever i will select the material field i have to do some action on it.

Is there any solution to capture/know about the fields consider in the Dynamic selection.

Thank you.

With Regards,

Padmasri.

3 REPLIES 3
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
433

See FM : 'RS_SELECTIONSCREEN_READ'

Read only

Former Member
0 Likes
433

You can try event

"AT SELECTION-SCREEN ON <PARAMETER_NAME>"

Read only

Former Member
0 Likes
433

Hi

ad at the definition of button an heven handler


  PUSHBUTTON USER-COMMAND push2 USER-COMMAND push1.

afther you can geth the evemt with this


AT SELECTION-SCREEN OUTPUT.
   IF SY-UCOMM EQ 'push1'.
     do your things
   endif.

best regards

Marco