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: 

how to catch the double click option in BDC in call transaction method.

Former Member
0 Kudos

HI friends

I have having the same problem which you are facing .can you tell how you sloved the double click problem. I am doing a bdc program for FB02 transaction in this i have come across to second by providing some field data ,after entering second screen i will get next screen on clicking the posting key 25. we do have two posting key for debit = 25 , for credit = 50. I need to click on that 25 by double click how can i catch that in BDC program. Can you help me in this.

Thanks

Satish Raju

1 REPLY 1

Former Member
0 Kudos

That should work fine as it's on a dynpro (I used it myself last week at one site) - just record the processing steps through SHDB and you will see how to specify the table row and nominate the correct function key.

Jonathan