cancel
Showing results for 
Search instead for 
Did you mean: 

Custom field in service entry sheet Fiori App

Daniel_NTT
Explorer
0 Kudos
384

Hello everyone,

I spent so many hours on debug and looking for any valuable information - unfortunately with no result.

I have requirement to extend view which shows during service entry sheet creation using purchase order reference. After giving PO number and pressing enter we see view with PO items. And this is what I want to extend. I have to add another column to this table/view(CDS ?). 

I checked app documentation. There is information about CDS's which could be extended:

App Extensibility: Manage Service Entry Sheets - Lean Services | SAP Help Portal

but in my opinion its related with SES view extension. Seems its not my case.

Daniel_NTT_0-1726818050384.png

View that I would like to extend is below. I looked for something like *_VH with no result.

Daniel_NTT_1-1726818084575.png

Thank you for any help.

 

View Entire Topic
Noel_Hendrikx
Active Contributor
0 Kudos

Hi Daniel,

Maybe you can reverse engineering this. Check out in the browser which odata (cds) calls are made (filter in Network tab on 'opu'). Now you can see which odata service is being used.

Noel_Hendrikx_0-1727942154435.png

 

At the gateway go to /n/iwfnd/maint_service and check the odata service. I am sure you know what to do now (SEGW), since I am a frontend developer 😛

Hope this helps.

 

Noël