Application Development 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: 

AT SELECTION-SCREEN and AT USER-COMMAND.

ramoruamodisha
Explorer
0 Kudos

Hi everyone,

I am a newbie in ABAP programming please help me out on this problem.

I need to display a screen dialog (Window) with search results immediately after I entered the search parameter in another dialog box after i clicked the 'execute' icon/button which is on the search screen dialog.

Any code snippet(s) would be really appreciated, thank you.

2 REPLIES 2

Former Member
0 Kudos

Hi,

I don't get ur query exactly. I think it might be search help. If u want to get search help u can use F4IF_INT_TABLE_VALUE_REQUEST or u can use search help in ddic.

regards,

Subbu

Former Member
0 Kudos

hi

good

check out this events

AT SELECTION-SCREEN-ON FIELD.

AT SELECTION-SCREEN-ON OUTPUT.

AT SELECTION-SCREEN-ON HELP REQUEST( F1).

AT SELECTION-SCREEN-ON VALUE REQUEST(F4).

thanks

mrutyun^