cancel
Showing results for 
Search instead for 
Did you mean: 

Component Usage - filling data

Former Member
0 Kudos

I'm trying to reuse the component usage CRMCMP_PRC in the component BT111H_OPPT.

After having made requisite changes under Component in Runtime repository editor. The view does appear in the relevant viewset, however it is empty. My question is where do I fill the data?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

you need to check where from this view gets it's data it should be some CuCo controller.

Check in your IP methods and your Context Nodes to see to witch CuCo controller they are bound.

Good Luck

Eli Steklov

Former Member
0 Kudos

I've realised that the data binding should occur in Comp. controller in method WD_USAGE_INITIALIZE, however I'm unable to extend it.

I keep getting this error "Page, controller, or MIME BSPWDComponent.do already exists in application YC3_BT111H_OPPT".

Has anyone done this before?

Former Member
0 Kudos

Hi,

In se80 transaction go to the BSP application(say ZBSPAPP) which you have provided as a package for the enhamcement.

Remove the controller BSPWDComponent.do present under controllers of ZBSPAPP.

Please note the BSPWDComponent.do of enhanced BSP Application is removed and not the original one

If the error still persists,you might need to delete some entries relevant to ur enhancement in the table BSPWDVC_CMP_EXT using the transaction SM34

Hope it helps

Regards,

Santhosh