nitinksh1
Participant
Member since ‎11-29-2022

User Statistics

  • 12 Posts
  • 0 Solutions
  • 1 Kudos given
  • 35 Kudos received

User Activity

Introduction When working with large datasets in SAP OData, server-side paging can be a useful technique for improving performance and reducing the amount of data that needs to be transmitted over the network. Two commonly used parameters for server-...
Introduction In the previous blog, we have discussed about the URI calls which do not require any custom implementation. In this blog, we will go through the URI's which do require custom implementation. Steps We can divide OData URI to 2 parts: D...
Introduction We have some very good blogs on how to create an OData service from scratch. I would recommend these blogs if you are new to OData. Blog1   Blog2    Blog3  Blog4 SAP has given us options for multiple URI call options. In this blog, we ...
Introduction QR (Quick Response) codes are two-dimensional barcodes that are widely used for storing and sharing information. They are particularly useful because they can be read quickly and easily by a smartphone or other device equipped with a cam...
Introduction In this blog, I would like to show you how to download a ZIP package stored on an application server via Odata call in very simple steps. I have tried not to add any additional logic apart from downloading the ZIP package from the Odata...