cancel
Showing results for 
Search instead for 
Did you mean: 

Find source code of fiori applications in Business Application Studio

sdig89
Participant
0 Kudos
243

Hello Experts, 

I am sorry to ask this stupid question, but I did not find the answer by myself.

I am working on a SAP S4 HANA Public Cloud 2502 system, and I know that some custom fiori applications were developed in this system, some of which are based on the fiori elements model.

I am able to find the RAP cloud ABAP code written for the fiori elements applications in Eclipse ADT, OK. But How to see the "application code" generated in Business Application Studio BAS?

How in BTP, Business Application Studio, can I find the source code of the fiori elements applications, as well as the non fiori applications? I tried looking everywhere, but I do not see them when I connect to my own dev space, in BAS, from BTP tool.

Thank you for your help

Accepted Solutions (0)

Answers (2)

Answers (2)

junwu
SAP Champion
SAP Champion
0 Kudos

only your company knows, public cannot help in this.

sdig89
Participant
0 Kudos
I don't get you, I mean I am just looking for the equivalent of searching for all Z* programs in SE38 or SE80 back in ECC. So how can I find all the Z* fiori app source code of the applications developed in our public s4 hana system, from my own BAS dev space?
junwu
SAP Champion
SAP Champion
0 Kudos
Seems you are day 1 in fiori space, you have no idea what you are asking...
junwu
SAP Champion
SAP Champion
0 Kudos

fiori frontend code is managed out side of abap server, which is different from traditional abap object. only your company/previous devloper knows where the source code is hosted.

sdig89
Participant
0 Kudos

No one in my company knows, and the previous developer left... So what to do then ? can you please guide me through this, so that I can "find" the source code of custom fiori applications developed in our public cloud s4 system?

We have a BTP environment, with a cloud foundry and a Business application service within the BTP subaccount (where I created a dev space)

junwu
SAP Champion
SAP Champion

then you are doomed

gregorw
SAP Mentor
SAP Mentor
0 Kudos

The source code should be tracked in a Git repository.

sdig89
Participant
0 Kudos
thank you for your answer. But then, how do I find the correct Git repository for that fiori application? Does that mean that I need to "upload" the fiori source code already developed, from Git to "my own" dev space in BAS before starting to modify the fiori application with new evolutions?