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: 

Select Block

Former Member
0 Kudos
396

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

varma_narayana
Active Contributor
0 Kudos
139

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.

0 Kudos
139

Hi,

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

Thanks.

Benedict

0 Kudos
139

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

0 Kudos
139

Hi Martin,

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

Thank you.

Benedict