Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in adding new entity type to enable a new tab in standard app while extending a ABAP CDS View

spurkayastha
Explorer
0 Kudos

Hi,

This query is regarding extending an ABAP CDS view and adding new entity types to enable a new tab in the SAP provided standard app

1.Below is the landing page of app “Find Maintenance Order”

2. Now, click on any of the record and we navigate to the detail page as below. Here we want to add a new tab (XYZ) with some additional information.

3. To achieve this we have extended the CDS view C_OBJPGMAINTORDER and have added some of our application specific fields and publicly exposed the associations as below:

4. We checked the gateway project, there is neither a new association nor any entity set. These 2 things are visible in hierarchy only because this hierarchy is made up of the associations maintained in the CDS view. But we want them to be available as new entity types.

2 REPLIES 2

0 Kudos

Hello Sangita. Have you found reasonable solution for the issue you brought up? Appreciate any hints

K4I
Explorer
0 Kudos

This is late but maybe it helps out for future visitors of this question.

To add a new "tab" called section in Fiori terms you have to use the WebIDE / Business Appalication Studio and create an Adaptation project. Then you use the Visual Editor and add a Fragment and within that fragment you create an ObjectPageSection.

What you did in the CDS view is just exposing a field to the view.