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 user-command

Former Member
0 Likes
349

i have set pf staus and activated f2 functionality for double clicking on basic list for at line-selection,but when i use at user-command it doesn't show any functionality when i press a button in the basic list..i used buttons for sorting on a particular field.can any one solve this please

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
310

Hi


AT USER-COMMAND.
    CASE SY-UCOMM.
        WHEN 'PICK'.

    ENSCASE.
 

Edited by: Neha Shukla on Dec 9, 2008 11:25 PM

1 REPLY 1
Read only

Former Member
0 Likes
311

Hi


AT USER-COMMAND.
    CASE SY-UCOMM.
        WHEN 'PICK'.

    ENSCASE.
 

Edited by: Neha Shukla on Dec 9, 2008 11:25 PM