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 wise

Former Member
0 Likes
503

Hi xperts,

i need a small clarification .can we use

Inner joins in Ecc.

Some are saying If we use Inner Joins we will face performance problems in ecc.

Thanks

Suri...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
485

Hi,

Nothing like that... you can use Inner Joins in ECC

If the tables are more than 2 or 3 then better to go for For all entries instead of using Inner Joins.

Regards,

Satish

3 REPLIES 3
Read only

Former Member
0 Likes
486

Hi,

Nothing like that... you can use Inner Joins in ECC

If the tables are more than 2 or 3 then better to go for For all entries instead of using Inner Joins.

Regards,

Satish

Read only

Former Member
0 Likes
485

Hi

Not all Inner Joins are problematic(in ecc or any other version). Some cases they are better than individual selects. Join with the key fileds are better to use.

regards,

madhu

Read only

Former Member
0 Likes
485

hi Suresh,

Split the select statement in to two selects and use for all entries statement instead of joins ...

Check this otu

http://www.sap-img.com/abap/select-statement-with-inner-join-is-taking-forever.htm

Regards,

santosh