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...