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 functionality in table control in module pool

Former Member
0 Likes
781

Hello Gurus,

    I have created a module pool with table control wizard.Now with the wizard I got INSERT,DELETE,PAGE UP...etc the standard button which we get with wizard.Now I want to add copy button.I searched through links but couldn't able to find the way.I have used a button with TC_Copy  name.How to enable the copy functionality.Either by button or by Short key of copy button.

The main use of this is to copy the records from table control and paste it in excel as per requirement.I thought it must be there with table control with ctrl+C but its not working.

Thanks

Gaurav Gautam

1 ACCEPTED SOLUTION
Read only

Arun_Prabhu_K
Active Contributor
0 Likes
532

Hello Gaurav.

You can use CTRL+Y & CTRL+C to select and copy directly from table control.

Else

In your PAI, handle the copy button business logic by making use of GUI_DOWNLOAD to download data to excel.

Regards.

1 REPLY 1
Read only

Arun_Prabhu_K
Active Contributor
0 Likes
533

Hello Gaurav.

You can use CTRL+Y & CTRL+C to select and copy directly from table control.

Else

In your PAI, handle the copy button business logic by making use of GUI_DOWNLOAD to download data to excel.

Regards.