Hello everybody,
I am in debug mode and although the table ZMAT full with data
data: lt_mat type table of MARA.
data: ls_mat type MARA.
select MATKL MATGR from ZMAT
into table lt_mat
where matnr = ls_mat-matnr.
I wonder why the structure ls_mat is empty.
Many thanks
Eddy