cancel
Showing results for 
Search instead for 
Did you mean: 

Auto Fill on Fiori List report Create

Angshuman
Participant

Hello Experts,

Is it possible to auto-fill certain fields on create action of Fiori list report application?

Thank

Angshuman

maheshpalavalli
Active Contributor
0 Kudos

are you using abap programming model for fiori with draft?

Accepted Solutions (0)

Answers (1)

Answers (1)

geert-janklaps
Active Contributor

Hi,

You could creating an object page controller extension and attach a function to handle the loaded entity, as described here:

https://answers.sap.com/answers/12687635/view.html

Additionally in this function you can check if the object is in create mode by checking the ui model of the Fiori Elements app (property createMode will be true), more information on the ui model can be found here:

https://ui5.sap.com/#/topic/d9c146a4e0f049108cf8231bfca5585b

Best regards,

Geert-Jan Klaps