Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Field Description changes at backend using CDS Views

former_member501206
Participant
0 Kudos

Hello All,

Am developing a CDS view, i want to change the description of the fields in the Back end when i check through SE16 or SE11.

Can you Please guide me on the same.

3 REPLIES 3

developerone
Contributor
0 Kudos

It is not possible to change the description of the fields created using CDS in SE11. You will need to create/change the alias of the field using ABAP Development Tools using Eclipse or HANA studio.

0 Kudos

My question was different, i wanted to understand if our annotations have an impact on the backend views.

former_member1716
Active Contributor

Hello,

Annotations have only impact on the UI part and then wont reflect at the backend database tables. Based on the Data element that is being used or based on the values (CASE statements) each field gives the description of the fields get assigned.

Regards!