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

RE:ALV grid (oops concept)

alex_georgek
Associate
Associate
0 Likes
369

Hi,

What is the main purpose for this method.

call method g_verifier->set_table_is_not_initial

thanks in advance.

Alex.

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
350

Hello Alex

I assume this method belongs to class CL_LAW_ALVGRID (this is the only class I found on ECC 6.0 containing such a method).

Since method SET_TABLE_IS_INITIAL is a protected method you need not care much about it because you cannot call it. This method basically sets a flag if the output itab is empty.

The Where-Used-List for this methods says that it is not (yet) used anywhere.

Regards

Uwe

Hi,

What is the main purpose for this method.

call method g_verifier->set_table_is_not_initial

thanks in advance.

Alex.

1 REPLY 1
Read only

uwe_schieferstein
Active Contributor
0 Likes
351

Hello Alex

I assume this method belongs to class CL_LAW_ALVGRID (this is the only class I found on ECC 6.0 containing such a method).

Since method SET_TABLE_IS_INITIAL is a protected method you need not care much about it because you cannot call it. This method basically sets a flag if the output itab is empty.

The Where-Used-List for this methods says that it is not (yet) used anywhere.

Regards

Uwe