2007 May 09 3:08 PM
Dear All,
The problem I am stuck in is that -
> I have two internal tables
IT1 with two fields table1 (say, MARA) and field1 (say, MATNR)
and IT2 with two fields table2 (say, MARC) and field2 (say, MATNR)
Now, I want to match whether Field1 = Field2.
Now the Select query , probably using inner join needs to fetch data
but I am confused how shall I write the Select query.
Plz help.................
2007 May 09 4:05 PM
SELECT mara~matnr
FROM mara
INNER JOIN marc
ON marcmatnr = maramatnr
WHERE..
Sudha
Dear All,
The problem I am stuck in is that -
> I have two internal tables
IT1 with two fields table1 (say, MARA) and field1 (say, MATNR)
and IT2 with two fields table2 (say, MARC) and field2 (say, MATNR)
Now, I want to match whether Field1 = Field2.
Now the Select query , probably using inner join needs to fetch data
but I am confused how shall I write the Select query.
Plz help.................
2007 May 09 4:05 PM
SELECT mara~matnr
FROM mara
INNER JOIN marc
ON marcmatnr = maramatnr
WHERE..
Sudha
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |