‎2006 Oct 23 12:48 PM
i want to check how much stock is there for particular material how to write select statement
‎2006 Oct 23 12:52 PM
select LABST
into w_LABST
from mard
where matnr eq ??
and werks eq ??
and lgort eq ??.
‎2006 Oct 23 12:50 PM
Select <column name> into <field name> from <table name> where <conditions>.
replace with the good values
FRED
ps: RTFM
‎2006 Oct 23 12:52 PM
select LABST
into w_LABST
from mard
where matnr eq ??
and werks eq ??
and lgort eq ??.