cancel
Showing results for 
Search instead for 
Did you mean: 

checkbox in a BAPI visual composer?

Former Member
0 Kudos

Hi experts,

I have a problem in Visual Composer, I have to create a checkbox, but the only option is a boolean type and when I want to work in a BAPI I cannot it because the types in ABAP are char's

any idea??

Thanks in advance,

Regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

You can use checkboxes, but when calling BAPI you have to use an expression when mapping the data...

For example: IF(@BOOL1, "X", " ")

bernd_speckmann
Contributor
0 Kudos

I have the same problem, but when I use an expression the checkbox becomes read-only...

Any workaroung for this issue?

Thanks ahead