3 weeks ago
When i put the virtual element, it keeps erroring out and says keyword localized is expected
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Uttam3 You may try to use annotations like below:
@ObjectModel.virtualElementCalculatedBy: 'ABAP:ZCL_OTC_0365_GET_SERIAL'
@EndUserText.label: 'Serial No'
virtual serialNumber : char225
If char225 not work then try like abap.char225
For more details you may refer
Thanks-
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
true, what I understood by Virtual is - when we need to add new column which is not a part of original entity and may be calculated at runtime based on data available. Ideally all annotations and non entity columns in this case Virtual element or column should also go to Projection View. you should try to use Projection Views if possible... Thanks-
User | Count |
---|---|
54 | |
10 | |
9 | |
8 | |
5 | |
5 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.