Author: Rudramani Pandey
Fixing “Option parameter is not supported… server version unknown” while deploying HANA DB (CSV) in SAP BAS
If you’re deploying a HANA DB module (HDI container) from SAP Business Application Studio (BAS) and your deploy fails with: Error: Option parameter is not supported by the server; based on detected server version unknown This usually means your deploy tool can’t “talk” to the HANA server properly, so it can’t detect the server version…
Mastering ABAP Unit Testing (AUNIT): Best Practices, Pitfalls, and SAP Guidelines
Unit testing in ABAP, powered by ABAP Unit (AUNIT), is one of the most effective ways to ensure code quality, stability, and maintainability in SAP systems. However, writing a good test is just as important as writing the productive code itself. Poorly written tests can create fragility, slow down development, and even mislead developers. This…

SAP ABAP RAP / Restful Application Programming Model: Projected association is not draft enabled
In case you are getting this error: “Error in entity ‘(Projection_View_Name(CDS))’: Projected association _AssociationName of Projection_View_Name is not draft enabled.” And you tried to fix it, but now getting this error: “Error in entity ‘Projection_View_Name(CDS)’: Entity Projection_View_Name: Association _AssociationName cannot be draft enabled.” SAP Community Ref: Similar question on SAP You can perform the following steps…

A Comprehensive Guide to ABAP Core Data Services (CDS) for SAP Developers
Check out our in-depth guide to ABAP Core Data Services (CDS) for SAP HANA. This PDF walks you through CDS basics, syntax, annotations, and more advanced stuff like RAP integration, performance tweaks, and even machine learning examples. It’s great for SAP developers and architects, packed with real-world examples, easy-to-follow tutorials, and hands-on exercises to help…
EV Charging Station Finder or Locater Using SAP UI5
Introduction of the Project Welcome to the innovative solution for finding electric vehicle (EV) charging stations. An electric vehicle will be the only vehicle everyone will be driving in the future. In that case, every driver will search for a nearby EV charging station. Therefore through this article, we will build a simple iframe based…
Qualtrics Surveys Integration In SAP UI5 or Website With Ease
Introduction of the Project Improve your data collection and insights with Qualtrics Surveys integration in SAP UI5 or your website. Our seamless integration makes it easy to add powerful surveys to your platform, allowing you to gather valuable feedback and insights from your users. With Qualtrics, you can get a comprehensive understanding of customer satisfaction,…
Integrate Qualtrics Surveys In SAP UI5 Using JavaScript
Introduction of the Project Are you looking to enhance your SAP UI5 experience with the power of data-driven decision-making? Look no further! We will provide you with the solution by teaching you how to integrate Qualtrics Surveys in SAP UI5 using JavaScript. With this integration, you can easily collect, manage and analyze survey data without…
Enhancing SAP UI5 Applications with OpenAI GPT-4-turbo (GPT-4o): Generative AI and SAP
Introduction In today’s digital world, creating intuitive and responsive web applications is crucial for businesses. SAP UI5 is a powerful framework that helps developers build such applications with ease. It offers a rich set of tools and libraries to create seamless user interfaces. On the other hand, OpenAI’s GPT-4-turbo is an advanced language model that…
Implementing Cookie Settings in SAP UI5
Introduction With the constant evolution of the web and the various platforms that power it, ensuring a seamless user experience is crucial. In SAP UI5, a key component that aids in enhancing this experience is the use of cookies. Through this article, we’ll delve into the realm of cookies in SAP UI5, why they’re essential,…
Steps to Install visual studio code for SAP UI5/fiori development
Installing Visual Studio Code (VS Code) for SAP UI5/Fiori development involves setting up VS Code with the appropriate extensions and tools to facilitate SAP UI5/Fiori application development. Follow these steps to get started: Step 1: Install Visual Studio Code 1. Download Visual Studio Code from the [official website](https://code.visualstudio.com/). 2. Run the installer for your operating…