cancel
Showing results for 
Search instead for 
Did you mean: 

Interface controller changes not visible in DC2

0 Kudos

Hi Experts,

                   I have reimported model with some new input field. We have DC1 for models and DC2 for views. DC1 is used under DC2. I have new attribute now in interface contoller of DC1. But the problem arises when i try to access that new attribute in DC2 I am not getting the updated structure of the interface controller in the DC2. I tried by removing DC1 from used components of DC2 and added,Rebuild without success. One more thing which i have observed is i am not getting the updated model also in DC2. Please help how to proceed in such scenario where i need to reimport model and use in another DC.

thanks,

Nooruddin

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor
0 Kudos

maybe you have to add the model to public part again.

0 Kudos

Thanks for the reply.I am new to the DC models.please tell me the next steps after adding the model to the public part.

thanks,

Nooruddin

Former Member
0 Kudos

Hi Noor,

To get the updated model of DC1 in DC2, just try the the below steps:

1) Create public part for DC1 ( right click on DC1 component and choose add to public part. Rebuild the project)

2) Add dependency in DC2 ( In component properties of DC2, choose "add " and select DC1)

3) In DC2--> Right click on used component and choose add used component. Browse and select the DC1's component.

Hope this helps!!!

Regards,

Anurag

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

http://scn.sap.com/docs/DOC-54047

In this you will find steps to call DC1 into DC2.

Also try build for the DC you have made changes in.

Thanks