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

SapScript Get Cursor.

Former Member
0 Likes
555

Hi.

Can be possible get the rows and columns of the cursor in a SapScrit, from the control program?

Thanks!

Mar.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
525

Hi,

/: BOX WIDTH '17.5' CM HEIGHT 1 CM FRAME 10 TW INTENSITY 15

/: BOX WIDTH '17.5' CM HEIGHT '13.5' CM FRAME 10 TW

/: BOX XPOS '10.0' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW

/: BOX XPOS '13.5' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW

Draws two rectangles and two lines to construct a table of three columns with a highlighted

Regards,

Santosh

4 REPLIES 4
Read only

Former Member
0 Likes
526

Hi,

/: BOX WIDTH '17.5' CM HEIGHT 1 CM FRAME 10 TW INTENSITY 15

/: BOX WIDTH '17.5' CM HEIGHT '13.5' CM FRAME 10 TW

/: BOX XPOS '10.0' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW

/: BOX XPOS '13.5' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW

Draws two rectangles and two lines to construct a table of three columns with a highlighted

Regards,

Santosh

Read only

0 Likes
525

Hi.

I can save the rows and columns in variables? For general purpose.

Thanks

Mar.

Read only

Former Member
0 Likes
525

hi,

As per my understanding of your post, I came to know that you want to store the rows and columns on which you double clicked (similar to get cursor in reports).

No, it is not possible.

Regards,

Sailaja.

Read only

0 Likes
525

Hi.

No, it isn't.

For example, I like put text in the form, and then I consult the row and the column of the cursor, save it in variables.

I like know the col where start a specific text, and the col where end these text.

Sorry my english! I write it bad.

Thanks!

Mar.