4 weeks ago
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.
View that I would like to extend is below. I looked for something like *_VH with no result.
Thank you for any help.
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The best solution is to identify the CDS OData services that populate that table and create a CDS extension. Most of the time, when you extend the CDS, the Fiori app automatically incorporates the extension as well. Take a look at this blog for more details: Extending CDS Views
I cannot provide more specific details as I do not have access to the app, but I have successfully implemented similar solutions multiple times.
Sebastiano
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Its on premise system.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
11 | |
11 | |
10 | |
9 | |
8 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.