‎2007 Apr 05 12:04 PM
IN ECC 5 VERSION THE FUCTION MODULE :-------
CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
EXPORTING
IT_LIST_COMMENTARY =
I_LOGO =
I_END_OF_LIST_GRID =
I_ALV_FORM =
.
IN 4.7 VERSION:----
CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
EXPORTING
IT_LIST_COMMENTARY =
I_LOGO =
I_END_OF_LIST_GRID =
so we find a difference in exporting parameter in the same fuction module in different version. i.e i_alv_form
what is fuction of i_alv_form
‎2007 Apr 05 12:07 PM
It is used no where in th code inside the FM: REUSE_ALV_COMMENTARY_WRITE. It was probably included for future use. As of now, it is a dummy.
Regards,
Ravi
‎2007 Apr 05 12:09 PM
Hi,
its meant for Boolean Variable (X=True, Space=False)
regards,
ANJI