Skip to Content
0
Former Member
Dec 08, 2009 at 08:20 AM

problem in using methods of interface in a class

47 Views

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