Parameterstrukturen definieren
- Parameter als eigene abstrakte CDS Entität modellieren
- Struktur enthält alle nötigen Felder für die Action
- Beispielstruktur:
@EndUserText.label : 'Status Action Input Structure'
@AbapCatalog.enhancementCategory : #NOT_EXTENSIBLE
@AbapCatalog.tableCategory : #STRUCTURE
define structure zkp_status_ae {
status_code : abap.char(10);
comment : abap.string;
}