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

Table Control Column width

Former Member
0 Likes
703

I need to enter the more than 255 characters in table control. How to enter more than 255 characters in table control column?

3 REPLIES 3
Read only

Former Member
0 Likes
535

Hi ,

Table control column width is maximum 255 characters.

You cant create a column more then that

but if need to hold some comments or strings then you can use text objects or standard texts for that.

Check the following link:

https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/anIntroductionofTextObjects

Thanks,

Smita

Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
535

Hi,

No you cant enter more than 255 characters in table control column.

Regards,

Tarun

Read only

Former Member
0 Likes
535

hi

Column width in a Table Control has a maximum of 255 chars.

u cannot create more than that.

Regards