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

PICK..

Former Member
0 Likes
503

hi everyone,

can anyone expalin me if PICK is any command in ABAP

if so what does it do

where does it stay actually, like in which table

Thanks in Advance,

rama

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
477

PICK is a function code which is used in interactive lists, like when you double click on a list line the AT LINE-SELECTION event is fired, and the sy-ucomm = 'PICK'.

REgards,

Rich Heilman

4 REPLIES 4
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
478

PICK is a function code which is used in interactive lists, like when you double click on a list line the AT LINE-SELECTION event is fired, and the sy-ucomm = 'PICK'.

REgards,

Rich Heilman

Read only

0 Likes
477

ohh thanks a lot

i was struck with it since yesterday

thanks a lot once again

Cheers,

rama

Read only

Former Member
0 Likes
477

PICK i think is an FCODE in Menu painter in SE41

Read only

0 Likes
477

hi

thanks for your answer

ya its a fn code for double click

Cheers,

rama