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

Can I create Adaptation Project from my custom Fiori element (Analytic List Report Template) ?

beampakorn
Explorer
0 Kudos
332

Hi,
 I have created my new custom Fiori Element Application that uses Analytic List Report Template
My new custom application is deployed on SAP S/4 Hana Public Cloud Edition
Then, I try to use BAS to create a new Adaptation Project to extend my custom Fiori Element app
but I cannot find my custom Fiori Element App on the list to select
Is there anything I need to configure my app before making it in a project type of cloudReady?
or make it available on the selection list

Thank you,
Pakorn

Accepted Solutions (0)

Answers (2)

Answers (2)

RaminS
Active Participant
0 Kudos

Hi @beampakorn.

With a custom ALP app what you need to do is create an extension controller or fragment manually and add your logic. You can't use Adaptation Project which is for standard SAP apps.

Take a look at this example here

You can right-click on the webapps folder of your app and try Guided Development options. But I didn't find one that would create an extension controller for an ALP app (there is one for List Report). So what I ended up doing was define a controller extension in my custom ALP app:

RaminS_0-1732026600579.png

Then created a controller file manually in a new folder in webapps > ext > controller:

RaminS_1-1732026789958.png

When I did a build it actually crated the Change file for me (you can actually create change files manually, but not recommended as far as I understand). I'm in an on-premise scenario but it should work the same way in the cloud. Let me know how it works out for you.

Ramin.

junwu
SAP Champion
SAP Champion
0 Kudos

why bother? its your own probject, cann't you just change it directly?