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

Code for Copy and Paste button in a Module pool

Former Member
0 Likes
565

Hi

I need to copy and paste multiple lines in a module pool .

How can I check in code that the lines im pasting in the table control are the ones which have been most recently copied.?

2 REPLIES 2
Read only

Former Member
0 Likes
439

Check the table contorl internal table.

Read only

Former Member
0 Likes
439

You can move the same data to a temporary internal table while copying and check that while pasting.

Regards

Karthik D