‎2008 Jun 24 8:11 AM
Hi
I have some screen field (text field ) itu2019s number get it automatically. What I need when I double click on text field I want to go to the transaction. Can u tell me how should I do it?. This program I was develop using screen painter.
Rehard
nawa
‎2008 Jun 24 8:13 AM
Hi,
Use this:
Set parameter id .......
call transaction <tcode> and skip first screen.
Parameter id can be found out by pressing F1 on that field and checking technical settings.
‎2008 Jun 24 8:14 AM
‎2008 Jun 24 8:15 AM
If u r developing in screen painter, u can assign a function code to that text field.
when u click on that field , that function code will be captured into the OKCODE field
regards,
lavanya
‎2008 Jun 24 8:16 AM
In the GUI status of this screen, assign a function code with function key "F2" - let's say "&IC1".
Within user command check if sy-ucomm is &IC1 and get field name( using get cursor field).
If the filedname is same as the one you require for double click handling then call the transaction.
reward if useful.
‎2008 Jun 24 8:17 AM
Hi ,
Set the Parameter ID of the respective transaction.
and then Call Transaction <TCODE NAME >
&*************Reward Point if helpful***************&