Skip to Content
0
Former Member
Jul 07, 2009 at 05:46 AM

Problem in Call method

156 Views

Dear Experts

I m coding a ALV report using objects.

I hv collected all teh data into the internal table.

but when i write code as below it gives an error that statement is not accssible.

data: gr_table type ref to cl_salv_table.

call method cl_salv_table=>factory

IMPORTING

R_SALV_TABLE = gr_table

changing

t_table = i_faglflexa_open.

*... Display Table

gr_table->display( ).

Can any one help me in this issue.

Thanks in advance.

Regards