cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori App Extension

nusch
Explorer
0 Kudos

Hi experts,

I have the requirement to enhance the standard Fiori app Manage Purchase requisitions (F1048), where in edit mode the supplier in the dialog offers a value help. This VH needs to show additional field in both filter and table.

I checked the code in the Fiori App, but it seems, that this VH is written in plain javascript.

I would assume then, that the standard ways using the extensions APIs would not work in this case.

Could someone suggest what the best solution for this extension would be?

I am trying not to break the lifecycle of the app, so it could still be updated without breaking the extensions.

It would be also nice to mention, if it is possible from VSCode or only BAS.

Regards,

Georgi

View Entire Topic
WouterLemaire
Active Contributor
0 Kudos

For adding the field in the backend and odata service you can use the app “Custom Fields and Logic”.

Making the changes in the ui can be done using an adaptation project in bas.

nusch
Explorer
0 Kudos

Hi and thanks for you answer.

After some research I came to the same conclusion. I have alredy extended the CDS View with the required field,

but as we do not have BAS, I was wondering how to overwrite or just add the field into the value help dialog.

I guess, this is not possible for the moment, except I overwrite the App itself, but then we migth have some problems after update versions.

WouterLemaire
Active Contributor
0 Kudos

manual extension is still possible but not recommended for exactly the point you are maki