Skip to Content
0
Former Member
Oct 26, 2005 at 05:21 PM

Problem with Data Type in Proxy

29 Views

Hi,

I am sending data from R/3 to XI using Proxy.In Integration repository I have defined datatype Response of type string length 100 and occurence as 1-unbounded.

In my proxy program I am Concatenating 3 variables in to one var and then assigning the value of Var to response.

But the proxy program is compressing the space and we are not getting desired output.For e.g

Var = 'Test of P'.

Then data response in Payload is showing as

response = 'Test of P'.

Please help me if somebody has any idea about this.

Thanks.

Rekha