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

pushbutton

Former Member
0 Likes
746

hi all,

Assuming a pushbutton with function code 'FUNC' is available in the toolbar of a list report, what event is processed when the button is clicked?

A: AT USER-COMMAND. B: AT PFn. C: AT SELECTION-SCREEN.D: END-OF-SELECTION.

thank u

sunny.

6 REPLIES 6
Read only

Former Member
0 Likes
674

HI,

at user-command.

rgds,

bharat.

Read only

Former Member
0 Likes
674

Hi

AT USER-COMMAND

Read only

0 Likes
674

On clicking push -button

AT user-command

Regards

Megha Sharma

Read only

Former Member
0 Likes
674

Hi,

At User Command will be triggered and

sy-ucomm will have 'FUNC'.

reward if helpful.

Regards,

Syed

Read only

Former Member
0 Likes
674

Hi AT USER-COMMAND will be triggered.

AT PFn gets triggered when ant Function key is clicked.

AT SELECTION-SCREEN is a PAI event is the screen

Read only

Former Member
0 Likes
674

Hi,

For Menu Bar level........

Alwayz , AT USER COMMAND event will be triggered.

Regards

Sandeep Reddy