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.

Accepted Solutions (1)

Accepted Solutions (1)

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.

Answers (3)

Answers (3)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Miguel,

Ween you get a shot dump with syntax error, it means some note is missing in most of cases.

You can search a note at SAP Note & Knowledge Base Article Search | SAP Support Portal.

ST22 transaction gives you a search keyword.

I got 3 hits by searching a keyword /UI5/BADI_CONFIG_HTTP_HANDLER.

Regards,

Masa / SAP Technology RIG

Former Member
0 Kudos

Hi Masa,

I will ask to our BASIS team to look for these notes... Thanks !!

Miguel Angel.

Former Member
0 Kudos

Hi Masa,

The BASIS team already looked for SAP Notes. They are giving the same results I received some days ago, and no one of these notes can be applied in our system.

All of them are talking about to implement the BADI, but in our system the BADI don't exist, that's the problem (and the DUMP reason to be raised).

In my first message you can see the SCs in our version, everything seems right..

Miguel Angel.

Pavan_Golesar
Active Participant
0 Kudos

EkanshCapgemini
Active Contributor
0 Kudos

Copying