2007 Dec 19 4:54 PM
HI Friends,
i have a requirement to select matnr,werks and mmsta from marc table.where i have input of matnr and mmsta.
The matnr in the marc table having 2 werks with different mmsta.
i was asked to select matnr not having mmsta 40.
but in marc table there is same matnr with two mmsta 37 and 40.
i want a select statement which should not pick matnr having 40.
my select statement was
select matnr werks mmsta into itab from marc
where matnr in fpso_matnr and mmsta in fpso_mmsta.
this does not work for the above condition.
please suggest me a correct statement..
Thanks,
Gokul
Hi,
MARC is Material Plant data. If you supply Material and Plant u will get unique record for Material.
Otherwise irrespective of plant and if you need only entries not equal to 40...
then you can go ahead with Jack's reply..
Pra
2007 Dec 19 5:02 PM
select matnr werks mmsta into itab from marc
where matnr in fpso_matnr and mmsta in fpso_mmsta
and mmsta NE 40.
ill this not work ?
MARC is plant data.. so I guess u need to give werks also...
Edited by: jackandjay on Dec 19, 2007 12:02 PM
2007 Dec 19 5:11 PM
Hi,
MARC is Material Plant data. If you supply Material and Plant u will get unique record for Material.
Otherwise irrespective of plant and if you need only entries not equal to 40...
then you can go ahead with Jack's reply..
Pra
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |