Dear experts,
I have a question about using the BOPF Action in CDS view.
I wrote the following code:
@UI.lineItem:[{
position:50,
label:'Confrm',
type:#AS_DATAPOINT,
dataAction:'Z_PSO_BOPF_999:ACTION'
}]
key dpr.time_unit as time_unit,
but it seems it does not work. Can somebody give me a hint how to make it work. Thank you.