cancel
Showing results for 
Search instead for 
Did you mean: 

Copy of standard Fiori App (Cash Position)

former_member239539
Discoverer
0 Kudos

Hi all!

I'm trying to copy a standard fiori app (Cash Position Detail) to make there custom view.

Working via SAP Web IDE (local version).

I have copied standard app, changed name from "fin.cash.cashposition.analyze" to "zfin.cash.cashposition.analyze". It works normally in sandbox.

I deployed app to ABAP repository and it not working there given mistake: "Uncaught Error: Controller zfin.cash.cashposition.analyze.view.S1 couldn't be instantiated".

Can someone say - what do I have to do with it to repair that?

BR,

Denis

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Denis,

Are you trying to extend the app?

Regards

Viswa

former_member239539
Discoverer
0 Kudos

HI Viswa,

I want to make a copy (not extension/extension project) and then modify it.

Today I found (and fixed) that in one of the files "z" was missing in new app name.

After correction app runs without problems via sandbox. But after deployment it still returns the same error at fiori launchpad.

PS: I cleared cache:

1. In browsers (I checked 3 different browsers)

2. Gateway via: flp*cache*delete, flp*cache*delete*after*imp, /iwfnd/clear_cache

3. Backend via /iwbnd/clear_cache

I Think that now folder structure of app at server is somewhere wring (wasn't updated at last deployment), but don't know how to find and fix it...