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

Transaction ST05

Former Member
0 Likes
523

Hi all,

Under "Enter SQL statement" in ST05 when i use the below SQL statement i get a information message " Error received from Explain". It is because of the INNER JOIN iam using. If i remove the INNER JOIN it works fine.

SELECT *

FROM S725

INNER JOIN MARA ON S725MATNR = MARAMATNR

WHERE VRSIO = '000'

AND SPWOC IN (200152, 200153, 200152)

AND WERKS IN (0010, 0020, 0051, 0100, 0111, 0321, 0331, 0341)

AND MATNR IN (000000000000500000, 000000000000500001)

AND MATKL IN (M-01, M-02, M-03)

How can i use INNER JOIN in Explain SQL??

Thanks

Hi all,

Under "Enter SQL statement" in ST05 when i use the below SQL statement i get a information message " Error received from Explain". It is because of the INNER JOIN iam using. If i remove the INNER JOIN it works fine.

SELECT *

FROM S725

INNER JOIN MARA ON S725MATNR = MARAMATNR

WHERE VRSIO = '000'

AND SPWOC IN (200152, 200153, 200152)

AND WERKS IN (0010, 0020, 0051, 0100, 0111, 0321, 0331, 0341)

AND MATNR IN (000000000000500000, 000000000000500001)

AND MATKL IN (M-01, M-02, M-03)

How can i use INNER JOIN in Explain SQL??

Thanks

1 REPLY 1
Read only

Former Member
0 Likes
485

Done