Hi Eshwar,
You can pass the where condition with this too!
SELECT *
FROM mara
INTO it_mara
UP TO p_max ROWS
WHERE matnr IN S_MATNR.
Hi Eshwar,
You can pass the where condition with this too!
SELECT *
FROM mara
INTO it_mara
UP TO p_max ROWS
WHERE matnr IN S_MATNR.