while using the code.
method ZIF_INTERFACE~SELECT_METHOD.
*select * from mara into table it_mara*
where matnr between p_matnr_low and p_matnr_high.
endmethod.
error generated : "IT_MARA" is not an internal table - the "OCCURS n" specification is missing
although i hav declared it_mara in parameter section while creating interface.
Kindly Suggest.
thanks in advance