cancel
Showing results for 
Search instead for 
Did you mean: 

Payload sizes question

Former Member
0 Kudos

Hi ,

Can anyone tell the difference b/w these 4 sizes of payload found in soap header:Allof them look similar in meaning although they have different values....

<SAP:MessageSizePayload>60197</SAP:MessageSizePayload>

<SAP:MessageSizeTotal>72278</SAP:MessageSizeTotal>

<SAP:PayloadSizeRequest>60197</SAP:PayloadSizeRequest>

<SAP:PayloadSizeRequestMap>0</SAP:PayloadSizeRequestMap>

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

MessageSizePayload -- the size of the payload in bytes

MessageSizeTotal -- the total message size (header + payload)

PayloadSizeRequest & PayloadSizeRequestMap -- the payload size before and after the mapping.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0b96675-87cf-2c10-b489-dee0ac03f...

Regards

Ramg

Answers (1)

Answers (1)

former_member185881
Active Participant
0 Kudos

Hi

Ideally Message size should be 1 to 5 MB. (You can make as many segments u want but it should lie in between the size 1 to 5 MB not more then that).

<SAP:MessageSizePayload>60197</SAP:MessageSizePayload>

<SAP:MessageSizeTotal>72278</SAP:MessageSizeTotal>

The Message Size Payload describe the size of the payload.

The Message Size Total describe the total message size (header + payload)

<SAP:PayloadSizeRequest>60197</SAP:PayloadSizeRequest>

<SAP:PayloadSizeRequestMap>0</SAP:PayloadSizeRequestMap>

The above two lines describe the payload size before and after the mapping.

<SAP:PayloadSizeResponse>0</SAP:PayloadSizeResponse>

<SAP:PayloadSizeResponseMap>0</SAP:PayloadSizeResponseMap>

The above two lines determine the size of the response message that is sent back to PI before and after the response mapping for synchronous messages.

Regards

Dheeraj Kumar