cancel
Showing results for 
Search instead for 
Did you mean: 

Integer Data type

Former Member
0 Kudos

I have a field with data type INT1 in SAP.

I am using Outbound ABAP proxy.

I have created a smilar field with Integer as data type in XI .

When I genrate the outbound proxy for data type(integer) in XI it turns to be INT4 in SAP structure .

what exact datatypes should I use in XI for INT1 to be generated ?

I know we can use other ways to convert INT1 to INT4 or may be use string etc..

But I am looking for a specific dataype in XI .Do we have to put some values for Inclusive / Exclusive facets in XI for integer to match with INT1 data type of SAP...

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

you can use:

xsd:byte - becomes INT1 in ABAP

but I don't know if this is what you want

Regards,

michal