Hi Experts
Standard Function Module REUSE_ALV_GRID_DISPLAY is not displaying the Output. Strange thing is that it is working fine in Development and Q system. Problem is with Production system only. All parameters of FM are same in all system.
I debugged this FM and Call Screen 500 statement is not working in P system.
Does anyone have idea about this problem??
Thanks in Advance
-Harkamal
I am passing the following parameters:
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
I_INTERFACE_CHECK = ' '
i_bypassing_buffer = 'X'
i_buffer_active = ' '
i_callback_program = 'ZPY_CATS_REPORT'
I_CALLBACK_PF_STATUS_SET = ' '
I_CALLBACK_USER_COMMAND = ' '
I_STRUCTURE_NAME =
i_callback_top_of_page = 'TOP_OF_PAGE'
IS_LAYOUT =
it_fieldcat = gt_fieldcat[]
IT_EXCLUDING =
IT_SPECIAL_GROUPS =
it_sort = gt_sort[]
IT_FILTER =
IS_SEL_HIDE =
I_DEFAULT = 'X'
i_save = 'A'
IS_VARIANT =
it_events = gt_events
IT_EVENT_EXIT =
IS_PRINT =
IS_REPREP_ID =
I_SCREEN_START_COLUMN = 0
I_SCREEN_START_LINE = 0
I_SCREEN_END_COLUMN = 0
I_SCREEN_END_LINE = 0
IMPORTING
E_EXIT_CAUSED_BY_CALLER =
ES_EXIT_CAUSED_BY_USER =
TABLES
t_outtab = itab_time
EXCEPTIONS
program_error = 1
OTHERS = 2