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

VA42 performance

Former Member
0 Likes
1,786

Hi, Gurus:

When I use VA42 to update one contract, If some contract has about 5,000 partner in the header/partner tab. It will take long long time.

Is there solution for it or oss notes.

Thanks in advance!

Hi, Gurus:

When I use VA42 to update one contract, If some contract has about 5,000 partner in the header/partner tab. It will take long long time.

Is there solution for it or oss notes.

Thanks in advance!

12 REPLIES 12
Read only

Former Member
0 Likes
1,649

Have you looked for notes??

Rob

Read only

0 Likes
1,649

I tried to find notes on it, but I can't find anything for this issue.

Thanks,

Read only

0 Likes
1,649

Contact SAP then, that's why you pay for they. They will solve the problem soon(er or later).

Read only

Former Member
0 Likes
1,649

Hi!

I suggest you to look for some OSS notes...

Regards

Tamá

Read only

Former Member
0 Likes
1,649

Yunfa Zhang

look at note 205774,771604,144229

Amit.

Read only

Former Member
0 Likes
1,649

a) duplicate post

b) there are a large number of notes for this

Rob

Read only

ian_maxwell2
Active Participant
0 Likes
1,649

At one of my clients we had this same issue. We were dealing with contracts that had thousands of partners on them. We contacted SAP regarding it and they:

- Told us to impliment some OSS notes, which we did but didn't really help much in the overall runtime

- Told us that it was reasonable for it to take several minutes just to open a contract or scroll through the the partners once it was open

I spent some time anaylzing the problems and the majority of the runtime was actually being spent loading in the address data for each individual partner. So we ended up utilizing enhancment points to modify the standard transaction to supress the loading of the addresses associated with the partners on loading up of the contract. Once a user went into the partner screen they still wouldn't see any addresses (because we had supressed them) but once they double-clicked on an individual partner it would show the address in the detail screen becuase the standard code would see that it wasn't loaded and would load the individual address data.

I also located several spots in the code where they were doing non-efficient access to internal tables such as unnesasary sorts embeded with loops. We contacted SAP and they wouldn't address this so I did further enhcnament point modifications to fix several of these routines.

It does require putting in several fixes to get it right, but we did get it down to opening in seconds instead of minutes. This was about a year ago, so SAP may have addressed it finally in OSS patches because we did have many dialogs with them about what we were doing.

~Ian

Read only

0 Likes
1,649

Hi, ~Ian:

Thanks for your good information. Can you give me some detail information such as which subroutine and enhancement-points we need change. that's save my time. Appreciate!

Read only

0 Likes
1,649

Yunfa Zhang

did you look at OSS 205774,771604,144229.

in that there are sevral correction are suggested for us.

Amit.

Read only

0 Likes
1,649

From where I am at the moment I can't log into the system where I made the changes, so what I'll try and do is maybe log in later and provide you a summary of where we made the modifications.

~Ian

Read only

0 Likes
1,649

Hi, ~Ian:

Do you have chance to logon to the system to find out the change you made for this performance issue(va42).

Thanks

Read only

former_member251078
Participant
0 Likes
1,649

Hello,

Please check the following SAP Notes..

385139

74776

144229

394334

205774

365037

395117

771604

198806

332154

Yours sincerely

Dileep