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

line command

Former Member
0 Likes
316

what is line command?we can use UNDO?

1 REPLY 1
Read only

amit_khare
Active Contributor
0 Likes
289

Hi,

Line command is used to set the cursor at the given position on the report.

e.g. WRITE: / flag AS CHECKBOX, inp INPUT.

SET CURSOR FIELD 'inp' LINE sy-linno.

I am not sure of UNDO as never came across with this one.

Regards,

Amit

Reward all helpful replies.