‎2010 Feb 24 10:05 AM
Packet size Increase
==================
Hi Friends,
Can anyone let me know how to increaae the Packet size , One of my program varient is using PACKET SIZE in the selection screen , I want to increase the packet size and it is an Standared SAP program,
Can anyone help
Thank you
Regards,
Sandy
‎2010 Feb 24 10:57 AM
SELECT matnr
FROM mara
INTO TABLE i_mara PACKAGE SIZE 50.
will read mara in batches of 50.
probably your program is using the package size dynamically from selection screen. i.e. without changing code user can increase or descrease package size depending on the performance.