cancel
Showing results for 
Search instead for 
Did you mean: 

Error when accessing the SAP Fiori Launchpad

Former Member
0 Kudos

Hi all,

We are trying to test My Inbox Fiori app in our system.

We're following the How-To manual, and now we're on step #4:

When we try to start the SAP Fiori Launchpad, we're receiving an error:

The BADI /UI5/BADI_CONFIG_HTTP_HANDLER is not available into the system:

I think we have all the necessary SC installed:

Any idea??

Thanks,

Miguel Angel.

View Entire Topic
Pavan_Golesar
Active Participant
0 Kudos

Hi Miguel Angel,

you might want to syntax check below include:

/UI5/CL_CONFIGRBL/HTTP/HANDLERCP

Also on Front-end Server (FES) you have to activate the OData services and ICF nodes for the SAP UI5 applications in SAP NetWeaver Gateway. This enables the corresponding HTTP request handlers.


Can you check this and let us know if HTTP request handlers are correctly setup.


--Pavan G

Former Member
0 Kudos

Hi Pavan,

The syntax check of /UI5/CL_CONFIGRBL_HTTP_HANDLER raise an error (missing the same BADI):

The OData and SICF services are active (we are following 😞

Miguel Angel.

Pavan_Golesar
Active Participant
0 Kudos

Okay, As the mentioned error is w.r.t HTTP Handler List, Hope the Http handler setup is in place cause when the URL is called up in browser then the http request handler is triggered. you need to inset the handler into an ICF service in transaction SICF.

For more Info:

Creating and Configuring an ICF Service - Components of SAP Communication Technology - SAP Library

Let us know more after carrying above steps from Help Guide.

Hope this help!

Also following link also talks about Handler. Might be of use, but above link is more of required info.

How to clear the Browser Cache Manually of SAPUI5 Application? | Fiori Tutorials

Thanks,

Pavan G.

Message was edited by: Pavan Golesar

Former Member
0 Kudos

Hi Pavan,

We checked your links, but we already have done everything in our system:

The problem remains the same, the BADI /UI5/BADI_CONFIG_HTTP_HANDLER is not available in the system... 😕

Miguel Angel.