2008 Jul 16 9:23 AM
in MSKU,MSEG,MBEW,KNMT,MAKT
for the above tables i want to common matnr valu plzzzzzzzzzzzzz
in MSKU,MSEG,MBEW,KNMT,MAKT
for the above tables i want to common matnr valu plzzzzzzzzzzzzz
2008 Jul 16 9:25 AM
You can use SAP Query (or using SQVI) Create the Joins between the above tables and Get the common matnrs and download the information.
2008 Jul 16 9:30 AM
hi,
can i have detail of your requierment so that i can try to help u out in report.
2008 Jul 16 9:32 AM
im testing one RFC in that the requirement is there so that im asking
2008 Jul 16 9:39 AM
select matnr from MSKU into table itab1
if itab1[] is not initial.
select matnr from MSEG into table itab2
for all entries in itab1
where matnr = itab1-matnr.
endif.
if itab2[] is not initial.
select matnr from MBEW into table itab3
for all entries in itab2
where matnr = itab2-matnr.
endif.
if itab3[] is not initial.
select matnr from KNMT into table itab4
for all entries in itab3
where matnr = itab3-matnr.
endif.
-
-
-
loop at itab3.
write itab3-matnr.
endloop.
2008 Jul 17 7:22 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |