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

BDC Ok-Code for Double Click

Former Member
0 Likes
1,636

Hi ,

Could anyone let me know the BDC OK Code for Double click.

I need to select a row by double clicking it in my recording but not able to capture the code for it.

Please do the needful.

Thanks in Advance,

Sowmmya B

4 REPLIES 4
Read only

Former Member
0 Likes
722

Its normally 'PICK'

Read only

0 Likes
722

If you are using ALV , then check what you have assigned for PICK or F2 in the &IC1& in the pf-status. Otherwise just make F2 for double click and give ok-code as pick and it should work

Read only

Former Member
0 Likes
722

Hi sowmmya,

1. If the row you are talking about is

ALV Grid OO concepts,

then i think there is a problem.

It won't work with BDC as u are trying.

2. Well, for getting the code,

before double clicking go in debug mode /H

and then double click.

3. Now in deubbing mode,

see the value of sy-ucomm.

regards,

amit m.

Read only

Former Member
0 Likes
722

Hi,

Function code for Double click is 'SEL'

Pls reward points , if it solve your problem

Cheers,

Pramod