‎2008 Jan 22 6:28 AM
Hi,
Can we use package size and appending together in a select statement?Will that degrade the performance of the report?
Regards,
Hema
‎2008 Jan 22 6:46 AM
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.
‎2008 Jan 22 7:01 AM
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