hi,
I am using a table control in my screen(1001). the requirment is
when i double click on one of the rows in the table control then the next screen(1002) with more details abt the row should be called.
I m using the foll code in PAI of1001 .
ok_code1 = ok_code.
clear ok_code.
CASE ok_code1.
WHEN 'PICK'.
GET CURSOR FIELD WA_VBAP-VBELN.
call screen 1002.
But i m not getting the result. when i debug it the debugger never comes to thest 'WHEN 'PICK'.
please help. give me a note..what may be the cause.
Thanx.