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

create table with checkbox

Former Member
0 Likes
2,425

hi everybody

is there a possibility to create a table where one of the field is of type checkbox using tcode SE11???

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
908

Hi,

Goto se80 and open the function group there .(FM grp sh be the same which u give while generating the TMG)

See the screen in that Function group.

Rhea.

5 REPLIES 5
Read only

Former Member
0 Likes
908

Hi,

Yes u can create a field with one char lengh and which accepts only space or 'X'.

Rhea.

Read only

Former Member
0 Likes
908

Hi Anjali,

Please check the below thread(s),

Best Regards.

Read only

0 Likes
908

hi Abaper,

where do you open the Function Group?

I could not find it in SM30

Read only

MarcinPciak
Active Contributor
0 Likes
908

In se11 create a domain typed char 1, which has fixed vales either space or X.

Create data element and attached this new domain to it.

Then in your table attach this data element as the field type.

Read only

Former Member
0 Likes
909

Hi,

Goto se80 and open the function group there .(FM grp sh be the same which u give while generating the TMG)

See the screen in that Function group.

Rhea.