Skip to Content
0
Former Member
Aug 07, 2006 at 04:01 PM

VC_I_GET_CONFIGURATION and paging memory

784 Views

Hi everyone

I am modifying an existing program that makes use of the VC_I_GET_CONFIGURATION FM. Under certain conditions SAP will throw a 'memory_no_more_paging' error. This always happens at line 55 of the SET_MD_TO_BUFFER Form, which is called from within the form SETUP_MASTER_DATA, which is in turn called from VC_I_GET_CONFIGURATION. The FM module is called from within a loop round an itab that holds VBAP records for a customer. If the number of records is reasonably large (by our standards - >5000) then this error seems to occur.

Looking at the code and debugging to see what is happening, it looks as if a config. table of about 400 rows is being repeatedly read and Exported to memory. I think that this is acting as a buffer because prior to this a check is made to see if the exact combination has already been read. I guess this is why the memory error is being triggered. Has anybody else experienced this? Is there anything I can do apart from requesting more hardware or re-writing the bespoke program?

Thanks in advance...

Andy

Message was edited by: Andrew Wright

Hi

Just wanted to keep this one going - I'm no closer to figuring it out!