Memory leak(s) in B4201500

devfusion

Member
Hello All.
I have created customer price-list generation UBE.
This UBE using B4201500 (Calculate Sales Prices And Costs).
B.F. calculates prices correctly.
But there one big problem. There possible memory leak(s) in B4201500.
I launch UBE for all clients of my company, for every client I calculate prices. Every client allocates about 10 Mb of RAM (3000 calls B4201500). Every time I call this b.f. available memory of PC is getting down, and does not free after return. Then all memory of PC is allocated - Windows is crashes.
Did anybody encounter such a problem while using B4201500, any suggestions ?
 
Hi "devfusion",

Have you already "SAR Searched" and/or "Solution Searched" the BSFN name and or the issue on the Customer Connection site?
What was the result?

Read you later,

Zoltán
 
Thanks a lot Sebastien Leclerc .


...
My last suggestion is a quick and DIRTY fix. You create a driver report that calls the main calculation report multiple times asynchronusly (otherwise it will run under the same thread) for a smaller subset of data.


This DIRTY fix works fine!
I do not want to investigate the reason why a memory leak appears. I have enough this JDE crap
smirk.gif


Zoltan_Gyimesi
There nothing what looks similar to my problem on KG.
 
Back
Top