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: 

Check box and longtext in table control

Former Member
0 Kudos

hello,

Two of the fields in Table Control shud be displayed as checkboxes

and Longtext....(like import and export tabs in Function modules), how?

Kindly help...

thanks

Swaminathan.

2 REPLIES 2

Former Member
0 Kudos

Hi,

select the field that should be displayed as checkbox and in the screen painter follow the route edit --> convert --> checkbox --> left or right button.

in case of long text you must either change the characteristics of the field and delete the reference to a table-field object or use another field with no reference to a table-field object.

Select that field and make a double click. Attributes window shows up and in fields Def. length and Vis. Length you can change the length of the field (max. 132 characters).

Former Member
0 Kudos

Hi,

if you want a check box then declare a variable of type c length 1.

Then when you use this in the table control

Thanks