The following ABAP CDS annotation is used in an SAP Fiori elements app.
What will be displayed in the upper left part of the object page?
@UI.headerInfo: {
typeNamePlural: 'sales orders',
typeName: 'Sales Order',
title: { type: #STANDARD, value: 'Sales order Number'},
description: { type: #STANDARD, value: 'Sales Order Owner'}
}
Note: There are 2 correct answers to this question.
Submit