cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori - Launch Page is blank

Former Member
0 Kudos

Hello ,

We have installed SAP Fiori backend and integration packages on ERP and Gateway respectivly . Configured and activated the relevant services on the gateway system . The issue is with the launch page , It gives a blank with rearrange and logout options .

Have looked at http://scn.sap.com/thread/3383011 but didn't helped . Individual app urls are working fine .

Also have doubt regarding SAP_UI 740 software component , Do we need this on GAteway system ?

My current gateway patch levels are below.

SAP_BASIS 731 0007

SAP_ABA 731 0007

PI_BASIS 731 0007

ST-PI 2008_1_710 0007

GW_CORE 200 0006

SAP_BW 731 0007

UI2_700 100 0004

UI2_701 100 0004

UI2_702 100 0004

UI2_731 100 0004

UI2_FND 100 0004

UI2_SRVC 100 0004

UI5_731 100 0004

UISAPUI5 100 0004

UI_INFRA 100 0004

IW_FND 250 0006

IW_PGW 100 0003

WEBCUIF 731 0000

IW_BEP 200 0006

UIGIB001 100 0001

UIHCM002 100 0001

UIHCM003 100 0001

Can please help to fix the issue .

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I am getting the same issue. My launch page is blank. Below is the screen after login to launchpage:

Here the network log for this:

  1. Request URL:

    http://aaaa.aaa.com:8000/sap/opu/odata/UI2/PAGE_BUILDER_PERS/Pages('%2FUI2%2FLAUNCH_PAGE')

  2. Request Method:

    GET

  3. Status Code:

     

    403 Forbidden

  4. Request Headersview source
    1. Accept:

      application/json

    2. Accept-Encoding:

      gzip,deflate,sdch

    3. Accept-Language:

      en-US,en;q=0.8

    4. Connection:

      keep-alive

    5. Cookie:

      sap-usercontext=sap-language=EN&sap-client=001; MYSAPSSO2=AjQxMDMBABhUAFIAQQBKAEUARQBWACAAIAAgACAAIAACAAYwADAAMQADABBNAE8ARAAgACAAIAAgACAABAAYMgAwADEAMwAwADcAMAA5ADEAOAA1ADkABQAEAAAACAYAAlgACQACRQD%2fAPswgfgGCSqGSIb3DQEHAqCB6jCB5wIBATELMAkGBSsOAwIaBQAwCwYJKoZIhvcNAQcBMYHHMIHEAgEBMBkwDjEMMAoGA1UEAxMDTU9EAgcgERIRFUJQMAkGBSsOAwIaBQCgXTAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0xMzA3MDkxODU5MTZaMCMGCSqGSIb3DQEJBDEWBBRzNMkqLQFySv1Uz%Host:

    6. aaaa.aaaa.com:8000

    7. MaxDataServiceVersion:

      2.0

    8. Referer:

      http://aaaa.aaaa.com:8000/sap/bc/ui5_ui5/ui2/launchpage/home.html?sap-client=001&sap-language=EN

    9. User-Agent:

      Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36

    10. {"error":{"code":"/IWFND/MED/170","message":{"lang":"en","value":"Noservicefoundfornamespace/UI2/,namePAGE_BUILDER_PERS,version0001"},"innererror":{"transactionid":"AEC9E8E2985BF13C91DB0050569F0394","errordetails":[]}}}

I have implemented all the notes described in install document.

OR did I missed anything?

I think missed this from UI_Add-on document, infact I didn't find in backend and can't find related service in Gataway as well.

  

4.2 Setting up the Launch Page

 

 Prerequisites

 

 

 The following OData services must be active in the back-end system:

 

PAGE_BUILDER_CONF

PAGE_BUILDER_CUST

PAGE_BUILDER_PERS

Do I need to deploy all the UI_Add-on in the backend as well. I have deployed below add-ons in Gateway system.

 

 

 

SAP UI5 for NetWeaver Add-On

  1. UISAPUI5 100 SP04 UI_INFRA 100 SP04
  2. UI2_700 100 SP04
  3. UI2_701 100 SP04
  4. UI2_702 100 SP04
  5. UI2_FND 100 SP04
  6. UI2_SRVC 100 SP04

Gateway BASIS component : 702 SPS 008

Backend BASIS component : 701 SPS 011/702 SPS 12

IW_BEP : 006

GW_CORE : 006

Thanks.

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

I think you have fixed the issue.

http://scn.sap.com/message/14183712

Please share what was the root cause? Missing role assignment?

Former Member
0 Kudos

Hi Masayuki ,

Whenever I was accessing the fiori home page , there was st22 dump in the backend and an error in /iwfnd/ERROR_LOG .

/IWFND/ERROR_LOG :

<<<<CM_BEC/026","message":{"lang":"en","value":"RFC Error: Syntax error in program /UI2/CL_EDM_DA_WD_CONFIG======CP>>>

Backend dump:

<<

Category               ABAP Programming Error
Runtime Errors         SYNTAX_ERROR
ABAP Program           /UI2/CL_EDM_DA_WD_CONFIG======CP
Application Component  CA-UI2-INT-BE
Date and Time          08.07.2013 10:29:44

Short text
     Syntax error in program "/UI2/CL_EDM_DA_WD_CONFIG======CP ".>>>>>

I raised SAP message and after appliying the recommendations in the below SAP note the issue was fixed .

0001860742 Implementation of UI2_700: Dump DYN_CALL_METH_NOT_FOUND

Thanks