SAP-samples / fiori-elements-opensap

This repository offers optional hands-on exercises for the free openSAP course "Developing and Extending SAP Fiori Elements Apps."
https://open.sap.com/courses/fiori-ea1
Apache License 2.0
261 stars 149 forks source link

ZFE_TRAVEL_###### instead of ZC_FE_TRAVEL_###### #1

Closed bartik closed 3 years ago

bartik commented 3 years ago

unit6.md

Step 7. Description instead of Codes for the status field

  1. With these settings the description is displayed in the column Status but additionally, the code is shown within parentheses. You can use the @UI.textArrangement annotation with value #TEXT_ONLY to omit the key. Open the metadata extension file ZC_FETRAVEL###### and add the text arrangement annotation to the field OverallStatus (line 3).

Should be ZFETRAVEL###### instead of ZC_FETRAVEL###### ?

stefan0816 commented 3 years ago

Hi Bartik,

I checked this, in https://github.com/SAP-samples/fiori-elements-opensap/blob/main/week1/unit6.md#step-2-create-a-metadata-extension-file-for-the-travel-entity the suggestion is to name the metadata extension ZC_FE_TRAVEL_######:

So 3. is correct if you followed the naming suggestion. Maybe you gave it a different name?

Best regards, Stefan

bartik commented 3 years ago

Yes you are correct. I named it ZFE_TRAVEL_XXX.