cancel
Showing results for 
Search instead for 
Did you mean: 

FPM and SADL Search Results - Process Events

RaminS
Participant
0 Kudos

I've built an FPM search/result page from a CDS view. I've customized the feeder class as per Jen's recommendations in this thread, so I can trap the event of user clicking on a cell.

How do I get the data of the row the user clicked on?

The SADL result feeder class does not have the usual uibb methods (eg. GET_DATA).

There is a method GET_ROW_DATA but that doesn't work in my scenario because it executes the CDS view again to fetch the row data, and my CDS view has parameters which GET_ROW_DATA does not support passing. So I get a short dump.

Frankly, I don't understand why it needs to re-execute the CDS on the db when user clicks on an action, the data is available in the CONTEXT_ELEMENT object, why retrieve it again??.

If I could just get a handle on the context_element object as per usual FPM behaviour.

Can someone familiar with SADL and IDA help?

Thanks

Accepted Solutions (0)

Answers (0)