cancel
Showing results for 
Search instead for 
Did you mean: 

How to enable value help in extend CDS view on the field

former_member358451
Discoverer
0 Kudos

Hello friends!

Doesn't work value help on the additional field in the extend view.

Could you see what's wrong in the code below, please:

@AbapCatalog.sqlViewAppendName:'ZCPOMNTRACC_EXT'

@EndUserText.label:'Purchaseorderitemacct ext'

extend view C_Purchaseorderitemacctmntr with Z_C_Purchaseorderitemacct_ex01 {

@Search.defaultSearchElement:true

@UI.selectionField:{position:100,importance:#HIGH}

@Consumption.valueHelpDefinition:[{entity:{name:'ZC_MM_OrderValueHelp',element:'OrderID'}}]

PurOrdAccAssign.OrderID

}


Unfortunately, I haven't got enough experience and don't know where the bug is.

Thanks in advance, Mike.

View Entire Topic
0 Kudos

HI,

Currently i am facing the same issue. can anyone please tell what is the soultion for this?