‎2008 May 08 5:12 AM
what is role of the following paramaters of FM : REUSE_ALV_LIST_DIAPLAY:-
I_INTERFACE_CHECK
‎2008 May 08 5:24 AM
Hi,
To avoid overloading list output with interface consistency checks, they are only made in an extra call mode.
If this parameter is 'X', the consistency of the interface is checked when the function module is called, and an error log is output.
This parameter should only be set for development test purposes (e.g. in debugging).
The interface check can also be made on the results list by entering the function code &SOS.
Regards,
Narasimha