ABAYTHON

How to add TextArrangement annotation in SAP UI5

The TextArrangement annotation is used to render the ID and the Corresponding Text in a particular format. The following CDS View UI Annotation is used to create the TextArrangement Annotation The above CDS View TextArrangement annotation will generate the below annotations in the metadata file. TextArrangement annotation works only together with the Text annotation. As …

How to add TextArrangement annotation in SAP UI5 Read More »

How to add UI.lineItem Annotations in SAP UI5

In the CDS View , the UI.lineItem annotations are set like below. The below line introduces the column and the corresponding records in the SAP UI5 Table @UI.lineItem:[{position:1, importance:#MEDIUM}] The above CDS View line of code will generate the below Annotations XML Code. com.sap.vocabularies.UI.v1.LineItem is used to define the line items of a table The …

How to add UI.lineItem Annotations in SAP UI5 Read More »

How to create SAP UI5 Responsive table with JSON Data

This post contains the actual XML View code and the controller javascript code to construct a SAP UI5 Responsive table with JSON data of type sap.m.Table and connent it to JSON Data Below controller code shows how the JSON Data is set on the Responsive table of type sap.m.Table

How to create SAP UI5 Grid table with JSON Data

This post contains the actual XML View code and the controller javascript code to construct a SAP UI5 Grid table with JSON data of type sap.ui.table.Table and connect it to JSON Model XML View code with Grid table of type sap.ui.table.Table JSON Model is set on the Grid table as shown below

How to create SAP UI5 Grid table with OData model

This post contains the actual XML View code and the controller javascript code to construct an Grid table of type sap.ui.table.Table and connent it to OData Service XML Code below with Grid Table of type sap.ui.table.Table used OData model is set on the view as shown below

How to create SAP UI5 Smart table with OData model

This post contains the XML View code and the important controller code to create the sap ui5 smart table with OData service of type sap.ui.comp.smarttable by setting the OData model on the smart table XML View code below shows the Smart table being created OData model is set on the view as shown below