cancel
Showing results for 
Search instead for 
Did you mean: 

CDS Odata generation with paramter without @odata.publish = true

mohit_bansal3
Active Participant
0 Kudos

Hi team,

I have developed few CDS with paramters and not using the annotation @Odata.Publish = true.

I have generated the Gateway service with SEGW using Map to data source CDS option.

Any idea how paramter can be called with the entityset.

Code for CDS is as follows

@AbapCatalog.sqlViewName:'Z_TST11'

@AbapCatalog.compiler.compareFilter:true

@AccessControl.authorizationCheck:#CHECK

@EndUserText.label:'data defination with view'

@OData.publish:true

defineview Z_Test_12

withparameters p_matnr : abap.char(40)

asselectfrom mara as a

innerjoin eban as b

on a.matnr = b.matnr

{

key a.matnr,

b.afnam,

a.aenam

}

where a.matnr =$parameters.p_matnr;

Regards,

Accepted Solutions (0)

Answers (0)