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

Copy Command in ABAP report

Former Member
0 Likes
485

HI Gurus,

I have a ABAP report - basic list, with lot of batch data on it. based on the report they will copy the batch numbers and paste in standard transactions.

Users complaining to do a Ctrl + Y and then Ctrl + C then Ctrl + V to paste the batch numbers.

Is there anything we can do programatically using hot sopt on batch numbers so we get the selected BATCH and execute copy command programatically when they click on BATCH number on basic list.

All they need to do is Ctrl + V on standard transactions.

Is there anyway to achieve this?

Thanks Giri

HI Gurus,

I have a ABAP report - basic list, with lot of batch data on it. based on the report they will copy the batch numbers and paste in standard transactions.

Users complaining to do a Ctrl + Y and then Ctrl + C then Ctrl + V to paste the batch numbers.

Is there anything we can do programatically using hot sopt on batch numbers so we get the selected BATCH and execute copy command programatically when they click on BATCH number on basic list.

All they need to do is Ctrl + V on standard transactions.

Is there anyway to achieve this?

Thanks Giri

1 REPLY 1
Read only

Former Member
0 Likes
406

Giri - you would probably get more results if you mark this as a question. That way you can assign po1nts to helpful answers.

In any event why don't you just do a CALL TRANSACTION when the user double clicks on a line?

Rob