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

What issues can i run into using HR_PSBUFFER_INITIALIZE

Former Member
0 Likes
1,742

Hi

we are going to add FM "HR_PSBUFFER_INITIALIZE" with "HR_INFOTYPE_OPERATION", for improving the perofrmance...as this FM is buffering the data and doing some EXPORT to memory. The result of this is that after a few hundred calls to HR_INFOTYPE_OPERATION the buffer gets big enough to impact the performance of the function module. After thousand of updates with HR_INFOTYPE_OPERATION , each call will take many seconds and your ABAP program will be unusable.

but i am concerned looking at [this thread|; ...can someone elaborate on issues we may face with using HR_PSBUFFER_INITIALIZE?

Especially in the above thread it is said that

it wrecks havoc when we are trying to update records which are related to eachother

this is little unclear, what does it mean?

thanks in advance

1 REPLY 1
Read only

amit_khare
Active Contributor
0 Likes
892

check if OSS Note #956700 can help