cancel
Showing results for 
Search instead for 
Did you mean: 

It's not seen available component in assignment block via UI Configuration

Former Member
0 Kudos

Hi, SAP Experts.

I met a some problem in Webui Configuration (via Tcode : BSP_WD_CMPWB)

I wanna diplay or undisplay particular component in UI Configuration.

I move to left section (available assignment blocks) from right section(Displayed assignment blocks) some component.

but, It's not seen some component in left section completely.

It's not displayed components in ui configuration (available assingment block)

I don't know why occurs this problem.

Let me know or explain how to solved this problem.

Accepted Solutions (1)

Accepted Solutions (1)

former_member202474
Contributor
0 Kudos

Hi Chang,

I actually dint understand the problem your are facing , but still can tell you the standard behaviour.

Generally we have a set of assignment blocks available in two sections i.e Available List at left side and Dispalyed List at right hand side.All the AB's present at the right hand side would be displayed on Web UI. IF they are not gettting displayed then check your personalisation settings and do reset to default and save once the configuration.

In case you need to bring any of the AB's at left hand side to right ...................do that and save the configuration. You should be able to see all the AB's whcih are at the right hand side.

Sometimes few AB's are hidden at runtime, though they appear in the displayed list. In the controller class of the overview AB, there are two methods namely 'DETACH_STATIC_OVW_VIEWS' and 'REATTACH_STATIC_OVW_VIEWS'. Dettach is used to hide few AB's at runtime and Reattach is to add them. Keep a break-point in these methods and check is they at being hidded based on some condition at runtime. Check the outgoing parameter rt_return.

Hope this helps .

Regards,

Ruby.

Former Member
0 Kudos

Hi, Ruby.

Thanks for your answer.

But, My Problem is not Webui runtime but particular component's overview in ui configuration screen (tcode : BSP_WD_CMPWB)

in case Tab 'Configuration'...

It's not visible available assignment blocks(available component) in left block.

former_member202474
Contributor
0 Kudos

Hi Chang,

Please check the overview viewset in the runtime repository of the component, which you are chking from the transaction 'BSP_WD_CMPWB'. All the views available in the viewset will be present in the list of available AB's.

For e.g In the component 'BT111H_OPPT'............runtime repository ...........ViewSet BT111H_OPPT/OpportunityOVViewSet contains the list of all possible AB's.

Regards,

Ruby.

Former Member
0 Kudos

Hi.Ruby.

According your advice, I checked runtime repository editor.(For e,g CPG_MAIN)

But I couldn't know any problem.

Please refer to under hyperlink.

[http://blog.naver.com/PostList.nhn?blogId=sunspider&parentCategoryNo=11&logNo=30073428424]

Answers (0)