Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FUNCTION MODULE IN ALV

Former Member
0 Likes
438

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

2 REPLIES 2
Read only

Former Member
0 Likes
409

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

Read only

Former Member
0 Likes
409

Hi,

its meant for Boolean Variable (X=True, Space=False)

regards,

ANJI