Hi everyone,
i'm still pretty new in the complete area of BTP/ABAP/RAP development. However, i developed a RAP app which is technical working perfect. My main problem is the user authentication.
Since this app is quite light weight and simple with no need of user change tracking etc. i wanted to use a technical user instead the standard oauth (which would include the complete way of user provisioning, role assignment etc. etc. for each user on the ABAP environment who wants to use my app).
To create my app i followed the guide here:
Create a SAP Fiori App and Deploy it to SAP BTP, ABAP Environment | Tutorials for SAP Developers
This works like a charm (incl. the destination with oauth authentication that is automatically created via BAS then) but as i said the requirement is then that every user needs to also have his own user in the ABAP environment. Which i don't want to.
I also created already a communication scenario like described in here (Expose a Standard Core Data Service for ABAP Environment | Tutorials for SAP Developers) but if i use that one during fiori creation in BAS it creates me a complete different fiori app with missing custom buttons/actions i programmed in eclipse. So my opinion is that i need to build this again by my own in the BAS if i use that odata connection (which will be automatically generated when using the standard way described above)?!
I would be happy if someone could tell me if it's possible to create the app from this tutorial (Create a SAP Fiori App and Deploy it to SAP BTP, ABAP Environment | Tutorials for SAP Developers) the same way just with a technial user instead of oAuth.
Best regards,
Raphael