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

Tuning & Testing

Former Member
0 Likes
691

Hi,

How to do Performance Tuning, Integration Testing, Unit Testing, Dump Analysis in ABAP?

anybody got screen shots / with example?

Thanks

Seshu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
650

hi seshu,

check u r mail i sent it to u

if u find it useful plz mark the points in the thread

Regards,

naveen

4 REPLIES 4
Read only

Former Member
0 Likes
650

seshu,

shoot me a test mail to callnaveen@gmail.com i will send it you what ever i am having

Regards,

Naveen

Read only

0 Likes
650

Hi Naveen,

Can you please forward me the same to vijayk_sap@yahoo.co.in

Regards,

Varun .

Read only

Former Member
0 Likes
650

HI ,

Performance Tuning..

1. Check the SELECT STatements

a. Specify necessary conditions to retrieve the data

b. Specify all the key fields if known.

c. Make sure that the tables are not empty when used

in SELECT --- FOR ALL ENTRIES.

d. Always clear/ refresh variables and tables if not

required any more in the program.

e. Use the INTO TABLE instead of INTO CORRESPONDING

FIELDS OF TABLE in a SELECT statement.

2. Check the Nested Loops in the programs.

3. Avoid SELECT inside LOOPS.

Instead of using SELECT inside loops...use the

appropriate JOINS to select records from two or more

tables.

4. When using the CONTROLS, optimally use the FLUSH

Commands.

5. Read the tables by Binary Search Method specifying

the Keys used for Sorting that table.

6. Use of right kind of Internal tables (Standard,

Sorted, and Hash tabes) is very important.

Integration Testing.

It is always good practise test the individual applications thoroughly before going for integration testing. The application accessing all the submodules is tested only when the individual components are working correctly.

Unit Testing.

1. Initially check the coding standards specified by

your company/ client.

2. Check the performance tuning techniques specified in

above.

3. Check the application specific conditions.

4. Check for all the errors and the corresponding error

handling conitions.

5. Do the negative testing, that enter incorrect data

to process records.

Regards,

Vara

Read only

Former Member
0 Likes
651

hi seshu,

check u r mail i sent it to u

if u find it useful plz mark the points in the thread

Regards,

naveen