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

Inspection Type for Material

Former Member
0 Likes
813

Hi

I want all the Materials having inspection types and also i want materials not

having inspetion types to be displayed...

im doing this by joining tables in SQVI transaction.

Im joining 3-tables

MARA

MARC

QMAT

now my problem is, it is displaying materials having Inspection type...

Bt it is not displaying Materials that are not having Inspection type...

Can any one help me on this?

Hi

I want all the Materials having inspection types and also i want materials not

having inspetion types to be displayed...

im doing this by joining tables in SQVI transaction.

Im joining 3-tables

MARA

MARC

QMAT

now my problem is, it is displaying materials having Inspection type...

Bt it is not displaying Materials that are not having Inspection type...

Can any one help me on this?

4 REPLIES 4
Read only

Former Member
0 Likes
681

what is the join condition u have specified?

кu03B1ятu03B9к

Read only

0 Likes
681

hi

in joining conditions i have specified

MARA and QMAT

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
681

Join mara and marc on Matnr and join qmat and mara again on matnr.

AS you want to fetch all inspection types or no inspection types ,so no need to specify ART in WHERE clause , this should suffice .

Read only

0 Likes
681

hi sandeep

Im not writing any query for this

im using table join...