2006 Jun 06 2:08 PM
Dear All,
How to handle the double click event in Table control.
(I have to double click in Table click and goto VA02 to modify the SO and again come back to that same grid with changes in SO).
Waiting for Early reply.
Regards,
Dharmesh
Dear All,
How to handle the double click event in Table control.
(I have to double click in Table click and goto VA02 to modify the SO and again come back to that same grid with changes in SO).
Waiting for Early reply.
Regards,
Dharmesh
2006 Jun 06 2:10 PM
In your pf-status, assign F2 for Picking in se41.
In at user-command:
case sy-ucomm.
case <FCODE for couble click>.
set parameter id 'AUN' value v_ord.
call transaction 'VA02'." and skip first screen.
Regards,
Ravi
2006 Jun 06 2:12 PM
2006 Jun 06 2:14 PM
apart from setting the PF-status with PICK (F2) also set the property "respond to double click" for the tablecontrol column in screen painter
2006 Jun 06 2:12 PM
Hi,
1) use method GET_SELECTED_ROWS
2) call transaction va02 with that record
3) new select for your itab
4) method refresh_table_display
Andreas
2006 Jun 06 2:15 PM
Hi ,
I think you should click on the cell attributes of the table control and check the "Responds to double click" Check box..
Then you can make the field appear as Listbox and give a function code to that field.In the PAI, for this function code, Give the required code.
REgards,
SP.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |