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

Performance Issues with transactions

Former Member
0 Likes
780

Hi,

I have requirement that,there are some transactions which r taking extra long time process and in many cases, SAP times out with a short dump.Could someone please suggest me any idea how i can appoach this problem.

Thank u.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
742

Thank god you have asked this question. As it is the first time this sort of question has been asked then you cannot search the forum.

You may also want to google the word 'Sarcasm' also.

5 REPLIES 5
Read only

Former Member
0 Likes
742

Is it custom SAP transaction or standard SAP Transaction.

If it is custom then ABAPer needs to look into that

if it is standard,

then Ask some Basis to check out for bandwidth of your system

cheers

S.Janagar

Read only

Former Member
0 Likes
743

Thank god you have asked this question. As it is the first time this sort of question has been asked then you cannot search the forum.

You may also want to google the word 'Sarcasm' also.

Read only

Former Member
0 Likes
742

Hi

1. Try to search for OSS-Notes for necessary transactions and topic 'Performance'.

2. Otherwise, use transaction SE30 to investigate transaction performance and find out the bottlenecks .

Read only

Former Member
0 Likes
742

Have you searched for any existing SAP Notes for those transactions?

pk

Read only

Former Member
0 Likes
742

Additional factors to be considered...input parameters and ranges? Are users allowed to run wide-open (no entries in ranges/select-options), which would indicate poor programming or poor requirements statements, and what is the time-out limit set to? set too low for the size of the db tables in the implementation/instance?