cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori: Fixed asset Factsheet implementation error

0 Kudos

Hi Experts

I implemented Fixed Asset Factsheet application.

I created the Fiori tile with follow parameter.

   semantec object: FixedAsset

   Action:     displayFactSheet

and activated the service

   OData sevice CB_FIXED_ASSET_SRV/CB_GL_ACCOUNT_SRV

   SICF : BSCBN_ANF_FIN

Then I executed the Application via Fiori but I got "Could not open app. Try again later." error.

I got error trace via Browser as follow.

Could you please help me?

2015-10-27 19:29:11 OData annotations could not be loaded: error - 

2015-10-27 19:29:11 Application initialization failed due to an Exception:

TypeError: Cannot read property 'CB_FIXED_ASSET_SRV.FixedAsset' of null

    at sap.ushell.components.factsheet.factory.I (eval at <anonymous> (http://<hostname>:<port>/sap/bc/ui5_ui5/ui2/ushell/resources/sap/fiori/core-min-3.js:11:36466), <anonymous>:580:37446)

    at Object.sap.ushell.components.factsheet.factory.ThingInspector (eval at <anonymous> (http://<hostname>:<port>/sap/bc/ui5_ui5/ui2/ushell/resources/sap/fiori/core-min-3.js:11:36466), <anonymous>:580:69143)

    at sap.ui.jsview.createContent (eval at <anonymous> (http://<hostname>:<port>/sap/bc/ui5_ui5/ui2/ushell/resources/sap/fiori/core-min-3.js:11:36466), <anonymous>:582:1338)

    at http://<hostname>:<port>/sap/bc/ui5_ui5/ui2/ushell/resources/sap/fiori/core-min-2.js:19:12750

    at Function.d.runWithPreprocessors (http://<hostname>:<port>/sap/bc/ui5_ui5/ui2/ushell/resources/sap/fiori/core-min-1.js:16:3644)

    at J.onControllerConnected (http://<hostname>:<port>/sap/bc/ui5_ui5/ui2/ushell/resources/sap/fiori/core-min-2.js:19:12691)

    at V._initCompositeSupport (http://<hostname>:<port>/sap/bc/ui5_ui5/ui2/ushell/resources/sap/fiori/core-min-2.js:19:15224)

    at E.extend.constructor (http://<hostname>:<port>/sap/bc/ui5_ui5/ui2/ushell/resources/sap/fiori/core-min-1.js:16:2860)

    at M.extend.constructor (http://<hostname>:<port>/sap/bc/ui5_ui5/ui2/ushell/resources/sap/fiori/core-min-1.js:16:96733)

    at E.extend.constructor (http://<hostname>:<port>/sap/bc/ui5_ui5/ui2/ushell/resources/sap/fiori/core-min-1.js:16:85235) - 

2015-10-27 19:29:11 TypeError - Cannot read property 'CB_FIXED_ASSET_SRV.FixedAsset' of null

2015-10-27 19:29:11 Could not open app. Try again later. - 

Uncaught TypeError: Cannot read property 'appendChild' of null

2015-10-27 19:29:11 registerResourcePath ('sap/ushell/components/tiles', '/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell/components/tiles/') -  sap.ui.ModuleSystem

2015-10-27 19:29:12 registerResourcePath ('sap/ushell/components/tiles', '/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell/components/tiles/') -  sap.ui.ModuleSystem

Best Regards

Yohei

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Dear Kawana,

Have you got the answer already?

May I know how did you solve it?

Cause we are stuck with similar issue, with front end "could not open app" error and F12 cannot read property XX of null.

UIEAAP01 is on SP08 and SAP_UI on SP13

Thank you indeed!

Chloe

andreipg
Explorer
0 Kudos

Hello Chloe,

Have you resolve the error?

Thank you

0 Kudos

Additional information about our system

  S/4 HANA SPS 1508

  UIEAPP01 SP8 and  UIX01EAP SP08

Thanks!

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Yohei,

Factsheet is called from search result or analytical app with specific object ID.

Using tile does not make any sense.

Can you open a factsheet from search result? Have you configured Web Dispatcher?

Please follow the RDS document.

Regards,

Masa / SAP Technology RIG

0 Kudos

Hi Masa-san

Thank you for your help!

I will check it.

andreipg
Explorer
0 Kudos

Hello Masayuki,

Would you be able to help with the similar problem we are facing?

Our web dispatcher config is similar to this:

# SAP Web Dispatcher Ports

icm/server_port_0 = PROT=HTTP,PORT=8101

icm/server_port_1 = PROT=HTTP,HOST=localhost,PORT=8101

# Fiori Routes Configuration

#S4HANA

wdisp/system_0 = SID=ECC, MSHOST=xyzfqdn.com, MSPORT=8101, SRCURL=/sap/es;/sap/bw/ina;/sap/bw/Mime/DS/Cont

ent;/sap/bw/Mime;/sap/bw, CLIENT= 300

#Hana XS

wdisp/system_1 = SID=HDX, EXTSRV=http://xyz.com:8000, SRCURL=/sap/hba;/sap/hba/apps;/hana;/sap/hana;/sap

/ui5

#Gateway

wdisp/system_2 = SID=GTW, MSHOST=xyzfqdn.com, MSPORT=8101, SRCURL=/sap/opu;/sap/public;/sap/bc;/sap/bc/ui5

_ui5;/sap/public/bc;/sap/saml2;/ui2/nwbc, CLIENT=100

Profile

Thank you