Skip to Content
0
Former Member
Sep 12, 2007 at 01:12 PM

select?

26 Views

Hi all,

I have a parameters like

Matnr

Mtart

Plant on my selection screenÂ…

I need to fetch list of materials from MARA based on input selection.

But there is no PLANT field available in MARA.

How can I write the select statementÂ…..

select matnr

spart

mtart

from mara into table int_mara

where matnr in p_matnr and

spart in p_spart and

mtart in p_mtart.

Instead of this.

Vkr.