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

Former Member
0 Likes
285

The role of the paramater I_INTERFACE_CHECK of FM : REUSE_ALV_LIST_DIAPLAY performs the following operation:

"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."

What does it mean? I m not getting the meaning.

The role of the paramater I_INTERFACE_CHECK of FM : REUSE_ALV_LIST_DIAPLAY performs the following operation:

"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."

What does it mean? I m not getting the meaning.

1 REPLY 1
Read only

Former Member
0 Likes
261

Hi,

Interface consistency check log output

Description

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.

Default

SPACE