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

How to paste data from excel to table control in module pool

Former Member
0 Likes
1,123

Hi,

I have a requirement to copy data from excel to be pasted in table control fields. It is getting pasted only for the visible rows and not for the entire rows in table control. I want to paste all records which are copied from excel in table control.

Please help me in achieving this issue.

Regards,

Muthu

2 REPLIES 2
Read only

0 Likes
681

Hi Muthu,

You can make use of the method clipboard_import from cl_gui_frontend_services class. Add a button in table control screen for copying the data from clipboard. While clicking on that button call this method.

Thanks,

Muralikrishnan

Read only

0 Likes
681

Hi murali,

Thanks for your reply. Please let me know how to add a button in table control field. So that when the user selects the particular field in table control and upload data.

Regards,

Muthu