on 2023 Mar 09 9:53 AM
Hi,
I want to include f4(value help) for the created by, created on, changed by , changed on , valid from and valid to . Can anybody help me urgently?
Request clarification before answering.
how about
extend <aspect> with ...
https://cap.cloud.sap/docs/cds/cdl#extend
Are you sure you want to extend "managed" which is then valid for all inclusions? If not, 'derive' a new aspect eg.
aspect managedWithValueHelp: managed { valueHelp: association to ... ; };
and add the value help associations directly into that new aspect (no need for extensions).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
58 | |
8 | |
7 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.