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

Importing parameters in Function Module SD_VBFA_ARRAY_READ_VBELV

Former Member
0 Likes
370

Hi All,

Please let me know the use of importing parameters in the Function Module SD_VBFA_ARRAY_READ_VBELV.

The importing parameters are,

I_BYPASSING_BUFFER

I_REFRESH_BUFFER

I'm having problem of memory overflow in the function module so I thought these importing parameters may help me.

Kindly explainn me the use of these importing parameters and tell me whether they help m out to avoid memory overflow problem.

Thanks a lot in advance,

Rama Krishna

1 REPLY 1
Read only

uwe_schieferstein
Active Contributor
0 Likes
331

Hello Rama

If you bypass the buffer the fm will always read directly from the DB.

And if you refresh the buffer the buffer is cleared and will be filled again with every call of the fm.

Regards

Uwe