Application Development 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: 

Performance improvement for VB22

Former Member
0 Kudos

We are on 4.7 and using transaction VB22 to change Sales Deal. While calling this transaction in a custom report for promotions, we are creating new Condition Records. We are passing the following fields;

Sales deal number,

Customer (KOMG-HIENR),

Price Group (KOMG-KONDA),

Brand Code (KOMG-RKE_MVGR1),

SumProdCd (KOMG-PRODH2),

Amount (KONP-KBETR),

Unit (KONP-KONWA),

Valid From & Valid To.

It is working fine but gives issues (Time Out) only when there is large number of condition records (say 10,000 or more).

We can’t split it into several jobs because of the locking issue (The sales deal will be locked).

Is there any other way to do it.

Thanks.

Zahid

3 REPLIES 3

Former Member
0 Kudos

Don't know if this helps or not, but check notes 144060 and 703410.

Rob

0 Kudos

Thanks Rob,

I been gone through these notes and was not sure also but now I will give them a hit.

Zahid.

0 Kudos

Well, they are old, but maybe...

Rob