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

Char1 in ABAP Side & Boolean in Java Side

Former Member
0 Likes
1,077

Hello,

When importing a BAPI at Java side, I have a problem to deal with a field of type char1 (referenced to a domain with two fixed values : 'X' et ' ') which is becoming a boolean at Java Side.

I found posts talking about the same problems but I didn't find answers.

Have anyone encountred this problem before?

Thanks in advance for your help,

ImaneA

View Entire Topic
Former Member
0 Likes

Actually, We had an issue with test values which made me think that the problem was in my coding.