cancel
Showing results for 
Search instead for 
Did you mean: 

How to use free style UI code in Managed RAP scenario

former_member790239
Discoverer
0 Kudos
595

Hello Experts,

I have a requirement where I need to implement custom UI code in a service which is using RAP Managed implementation with UI annotations. Let me explain the scenario.
In my application I have a customizing table for which all the entries must be recorded in a transport request(Customizing TR) during save.
So, during save I would like to give an option to user for selecting transport request number. For this i need to open a dialog(sap.m.Dialog) when user clicks on save button. Can you please suggest me how to do this one. Regards,

Nikhil

View Entire Topic
maheshpalavalli
Active Contributor
0 Kudos

You can try writing your code in the controller extension, specifically the method "beforeSaveExtension"

link

you can check the example for beforeRebind by vishnu.pankajakshan

https://blogs.sap.com/2019/03/03/fiori-element-breakoutsextensions-and-few-gimmicks-part-1/