cancel
Showing results for 
Search instead for 
Did you mean: 

Error "CX_SADL_GW_CDS_PARSER-UNSUPPORTED_SEL_LIST_ENTRY: [SADL Draft Runtime]" in Custom CDS View

0 Kudos

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.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

Are you using * in the list of fields, If yes, mention all the required field names and activate it.

Regards,

Naveen Kumar