cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Include Structure in CAP

former_member643578
Participant
0 Likes
638

Hello...

In ABAP we have include and append structures. I want to achieve the same thing in CAP.

First of all I have type AdditionalFields with 4 fields and i deployed to the sqllite database. After that i added ztest field in AdditionalFields type. I want to replicate the ztest field automatically in database table without using "cds deploy --to sqlite" command. but it is not working. How can i achieve this? Please help me...

View Entire Topic
gregorw
SAP Mentor
SAP Mentor

Why should it be possible without a cds deploy? Also in ABAP you have to activate your changes so the additional column is created in the database.