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

How can I change the description of a data definition using ADT

prohner
Explorer
0 Likes
3,070

Dear all,
I have created a couple of new data definitions by using the copy & paste functionality in ADT. Now, all the new data definitions inherited the description of the very first definition. I have tried to figure out how to change that description. I was not successful. Even in the properties section, I am not able to change it.
Does anyone have a hint for me?
Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

wolfgang_woehrle
Product and Topic Expert
Product and Topic Expert
0 Likes

Dear customer,

do you know the @EndUserText.label CDS annotation?

The @EndUserText.label annotation used in the definition (= before the select list) provides a text as description for the data definition.

Sample:

@EndUserText.label: 'Booking View Entity for Draft RefScen'

@AccessControl.authorizationCheck: #NOT_REQUIRED

define view entity /DMO/R_Booking_D

as select from /dmo/a_booking_d

.....

Does this help?

Kind regards,

Wolfgang

prohner
Explorer
0 Likes
Hi Wolfgan,
prohner
Explorer
Hi Wolfgang, I have found the solution..... it was stupid (from me). I had to double click on the CDS views.... then the properties were open for changing the description. Thanks for helping!