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

Packet size Increase

Former Member
0 Likes
384

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

1 REPLY 1
Read only

Former Member
0 Likes
336

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.