hello everybody,
I am in debug mode and seeing zero record after employing select although table ZMAT has 77400 records.
I would appreciate it if one could tell why that might happen.
Data: lt_MAT type STANDARD TABLE OF ZMAT.
select * into CORRESPONDING FIELDS OF TABLE lt_mat
from zmat.
Regards
Eddy