cancel
Showing results for 
Search instead for 
Did you mean: 

Bol Entity F4 help not working

Former Member
0 Kudos

Hi,

I did EEWB and couple of other changes and now when I create a view and go to the model screen while creating

the view , i cannot select any exising BOL entity using f4 or by giving names.

I am not sure what change did this.I reversed the EEWB for Bupa But no luck

Is there any setting which i have to check why this is happening. The f4 for Model Node doesnt pull any value at all?

solved on my own ... some bug the frame work.....

Edited by: George Abraham on Jun 6, 2011 9:30 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI,

This is not any bug.. To solve your problem ...Go to your runtime repository..in the model section add model 'ALL' or any other specific model which you require.... ALL means you can use any entity in your component.. So don't change any thing else to solve this problem..

adhimassetianeg
Explorer
0 Kudos

I have the same problem. How do you solve it?

I've solved it by doing these steps:

1. Put a breakpoint inside a static method ADD_CNODE_WZ of the class CL_BSP_WD_ENHANCEMENT_API. Put the break point at the first statement.

2. Open the component and create a context somewhere. The debugger should be displayed, stopping the execution at your breakpoint.

3. Change the value of the static attribute BOL_APPL to 'ALL'. The class will remember this value for any subsequent requests.

4. Continue program execution by pressing F8.

That's all.

I know there should be a proper way to change the value. But at the moment this works for me.

Edited by: Adhimas Setianegara on Sep 21, 2011 2:58 AM

Edited by: Adhimas Setianegara on Sep 21, 2011 3:12 AM