cancel
Showing results for 
Search instead for 
Did you mean: 

Sender RFC Adapter , Sender File Adapter - Payload Compression

Vikrant
Explorer
0 Kudos

Sender RFC Adapter or the Sender File Adapter compress the payload of any spaces in between the tags or remove any spaces at the start and end of the payload.

We need to pass the spaces as is in the message payload to the receiving system?

Is there a way to do it in PI 7.1.

Accepted Solutions (0)

Answers (3)

Answers (3)

Vikrant
Explorer
0 Kudos

Thanks Guys

JoelTrinidade
Active Contributor
0 Kudos

Hi Vikrant,

Preserving white spaces while reading a file from FTP

NameA.fieldContentFormatting

- Enter trim to remove all the leading and subsequent blanks for a value found. This is the default.

- Specify nothing to ensure that the value remains unaltered.

For RFC you need to check your payload to see whether spaces are coming from R/3 itself or not.

Regards

joel

prateek
Active Contributor
0 Kudos

For file adapter, are you using content conversion? If yes, use parameter

NameA.fieldContentFormatting = nothing

Default value is trim.

For RFC, may be you could try replacing space in R3 with some other character and then try sending it to PI and replace the character in mapping.

Regards,

Prateek