Application Development 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: 

to display list of plants not maintained for material type fert and roh

Former Member
0 Kudos

how to display(logic) the list of plants which are not maintained for material type fert and roh.

2 REPLIES 2

former_member588853
Active Contributor
0 Kudos

hi,

select from the table for plants where material type <> fert and material type <> roh.

hope there will be material type field in the plant table..

else take the material from the plant tabl;e and get the material type from MARA..

rewarrd if useful

regards

nazeer

Message was edited by:

nazeer shaik

Former Member
0 Kudos

Hi

Ftech all the plants from T001W table , then

Use the tables MARA and MARC or join them together with MARA-MTART = ROH and FERT and you will get the MARC-WERKS for those material types

if you remove these plants from the T001W plants you will get the plants to which these material types are not maintained

reward if useful

regards

Anji