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

double click command problem

Nawanandana
Active Contributor
0 Likes
527

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

5 REPLIES 5
Read only

Former Member
0 Likes
508

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.

Read only

Former Member
0 Likes
508

Hello,

R u using normal reporting or module pool?

Read only

Former Member
0 Likes
508

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

Read only

Former Member
0 Likes
508

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.

Read only

Former Member
0 Likes
508

Hi ,

Set the Parameter ID of the respective transaction.

and then Call Transaction <TCODE NAME >

&*************Reward Point if helpful***************&