cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP CDS Parameter filter Value Help results with entity field

JaimeRodriguez
Participant
0 Likes
380

Hi everyone!

I'm trying to develop a RAP application with an action to change the status that has as an input parameter to specify the status.

The parameter abstract entity is like that:

define abstract entity ZD_ChangeStatusP
{

  @Consumption.valueHelpDefinition: [{
      entity: {
          name: 'ZI_DocumentStatus',
          element: 'Status'
      },
      
      additionalBinding: [{
          localElement: '',
          element: 'DocumentType',
          usage: #RESULT
      }]
  }]
  Status : zdocument_status;

}

I'd like to filter the results with the "DocumenType" value from the entity.

Is it possible?

Thanks in advance!

Accepted Solutions (0)

Answers (0)