cancel
Showing results for 
Search instead for 
Did you mean: 

Error in WCF_CC: Viewarea Assignment does not exist: BP_DATA.BP_DATA/IDNumb

Former Member
0 Kudos

Error in WCF_CC: Viewarea Assignment does not exist: BP_DATA.BP_DATA/IDNumberWindow

I see the config in workbench as well in the config tool.

I deleted and recreated the UI Config, also tried to remove the view and add it again in runtime repository editor but get this error,

Please suggest me the rectification method to resolve this problem.

Appreciate your earliest possible help. Thanks to all for your time & effort.

Edited by: crmdevelopers on Jan 30, 2012 7:45 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi,

Do you have the viewarea defined and assignment to the view area done?

Regards

Leon

Former Member
0 Kudos

Please tell me the procedure to do it.

I see the view area assignment in runtime repository under viewsets, where I removed the view and added back again.

In the component workbench, I deleted the configuration and re-created the configuration view area assignment but resulted in the same problem on Perfom Check option.

I noticed another thing, In component workbench I'm able to see the mismatch view area which I'm able to include in the config.

But, if I select the edit button in WCF_CC, In the config tool that is launched, when I delete and try to recreate, system doesn't show me the missing view area to create again.

Edited by: crmdevelopers on Jan 31, 2012 5:58 PM

Edited by: crmdevelopers on Jan 31, 2012 6:03 PM

0 Kudos

Check if you the view area assigment exists in the component repository.

Goto Pages With Flow Logic->Repository.xml. Here you should be able to find

the view area.

Regards

Leon

Former Member
0 Kudos

It is not there in the repository.xml in component repository in 7.0. Same is noticed in 2007 system as well.

There is same error in another component BP_HEAD in which it says view area assignment is missing. There is another component developed ZBP_HEAD integrated to BP_HEAD.

In ZBP_HEAD I SEE the view ara assignment in XML. Should I make the same change directly to repository.xml to BP_HEAD??

Thanks for helping me out.

Please tell me further steps.

Edited by: crmdevelopers on Feb 1, 2012 6:25 AM

Edited by: crmdevelopers on Feb 1, 2012 6:33 AM

0 Kudos

Hi,

In xml you should be able to see the structure similar to this.

<ViewSets>
   <ViewSet id="BT121H/HeaderOP">
    <ViewArea id="OverviewPage">

     <EmbeddedView id="BT121H/ITemsOV" default="TRUE"/>
     <EmbeddedView id="BT121H/Cancellation"/>
     <EmbeddedView id="BT121H/CancellationRules"/>
     <EmbeddedView id="CUGSText.MainWindow"/>
  
    </ViewArea>
   </ViewSet>
  </ViewSets>

Compare your repository.xml with this.

Regards

Leon

Former Member
0 Kudos

if not should I create one?

0 Kudos

Yes.

Former Member
0 Kudos

System prompts for Access Key.

Could you please tell me an alternative way I could do this using Runtime Repository Editor??

0 Kudos

If you don't have the access key, then you cannot edit the repository. The alternative would be to

do this in a custom component in the Z-namespace. You can extend this component in the custom

component.

If you have not done any modifications in the standard component and still you are getting this error, i

would suggest you create an OSS for this issue so that SAP would provide you the note.

Regards,

Leon

Former Member
0 Kudos

Error in WCF_CC: Viewarea Assignment does not exist: BP_DATA.BP_DATA/IDNumberWindow

This error is shown when WCF_CC is ran for component BP_CONT not when runned on BP_DATA.

There are a few views in the BP_CONT & BP_DATA component that are enhanced. But that is it. There is no ZBP_DATA or ZBP_CONT created.

So how can I make a change. I believe raising an OSS message would not help as they could state it is problem with the Enhancement.

Please suggest.

Edited by: crmdevelopers on Feb 2, 2012 2:37 AM

0 Kudos

Hi,

This happens because BP_DATA.BP_DATA/IDNumberWindow is not visible in the component BP_CONT.

The window BP_DATA.BP_DATA/IDNumberWindow is not exposed as as interface view in BP_DATA component

and added to the component usage BP_DATA in the BP_CONT component.

Either you are using a wrong window, in that case remove this and add the correct one.

OR

You have to expose this window by adding it in the Component interface as an

interface view.And add this window in the component BP_CONT under the component usage BP_DATA.

Regards,

Leon

Former Member
0 Kudos

Both options already exists in the system.

I tried to delete and recreate again. I still get this error in WCF_CC for all the custom configuration Role Config. Key.

Any other suggestion I could try?

Edited by: crmdevelopers on Feb 3, 2012 6:06 PM