Skip to Content
0
Former Member
Jun 03, 2008 at 12:31 PM

What could be the problem

24 Views

Hi all,

Although the alv was displaying the data of internal table, itabpernr, it does not do display it now.

I have tried many times and could not succeed it to display data.

CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'

EXPORTING

I_CALLBACK_PROGRAM = l_REPID

IS_LAYOUT = L_LAYOUT

IT_FIELDCAT = l_fieldcat[]

*IT_SORT = GT_SORT[]

I_CALLBACK_USER_COMMAND = G_UCOMMAND

i_callback_pf_status_set = g_status

I_SAVE = 'A'

IS_VARIANT = VARIANT

I_GRID_TITLE = string

*IT_EVENTS = T_ALV_EVENTS

TABLES

T_OUTTAB = itabpernr[]

EXCEPTIONS

PROGRAM_ERROR = 1

OTHERS = 2...

Here is the function...itabpernr has the fields of persno,name, surname.

What strange is that REUSE_ALV_LIST_DISPLAY displays the data but just persno.

It is something comedy.

What is happening?

Thanks.