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

Do views affect performance

Former Member
0 Likes
518

I've created a view joining MARA and MARC.

Does the creation of a view have any affect on performance in SAP, or is it only a process load when it's actually used.

I know that creating indexes creates a process load every time a table is modified. But, I'd assume that a view does not.

Is that true?

Thanks

1 ACCEPTED SOLUTION
Read only

valter_oliveira
Active Contributor
0 Likes
493

Hi there.

Yes, you are right! The performance won't be affected.

Regards.

Valter Oliveira.

3 REPLIES 3
Read only

valter_oliveira
Active Contributor
0 Likes
494

Hi there.

Yes, you are right! The performance won't be affected.

Regards.

Valter Oliveira.

Read only

0 Likes
493

Thanks. I'm glad to know that.

Read only

Former Member
0 Likes
493

Hello

Yes, it's true.

The indexes creating is slowing operations insert/modify, but accelerating operations read.