Category: UI5 Integrations

  • Scan Bar Code Integration in SAP UI5

    Introduction In SAP’s world, the UI5 and Fiori Apps are used extensively to perform a large number of operations. Among these operations, there is a common requirement of a warehouse to scan a barcode pasted over a material and get the material number from it. It is similar to the bar code scanning you might…

  • Quantum Random Number Generation in SAP UI5

    Preface – This post is part of the UI5 Integration Programs series. Introduction A quantum random number is a number generated using a quantum-mechanical process, which is inherently unpredictable. In classical computing, random numbers are generated using algorithms that are deterministic, meaning they use a predetermined set of rules to produce the numbers. However, these deterministic algorithms can…

  • Chat on WhatsApp button Integration in SAP UI5

    Preface – This post is part of the UI5 Integration Programs series. Introduction WhatsApp is a messaging app that allows users to communicate with each other through text-based chat, voice and video calls, and other multimedia features. The chat function on WhatsApp is one of its main features and is used by users to have conversations with their…

  • Video Call Integration in SAP UI5

    Preface – This post is part of the UI5 Integration Programs series. Introduction Video call is a feature that allows two or more people to communicate with each other using real-time video and audio transmissions over the internet. It allows people to connect and interact with each other, regardless of their physical location, by transmitting live video…

  • Copy to Clipboard Integration in SAP UI5

    Preface – This post is part of the UI5 Integration Programs series. Introduction Copy to Clipboard functionality refers to the ability of a computer or mobile device to copy selected text or data and temporarily store it in a virtual clipboard. The copied content can then be pasted into another location, such as a document or an email.…

  • SAP BTP Destination Access in SAP UI5

    Preface – This post is part of the UI5 Integration Programs series. What is the concept of Destination in SAP BTP? In SAP Business Technology Platform (SAP BTP), a destination is a configuration object that defines the connection parameters for accessing a service or system from SAP BTP. A destination is used as a way to define the…

  • Base64 to Image Converter using SAP UI5

    Preface – This post is part of the UI5 Integration Programs series. When do we need to convert a Base64 to Image You may need to convert a Base64 string to an image for various reasons, such as: Displaying images on a web page: If you have a Base64 encoded image and you want to display it on a web…

  • Image to Base64 Converter using SAP UI5

    Preface – This post is part of the UI5 Integration Programs series. When do we need to convert an Image to Base64 You may want to convert an image to Base64 format for various reasons, some common use cases are: Storing images in databases: Instead of storing images as physical files, converting them to Base64 and storing the…

  • Text to HTML Converter Integration in SAP UI5

    Preface – This post is part of the UI5 Integration Programs series. Introduction A Text to HTML Converter is a tool or software program that converts plain text into HTML (HyperText Markup Language) format. HTML is a markup language used to create web pages and display content on the internet. The HTML format provides a way to structure…

  • Outlook or Email Client Integration in SAP UI5

    Preface – This post is part of the UI5 Integration Programs series. Introduction Outlook or Email Client Integration in SAP UI5 is a crucial aspect of modern-day business operations, as it streamlines the process of communication and data management within an organization. By integrating your email client with SAP UI5, you can efficiently manage emails, appointments, and contacts…