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.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

In your screen painter screen. Press F6 . Which will open the Dict/Program fields selection screen. enter you check box field and then set the radiobutton against it as 'copy as' ChkB.

Select that field and drop it in the table control created in the screen painter

The same way long text field you 'copy as' Text.

Regards,

3 REPLIES 3

Former Member
0 Kudos

Hi,

In your screen painter screen. Press F6 . Which will open the Dict/Program fields selection screen. enter you check box field and then set the radiobutton against it as 'copy as' ChkB.

Select that field and drop it in the table control created in the screen painter

The same way long text field you 'copy as' Text.

Regards,

Former Member
0 Kudos

hi sreejesh,

Thank you Very much.

Regards,

Swami.

Former Member
0 Kudos

hi sreejesh,

i ve got for checkbox but wat to do for longtext when i ref. function module

import or export it displays as pushbutton...also when i dblclk it shows

as text with char 64....how to display a char field as pushbutton?

Thanks

Swami.