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

How to set cursor on table control column?

Former Member
0 Likes
770

Hi,

I am using a table control in which I am add and deleting lines.

I am appending rows to the table control. For this i am using a button.

Now I want to set the cursor on the first column of the new row of the table control whenever a new row is created. How do i do so?

Also, by default, if my internal table does not have any records, then no line of the table control should be enabled.

Thanks.

5 REPLIES 5
Read only

Former Member
0 Likes
718

Hi

Go through the link given below :

With Regards

Nikunj Shah

Read only

geetha_k
Active Participant
0 Likes
718

Hi,

check this links......

[http://help.sap.com/saphelp_nw04/helpdata/EN/9f/dbac9f35c111d1829f0000e829fbfe/content.htm]

[http://www.synactive.com/tutor_e/lessonia05.html]

[http://sap.niraj.tripod.com/id29.html]

Read only

Former Member
0 Likes
718

Hi,

You can use the following command:

set cursor field 'FIELD_NAME' line table_cursor_line.

Regards,

Kunjal

Read only

Former Member
0 Likes
718

Hi Kumar,

The same topic has been discussed in the following thread:

Regards,

Chandra Sekhar

Read only

Former Member
0 Likes
718

-