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: 

changing logical database

Former Member
0 Kudos

Hiii

There is a program MM60 which is really causing a issue of performance.

A copy of mm60 was done with additional column added . the issue we are actually having is that the program is taking too much time.

After analysis we have found out that there is GET XXX statement which are not necessary and which is being done by the copy program.

Can we just comment it or change the copy logical database to optimize the code . i would like to know the impact?

2 REPLIES 2

Former Member
0 Kudos

The only thing you can do is to restrict inputs to the selection screen ..

If you remove GET XXX events , the programm does nothing ...

Former Member
0 Kudos

If you have made a copy , the try to do performance tuning of object.

Check which select statement/ABAP logic is taking more time.

You can also try to avoid this Logical database by using database tables directly.

Check ST05 ans SE30 output.