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 with mara

Former Member
0 Likes
716

Using ST05 I did an analysis

SELECT from MARA table without key field material is taking very long, and with SE30 the issue is with database > 80 percent.

However the report cannot specify material number as it is optional paramater, also I cannot use ranges since the field is alphanumeric, how to solve this issue.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
511

Well in that case you may check whether you can add an index on MARA for the fields which you are using to retrieve data from MARA.

Best regards,

Prashant

Using ST05 I did an analysis

SELECT from MARA table without key field material is taking very long, and with SE30 the issue is with database > 80 percent.

However the report cannot specify material number as it is optional paramater, also I cannot use ranges since the field is alphanumeric, how to solve this issue.

2 REPLIES 2
Read only

Former Member
0 Likes
512

Well in that case you may check whether you can add an index on MARA for the fields which you are using to retrieve data from MARA.

Best regards,

Prashant

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
511

Hi,

Create a secondary index on the fields which u r using in WHERE clause.

Rgds,

Sandeep