cancel
Showing results for 
Search instead for 
Did you mean: 

Error while loading the runtime repository via HTTP

Former Member
0 Kudos

Hi Experts,

I am trying to delete an enhancement and when I enter the component name and the enhancement set in BSP_WD_CMPWB. I get the following error when right click the enhanced view and select delete : Error while loading the runtime repository via HTTP. How do I delete this enhancement?

Regards

Abdullah Ismail.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks for your suggestions. I had overlooked a few steps in deleting the enhancements

0 Kudos

hi,

i tried doing all this suggestion...but it's not fixing the problem still i'm facing the same problem..

Former Member
0 Kudos

For deleting.

First go to SE80, delete your BSP application.

Then delete all the Z classes you have created related to this application.

Finally go to sm34 -> BSPWDVC_CMP_EXT -> your enhancement set -> Then delete the component from the enhancement definition.

franois_henrotte
Active Contributor
0 Kudos

if for some reason the runtime repository is not coherent, you get an error each time you try to read it (and this is the case when you open a component using the transaction BSP_WD_CMPWB)

this is because the XML file is interpreted by a CALL TRANSFORMATION statement, and any incorrect node will raise an uncaught exception

solution:

enhanced view is contained into BSP application you have created the first time you enhanced the component

go to SE80 and enter the BSP application where your objects are stored (the name you provided the first time)

there you can modify directly the objects, including the runtime repository which is stored under node "Pages with flow Logic"

once the correction is done, you can access again your component through transaction BSP_WD_CMPWB (and delete it properly if this is what you want to do)