2017 Mar 14 9:27 AM - edited 2024 Feb 03 11:32 PM
Hi,
I try to create a simple custom CDS view as the following code:
@AbapCatalog.sqlViewName: 'ZFM_TESTCDS' @AccessControl.authorizationCheck:#NOT_ALLOWED @AbapCatalog.compiler.compareFilter: false @EndUserText.label: 'Test Custom CDS View for FM' define view ZFM_TESTCDS_Example as select from pfmbdt { * }
However, I get an error "CX_SADL_GW_CDS_PARSER-UNSUPPORTED_SEL_LIST_ENTRY: [SADL Draft Runtime]" and I can't found in google search.
Request clarification before answering.
Hi ,
Are you using * in the list of fields, If yes, mention all the required field names and activate it.
Regards,
Naveen Kumar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 8 | |
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.