Hello All,
This is third and final blog of this series. If you directly landed here I will suggest you to refer the first two blogs before starting with this.
SAP ABAP Programming Model for FIORI- List Report Application (Part 1)
SAP ABAP Programm...
Hello All,
This is the second blog in this series. You can refer to the first blog in the below link:
SAP ABAP Programming Model for FIORI- List Report Application (Part 1)
In this blog we will be looking into BOPF part to enable the Determination...
Hello All,
I am writing this blog after a long time. The Idea to write this blog is because the challenges I face with getting all the required details at one place while creating a List Report Application based on Fiori Elements.
When I was develo...
Hello Everyone,
We need to change the Title for the List of the Items visible in My Inbox Fiori App. For this, we have got the BADI to be implemented.
BADI: /IWPGW/ES_TGW_TASK_DATA (Task Gateway: Modify task data)
The method we using: MODIFY_TA...
Hello All,
We have created a custom OData service which is working completely fine. But when we tried to use read method on this OData it is not fetching any data.
In Debug we are not getting any error. Moreover it is not even trigger...
Hello shrinidhi.k ,
You need to bring the new fields which you want from Transactional views to Consumption Views. After that you can regenerate your BOPF and CDS Metadata, Then you can have those fields in your BOPF too.
Regards,
Amit Diwa...
Hello becrazy76 ,
Glad to know this blog series helped you. Regarding your query you can mark the field as Mandatory in the CDS Metadata.
Hope this helps.
Regards,
Amit Diwane
Hello psraju7 ,Please check if you can manage it the way mentioned in blog below:https://blogs.sap.com/2019/06/19/fiori-elements-value-help-on-a-selection-field-within-a-value-help-dialog/Regards,Amit
Hello loki_luo15 Whenever you are using any functions with Select in the selection of fields you need to provide an alias name for the field. Same you have to do here after the substring function.Regards,Amit