SAP/ABAP
boole_d
Linkin
2024. 1. 5. 15:48
data test1 type boole_d.
data test2 type boolean.
boole_d 는 ABAP_TRUE(='X') or ABAP_FALSE(=' ')
boolean 은 true, false, unknown/null 세가지
확실한 이지선다를 하려면 boole_d 를 이용하자.