Hi,
I'm using NW 7.5 SP01 and trying to use WEB IDE Fiori Smart template.
1. I created a simple ABAP CDS view like below
@AbapCatalog.sqlViewName: 'zsql_view_test1'
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'Test'
@OData.publish: true
@UI.badge.headLine.label: 'hhhh'
define view Zcds_Test1 as select from mara {
@UI.selectionField.position:10
@UI.lineItem.position:10
key matnr as material,
@UI.lineItem.position:20
'fixed' as description,
@UI.lineItem.position:30
meins as unit
} where meins = 'EA'
2. Then I activated the service in /IWFND/MAINT_SERVICE
3. My HCC is setup and working fine with my on premise systems. I'm now trying to create a test fiori smart template applications. I can view my Odata service here and proceed to the next step.
4. Now I'm in the "Annotation" tab , where I should be able to see the annotation file which I can not see and not able to select. See the attached screen-shot.
Please help.