cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 manifest.json not found

Former Member
0 Kudos

Hello, We are trying to upload a custom version of SRM application Approve Shopping Cart (SRM_SC_APV) to Fiori Launchpad.

We imported the original application and made some minor changes in one of the controllers, then deployed it to the Gateway and finally added it to the Launchpad. We gave our application a unique ID in the manifest in order to avoid duplicates.

When we are trying to run the application, it gets stuck on the loading screen and the Network tab (when pressing F12) shows the following error:

Url ui2/ushell/resources/~20180403072400~/ui/s2p/srm/sc/approve/manifest.json not found

Does anyone know what can we do in order to make it work?

Thanks in advance for helpers!

Original manifest:

"_version": "1.0.0",
	"sap.app": {
		"_version": "1.0.0",
		"id": "ui.s2p.srm.sc.approve",
		"type": "application",
		"applicationVersion": {
			"version": "1.6.66"

Our manifest:

    "_version": "1.0.0",
    "sap.app": {
        "_version": "1.0.0",
        "id": "zsrm_sc_apv",
        "type": "application",
        "applicationVersion": {
            "version": "1.6.66"
        },

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor
0 Kudos
you have to replace all ui.s2p.srm.sc.approve, not just one in the manifest
Former Member
0 Kudos

Works, thank you!

Answers (0)