cancel
Showing results for 
Search instead for 
Did you mean: 

FPM application of CDS View with Input Parameters

Former Member
0 Kudos

Hi,

is it possible to create an FPM application via the wizard of a CDS View with Input Parameters?

Regards,

Bram

Accepted Solutions (1)

Accepted Solutions (1)

jens_boeckenhauer
Active Participant
0 Kudos

Hi Bram,

no, CDS view parameters cannot be maintained in the Wizard, they need to be set via ABAP Code. If you need to set CDS view parameters, please proceed as follows: Create the UI using the wizard. In the resulting application, replace the feeder class for the search result list by an own class you create as subclass of CL_FPM_SADL_SEARCH_RESULT. Redefine method PREPARE_PBO and call method SET_VIEW_PARAMETERS from there, passing the name-value pairs you need to set. That's it.

Even though not based on CDS, the WD application configuration FPM_TEST_SADL_SBOOK_CUSTOM may be helpful to check for custom specific derivations of the standard SADL feeder classes.

Best regards

Jens

Former Member
0 Kudos

I'll try this out. Thank you.

Answers (0)