Application Development 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: 

Paste multi data in table maintenance editor....

Former Member
0 Kudos

Hi friends,

I have been creating a table maintenance editor for data input. When I copy data from Excel in my table maintenance form it only copy 20 items. How can I paste more lines like f4 selection paste method.

Thanks

4 REPLIES 4

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

I guess you are limited by the number of lines in the table control.

Regards,

Rich heilman

former_member188685
Active Contributor
0 Kudos

Hi,

you might have set the table control visible lines to 20.

try to increase it to more.

in your PBO

tc-lines = 40. "or more lines

and see ....

Regards

vijay

0 Kudos

It doesn't work. When I add :

TCTRL_ZSTOKRAP-lines = 40.

I give

Statement "TCTRL_ZSTOKRAP-LINES" is not defined.

Any solution?

former_member223537
Active Contributor
0 Kudos

Hi,

One alternative is to goto system profile and change the font settings to minimum say font 6.

Now if you execute the transaction, the screen size would be bigger, so you can increase the height of table control , which inturn would display more number of rows.

Increase the size of table control through Graphical Layout.

Best regards,

Prashant