cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CHAR 1 CONVERSION

bjorn-henrik_zink
Contributor
0 Likes
1,352

Hi,

I have a "state" field type CHAR 1 in a R/3 table that I want to display via Web Dynpro. The problem is that the CHAR 1 data type is automatically converted into BOOLEAN when I create the model. How can I avoid that the field is converted into a boolean - I want a string?

Thanks in advance.

Elvez

View Entire Topic
Former Member
0 Likes

Hello dear,

The data element you used in R/3 is domain fixed values "X" and " ". Thats why it is taking it in to boolean.

Avoid to give domain fixed value. Then at Java side it came as string.

regards,

Sumit Malhotra