on 2022 Sep 21 12:56 PM
Hello everybody,
I have created a simply abstract entity:
@EndUserText.label: 'Popup for events'
@Metadata.allowExtensions: true
define abstract entity ZD_EVENTPOPUP_WR
{
@Consumption.valueHelpDefinition: [{ entity: { name: 'ZI_EVENTCODEVH_WR',
element: 'InspectionCode' } }]
@ObjectModel.mandatory: true
@EndUserText.label: 'Code'
Ereignis : zpwr_event_code;
@ObjectModel.mandatory: true
@EndUserText.label: 'Notification date'
Meldungsdatum : aedat;
@EndUserText.label: 'Notification text'
Meldungstext : ktext;
}
I use this entity as a popup (parameters) for an action. It works as expected in preview from ADT (the ValueHelpButton is shown:
But in the App (Fiori Elements generated from WebIDE ) the annotation doesn't work - ViewHelpButton is not shown:
By the way - the @EndUserText.label not work for Element as well (the enitity name ist shown as a label!) Could anybody explain me what is wrong in my entity definition?
Regards,
Boguslaw
Request clarification before answering.
Delete the parameter from the manifest.json
"sap-value-list": "none"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
58 | |
8 | |
7 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.