Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Value Help issue in cds

former_member594288
Participant
0 Likes
658

Hi,

I created a consumption cds view and i consumed in RSRT tcode, everything is working fine but it's not showing value help for the sales doc field. Please suggest me with your inputs.

@VDM.viewType: #CONSUMPTION

@Analytics.query: true

@Search.searchable: true

define view ztest_consumption as select from ztest_comp_i

{

@Search.defaultSearchElement: true

@EndUserText.label: 'Sales Document No'

@Consumption.filter: { mandatory: false, selectionType: #INTERVAL, multipleSelections: true } @Consumption.valueHelpDefinition: [ { entity: { name: 'I_SalesDocumentBasic', element: 'SalesDocument' } }]

key SalesDoc,

Item,

DeliverDoc

}

Hi,

I created a consumption cds view and i consumed in RSRT tcode, everything is working fine but it's not showing value help for the sales doc field. Please suggest me with your inputs.

@VDM.viewType: #CONSUMPTION

@Analytics.query: true

@Search.searchable: true

define view ztest_consumption as select from ztest_comp_i

{

@Search.defaultSearchElement: true

@EndUserText.label: 'Sales Document No'

@Consumption.filter: { mandatory: false, selectionType: #INTERVAL, multipleSelections: true } @Consumption.valueHelpDefinition: [ { entity: { name: 'I_SalesDocumentBasic', element: 'SalesDocument' } }]

key SalesDoc,

Item,

DeliverDoc

}

0 REPLIES 0