on 2024 Aug 23 10:52 AM
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!
Request clarification before answering.
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.