cancel
Showing results for 
Search instead for 
Did you mean: 

How to extend BOPF related to a CDS view

2,005

Hi All,

I have to extend a standard app with draft functionality (customer manager ) with new fields. I have extended the appropriate CDS views (C_BusinessPartnerSalesArea, I_BusinessPartnerSalesAreaTP and I_BusinessPartnerSalesArea ).

However, This CDS view is related to a generated BOPF business Object which has not been regenerated automatically when activating the view, so it does not contain my new fields . In this Business object I need only to extend two structures ( the draft structure and the persistence structure ISBUSINESSPARTNERSALESAREATP_D).

Can I simply extend these two structure or there is another way to do this.

any help would be appresicated.

View Entire Topic
0 Kudos

Hello!
yes, you need to extend structures and draft DB table also.

Please check this article: How to extend Draft model

0 Kudos

I did this and it solved my issue , Thanks

0 Kudos

Solved, I extended these structure.