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

ALV parameters

Former Member
0 Likes
380

what is role of the following paramaters of FM : REUSE_ALV_LIST_DIAPLAY:-

I_INTERFACE_CHECK

1 REPLY 1
Read only

Former Member
0 Likes
351

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