on 2024 Oct 03 4:04 PM
Hi,
I have a RAP custom action with an input parameter. It's working fine but I would like to offer a value help to users (a dropdown would be the best!).
In my behavior definition I have :
action ( features : instance ) myAction parameter myAbstractInputEntity result [1] $self;
Here is my abstract entity
@EndUserText.label: 'Input for release code'
define abstract entity myAbstractInputEntity
{
@Consumption.valueHelpDefinition: [{ entity:{name: C_PurReleaseCodeSrchHelp', element: 'PurchasingReleaseCode ' }}]
key PurchasingReleaseCode : frgco;
}
Here is the ouput:
I couldn't find anything that works on SCN nor in RAP/CDS documentations...
Any suggestion would be really appreciated!
ABAP RESTful Application Programming Model
Request clarification before answering.
check if that valuehelp entity is exposed in your odata service.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I also changed the manifest as suggested by @MioYasutake.
User | Count |
---|---|
77 | |
30 | |
10 | |
8 | |
8 | |
7 | |
7 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.