cancel
Showing results for 
Search instead for 
Did you mean: 

In BDC, How to record dobule click event t-code(/scwm/prdo)

vivekhh
Discoverer
0 Kudos

Hi ,

I am working on BDC issue, Now i am doing bdc for /scwm/prdo (EWM) T-code, In this tcode in 2nd screen after entered the data in table control, need to select the row and need to double click the row After double clicking the it enables screen.

case :1 if it is single row it will pick the row data and it will provide data to the next screen

but in case of Multiple rows it will not provide data unless with out selecting the row

If i record the same in SHDB, its not recording the double click event, pelase help me to record.

Accepted Solutions (0)

Answers (4)

Answers (4)

horst_keller
Product and Topic Expert
Product and Topic Expert

Normally, the function key related to double click is F2.

Check the function code defined for F2.

Ajit_Routray
Active Contributor
raymond_giuseppi
Active Contributor

Did you execute the SHDB simulating background mode, with some luck it will provide another solution to select a record, else this transaction may not be BDC compliant, and you have to look for BAPI or other tools.

vivekhh
Discoverer
0 Kudos

Hi Raymond

I didn't try bapi as of now for this requirement

but the thing is I need to know in the recording it will provide some system generated sy-ucomm ie %_gc165 10 for double click the row but that was not an actual fcode of double click event..

raymond_giuseppi
Active Contributor
0 Kudos

You could check the logic code of the dynpro for a valid ok_code for selection/double-click, but don't put too much hope in this.

But you didn't answer my question?

Sandra_Rossi
Active Contributor
0 Kudos

please convert your reply into a comment to Raymond's post.

Sandra_Rossi
Active Contributor
0 Kudos

%_GC demonstrates that you are operating on a GUI control. "Table control" is in fact probably an ALV grid. As you can find in internet and in SAP notes, BDC is not compatible with control framework (cf Ajit answer too).