2012 Apr 09 8:14 PM
Hi,
We have a custom program to handle property tax payments on the customer's behalf. It posts the following documents.
1. Creates vdbepp, addbepp and then calls LOAN_POST to post a property tax payable flow on a loan. This step is carried out in a loop for several loans. A typical worklist has about 5000-8000 such loans.
2. If step 1 is succesful for all loans, it also creates a KR Document to credit a FI vendor account (the municipality) for the total amount.
So overall, we are posting about 8000 documents in CML and 1 FI vendor document. I expect this process to be fairly quick, but it takes 15 min to post these documents.
I am just wondering if this is typical. Is there anyway to optimize or parallelize this ?
2012 Apr 10 9:15 AM
Hi,
what does a trace say ?
Do you clear GT_LOANREF when you call LOAN_POST (there is a parameter for that) ?
Kind regards,
Michael