Application Development 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: 

How to set cursor on table control column?

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi

Go through the link given below :

With Regards

Nikunj Shah

geetha_k
Active Participant
0 Kudos

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]

Former Member
0 Kudos

Hi,

You can use the following command:

set cursor field 'FIELD_NAME' line table_cursor_line.

Regards,

Kunjal

Former Member
0 Kudos

Hi Kumar,

The same topic has been discussed in the following thread:

Regards,

Chandra Sekhar

Former Member
0 Kudos

-