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 & Paste to ALV Table

Former Member
0 Likes
1,903

Dear colleages,

is it possible to enter mass data into an ALV grid (or any other GUI control) by copy & paste? By "mass data" I mean 20 columns and 500 rows, i.e. much more lines than visible on the screen.

Sorry it sounds silly, but I have a use case where the customer asks for it.

In the table controls I know you cannot paste more rows than visible. In a select-options dialog it is possible, but there we only deal with 1 column.

Thanks a lot for your help,

Gerrit

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,253

golive09

This name will be surely added to thread "Funny names in community" in the cofee corner forum

Dear colleages,

is it possible to enter mass data into an ALV grid (or any other GUI control) by copy & paste? By "mass data" I mean 20 columns and 500 rows, i.e. much more lines than visible on the screen.

Sorry it sounds silly, but I have a use case where the customer asks for it.

In the table controls I know you cannot paste more rows than visible. In a select-options dialog it is possible, but there we only deal with 1 column.

Thanks a lot for your help,

Gerrit

3 REPLIES 3
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,253

you can try with fm clbp_import and then adding the data to the itab and displaying.

Just copy the data, then trigger this fm by clicking a button and do it.

Ctrl+v will not help to paste the content in the area which is not visible.

Read only

0 Likes
1,253

Hi Keshav,

you can try with fm clbp_import and then adding the data to the itab and displaying.

thanks a lot for this nimbly hint!

This name will be surely added to thread "Funny names in community" in the coffee corner forum

Well, if it makes more people aware of our desparate situation, we're thankful Maybe we should simply stop copying & pasting and do more serious stuff

Cheers!

Gerrit

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,254

golive09

This name will be surely added to thread "Funny names in community" in the cofee corner forum