cancel
Showing results for 
Search instead for 
Did you mean: 

Initial Load of ALV without an explicit on ACTION

mike_mcinerney
Participant
0 Kudos

I am building an ALV based table editor. I have found many useful examples - thaks o the community for providing them. Unfortunately, the examples I have seen use a two phased approach - FIRST a search is done and THEN a query is made .

My application will not have a query window.

How do I get the app to fill the alv table right from the get go?

Thanks...

...Mike

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Perhaps I am missing part of the requirement, but it seems like you would just use WDDOINIT to both intialize the ALV and load the data you want to display. No need to wait until any action.

mike_mcinerney
Participant
0 Kudos

wddoinit on what, the view, the window ?

I have the method fill_tab on the component controller.

from where, and with what reference do i call it?

Edited by: Michael McInerney on Nov 22, 2009 4:50 PM

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Generally people use the WDDOINIT of either the Component Controller or the View for such processing.

mike_mcinerney
Participant
0 Kudos

Thank you, Thomas.

Answers (0)