Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

package size

Former Member
0 Likes
384

Hi,

Can we use package size and appending together in a select statement?Will that degrade the performance of the report?

Regards,

Hema

2 REPLIES 2
Read only

Former Member
0 Likes
355

Hi,

If you want to process messages with quality of service EO (Exactly Once) in packages, you must specify a package size. This specifies the number of messages above which a package is to be scheduled for processing.

Once the specified package size is reached, a package can be processed immediately. If you want to do this, specify this in the corresponding field.

Message packages can only be sent to a unique receiver. This must be either an IDoc receiver or an IDoc system as a receiver of ALE audits that are returned as acknowledgments by an IDoc receiver.

Due to performance reasons, you can only process small messages in packages. Therefore, you must also specify a corresponding message size.

Regards,

Renjith Michael.

Read only

former_member404244
Active Contributor
0 Likes
355

Hi,

I think it degrades the performance...actually Package size can be used if you for example only want to finish processing a limited amount of data at a time due to lack of memory. please see the below link how the output comes

http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb39eb358411d1829f0000e829fbfe/content.htm

Regards,

Nagaraj