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

Select Block

Former Member
0 Likes
1,009

Hi gurus,

My requirement is to copy the transaction SM30.

I am having a problem in button SELECT BLOCK.

Is there a function module to check whether where the cursor is?

Thanks in advance.

Benedict

4 REPLIES 4
Read only

varma_narayana
Active Contributor
0 Likes
752

hi...

We can find the Field on which the Cursor is positioned using:

data : fname(40).

GET CURSOR FIELD fname.

write:/ fname.

REWARD IF HELPFUL.

Read only

0 Likes
752

Hi,

I can get the fieldname but what I need is the row with the cursor.

Thanks.

Benedict

Read only

0 Likes
752

Are you copying this transaction or trying to use its functionality.

Read only

0 Likes
752

Hi Martin,

I am trying to use the functionality of the SELECT BLOCK of SM30.

Thank you.

Benedict