Reputation: 740
I am aware of downloading standard SAP Fiori apps from ABAP Repository using the /UI5/UI5_REPOSITORY_LOAD
program. Also, I understand that the apps may directly be imported into SAPUI5 Web IDE if connected to the SAP system.
I want to know if there is any other way to access Standard SAP Fiori Apps since I am required to work on extending standard apps but currently don't have an access to any SAP System.
Kindly help. Many thanks.
Upvotes: 3
Views: 3051
Reputation: 10621
but currently don't have an access to any SAP System
SAP does not provide source code of standard apps in public access, neither Fiori nor traditional app. If you have no access to S4HANA, then you are out of the luck.
The only option I can imagine is a SAP CAL (Cloud Appliance Library) where you you can quickly deploy full-featured S4HANA, download your app and then terminate the instance. It wouldn't be very expensive for such short-time task.
Another possible option is to download software components related to your app (UIAPFI70 400 + S4CORE 101) from SAP Launchpad and try to dig into archives to pick out needed files manually, but for me it seems a dead end. Be aware, that your app is deprecated since 1709 and see relevant note.
P.S. BTW to download Fiori you can use not only /UI5/UI5_REPOSITORY_LOAD
but also Eclipse way.
Upvotes: 1