‎2013 Aug 12 5:40 AM
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
‎2013 Aug 12 6:06 AM
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.
‎2013 Aug 12 6:06 AM
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.