cancel
Showing results for 
Search instead for 
Did you mean: 

Interface node with abap_bool atribute

Former Member
0 Kudos

Hi experts,

i have problem with interface node if it has attribute with abap_bool type . I got error message with ABAP_BOOL is unknown. Is there any possibility to use this type in interface node atrribute? thanks for help

Accepted Solutions (1)

Accepted Solutions (1)

ChandraMahajan
Active Contributor
0 Kudos

Hi,

ABAP_BOOLtype pools and we get message "Use of type pools is not supported in Web Dynpro" when we try to use it.

Instead of this why dont you use attibute of type char1. I guess you want to set true and false value and this can be achived by type char1.

Thanks,

Chandra

Answers (1)

Answers (1)

rainer_winkler
Contributor
0 Kudos

Hi Jorgen,

you can use the type WDY_BOOLEAN. This has the advantage that the values X (True) and blank (False) are documented in the data element and domain of WDY_BOOLEAN.


Do not confuse this with the data element BOOLEAN, BOOLEAN has three values, blank is unknown, - is false and X is true (See values of the domain BOOLEAN).

Best regards

Rainer