cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to download/extract custom Fiori app source code from ECC

amar786
Explorer
0 Likes
1,914

Hi folks, 

I'm trying to download/extract the source code of some custom Fiori apps that have been deployed to our ECC system. These were developed and deployed around 9 years ago and the consultant that developed is long gone. The reason I want to get the project folders is so that I can upload them into BAS if I need to make changes but also have them in case we want to use it for our S4 migration happening soon. I can see the applications in SE80 but there's no to download them from SE80 as a BSP application. Any advice, tips, or suggestion I would very much appreciate. Please ask me anything if you want clarity as well. 

Accepted Solutions (1)

Accepted Solutions (1)

junwu
SAP Champion
SAP Champion

/UI5/UI5_REPOSITORY_LOAD

use this report to download ui5 app.

amar786
Explorer
0 Likes
Unfortunately when I try this I get the following error: "Transaction /UI5/UI5_REPOSITORY_ does not exist"
junwu
SAP Champion
SAP Champion
0 Likes
report, it is report...se38, it is not tcode
amar786
Explorer
0 Likes
Sorry but yeah, I get the same type of error "Program /UI5/UI5_REPOSITORY does not exist". I've tried this from our backend and Fiori front end systems.
junwu
SAP Champion
SAP Champion
0 Likes
dude, are you kidding? it is. /UI5/UI5_REPOSITORY_LOAD
amar786
Explorer
0 Likes
Sorry for the confusion (My IQ really showed here), but thanks that helped!

Answers (1)

Answers (1)

RemiKaimal
Active Contributor
0 Likes

Besides the Tcode /UI5/UI5_REPOSITORY_LOAD
You can also use ABAPGit:
If you have ABAPGit installed, you can use it to export the source code to a Git repository
Hope this helps
Cheers!