Hi All,
I have used the std ALV component in my component. the scenario is working fine...below the ALV(A) i have another table(B) ...
when a particular row in the ALV is selected the corresponding records in table(B) should be shown....
I have written a supply function for table(B)....so whenever the record in A is selected I get records in B...
Although this is what i want I do not understand how is this working????
As i read somewhere that
"you have to create an event handler method for the event ON_LEAD_SELECT of the
ALV component" ???
however in my case I did not create any event handler method in my consumer component and still the lead selection of ALV works???
Edited by: hema T on Jan 23, 2012 5:16 PM