cancel
Showing results for 
Search instead for 
Did you mean: 

Extend CDS View with customer specific fields

jonash01
Explorer
0 Kudos

Hi,

I have got a CDS View, which i want to extend with custom fields in dependence to a customer.

The problem is, that i cant develop on their system so I have to find a possibility, that I can develop on my own System (without the fields of the customer) and use the customer fields.


@AbapCatalog.sqlViewAppendName: 'ZTESTEXT'
@EndUserText.label: 'Erweiterung eines Views um ein Z Feld'
extend view Z_TEST_VIEW with Z_TEST_EXT {
    customField //does not compile because my System doesnt know this field
}

Any suggestions?

Accepted Solutions (0)

Answers (0)