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 in database table

0 Kudos

Hello everyone,

how to create a checkbox for all fields in database table?

3 REPLIES 3

FredericGirod
Active Contributor

Checkbox does not exist in database, this is a way to represent the value.

So just create a boolean field or a CHAR1 field

Sandra_Rossi
Active Contributor

I don't know what means "a checkbox for all fields in database table".

Jeansy
Active Contributor
0 Kudos

I guess she means a field in the database that is represented as checkbox e.g. in the maintenance dialog of the table (SM30).

For this you could just use e.g. the datalement XFELD which is often used for this scenario. But as already mentioned, on database level it is still a simple CHAR1.

Kind regards
Jens