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

Capture Single-Click for BDC

Former Member
0 Likes
778

Moderator message: Do NOT offer points

Hello Gurus,

I am doing a BDC for transaction CM21. Everything seems to be fine but I ran into a problem. In order to dispatch planned orders, you have to do a single-click on the planned orders and click on the dispatch button.

The big issue i have now is I don't know anyway to capture a single click on BDC.

I know somebody could have ran into this problem before.

Please help.

<<text removed>>

Thanks.

Edited by: Matt on Nov 23, 2008 5:32 PM - read the Rules of Engagement

5 REPLIES 5
Read only

RaymondGiuseppi
Active Contributor
0 Likes
686

Did you try to fill [BDC_CURSOR|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=bdc_cursor&adv=false] with the name of the field where you single-click ?

Regards

Read only

0 Likes
686

BDC Cursor did not help. I just want a way to be able to highlight the field (single-click). In this way the field is selected for me to be able to dispatch the order.

Thanks

Read only

0 Likes
686

Don't forget that BDC doesn't work with enjoy transaction (in fact with controls, search OSS there are some notes on this subject) , if BDC_CURSOR to put the cursor on the field is not possible or doesn't work, you may not be able to fulfil your requirement and will have to look for a BAPI to do the job. (Sometimes adding many "Enter" to the BDC enable the transaction to work but not always)

OSS [Note 311440 - Batch input and controls|https://service.sap.com/sap/support/notes/311440]

Regards

Read only

Former Member
0 Likes
686

It is not possible to use BDC for table control screen.

Read only

0 Likes
686

Yes, it's possible to do BDC for a table control, but the problem here is that this is a report, not a module pool (and not an EnjoySAP transaction).

Rob