Here’s a piece I wrote in collaboration with my colleague, Serge Poueme, about our department’s experience with the open source pipeline powerhouse: Spinnaker. As a Site Reliability Engineer responsible for delivery excellence, solid deployment is important to me. I’ve been working with SAP for a little while now and I’m proud to be a part....

End to end to performance consists of the time spent in the client (browser/device), the server and the network. Quite a few factors influences performance in terms of client settings, network setup and how you customizations are implemented. The following articles and how-tos will help you run C4C with optimal performance.   Performance Analysis Blogs....

In SAP Spartacus document there is a page for “How to Debug a Server–Side Rendered Storefront” using Visual Studio Code. https://sap.github.io/spartacus-docs/3.x/how-to-debug-server-side-rendered-storefront/ This document just introduces another way to debug, using Chrome Dev Tools instead of Visual Studio Code.The steps are written based on Spartacus library with version 3.4.1. (1) create a Storefront using Spartacus library....

Observability on SAP Commerce Cloud is mainly based on 2 tools : Dynatrace as an APM   SAP Cloud Logging to check for logs This article is a quick guide on how to find resources for these on help.sap.com Dynatrace Dynatrace is the APM used on SAP Commerce Cloud. Description Link Here is a quick....

At the beginning of the year, I wrote a couple of blogs on using Terraform to automate and manage SAP BTP. The first one (Infrastructure as Code for Cloud Foundry and Kyma Environments) explained what is Terraform and Infrastructure-as-Code + a demo on how to manage Cloud Foundry ORGs, spaces and services with a Terraform....

The process of gathering data from numerous sources is an essential prerequisite for organizations to carry out advanced analytics, data science, and machine learning. However, ingesting and consolidating this data to establish a trustworthy, unified data repository is an arduous and expensive task. In this blog post, I will demonstrate the process of ingesting data from....

Advanced Event Mesh as a very capable event broker, has many features that are mentioned in various articles and blogs. One of these features that Advanced Event Mesh offers is various connectivity options for messaging, including APIs for Java, C, .NET, iOS, node.js, Python, and support for protocols such as AMQP, JMS, MQTT, REST, and WebSocket.....

Using the SAP HANA Cloud Central Wizard, the SAP HANA Cloud Instance can be created. Start with assigning the instance to a Cloud Foundry Organization and Space, Choose the name and description for the instance. Choose a user and password to log on to the instance. Then, choose the DB size, CPU and disk Storage....

To the beginners in CPI, for hands-on this blog would be helpful understanding how can we integrate ChatGPT using CPI basic Iflow with steps. ChatGPT: It’s a chatbot powered by OpenAI’s GPT (Generative Pre-trained Transformer) language model. It’s capable of generating human-like responses to various questions and prompts. It can be integrated into messaging platforms, customer....

This series will focus on enabling you to utilize the features of SAP HANA Cloud and developing data models using it. Prerequisites : To begin on this learning journey, the first few steps would focus on preparing your modeling environment. Below mentioned tutorials will help you to setup your BTP account and enabling your Business....

Introduction : SAP BTP provides many services, SAP HANA Cloud Database is one of them. As each service provides one or more service plans, which could be thought of as a variant, similarly SAP HANA Cloud is offered in different configurations and sizes. The plan one chooses is known as entitlement and quotas represent how....

In this blog, I will try to show you how you can start developing CAP-based Fiori apps. My purpose is to learn and share the basics of CAP application building. I’m just getting started with developing cap applications, so any advice or feedback is really appreciated. You will learn below topics; Developing a basic CAP....

In my last blog post about Custom Business Objects, I illustrated some simple cases of how to execute API operations on a Custom Business Object in S/4HANA Cloud. In this follow-up post on CBO’s, I’d like to demonstrate a slightly more complex use-case that you might need to employ if you have specific customer requirements that necessitate....

I’m writing this blog to help new Users who are trying to understand how Cloud Data Sources work. The general idea is to share some very basic information about Cloud Data Sources and to provide more advanced understanding about this topic. Cloud Data Sources: Cloud data sources are useful if you want to upload analytical....

Switching from a conventional middleware to direct consumption of a RESTful API in Azure Cloud requires me to design and build a new SAP program .   Business scenario  SAP Invoices are to be sent out to Microsoft Dynamics AX Cloud to create local invoices in AX. The invoices from SAP need to be stored....

Microservices Design Patterns: Aggregator API Gateway Chained or Chain of Responsibility Asynchronous Messaging Database or Shared Data Event Sourcing Branch Command Query Responsibility Segregator Circuit Breaker Decomposition Microservice architecture has become the de facto choice for modern application development. Though it solves certain problems, it is not a silver bullet. It has several drawbacks and....

Cross-Site Request Forgery (CSRF) is an attack that forces an end user to execute unwanted actions on a web application in which they’re currently authenticated. Enabling this feature in any API is one of the ways to prevent this attack. CSRF Protect the request from other networks when they are sending a modifiable request in....

Neste blog trarei algumas dicas e tópicos de como estar preparado para o RISE with SAP com ‘S/4HANA Cloud, private edition’.   Estratégia Multinuvem O RISE with SAP faz parte da estratégia multinuvem, onde várias soluções SAP de suas nuvens estão embaixo do mesmo contrato e são utilizados pelo cliente de maneira integrada, afim de realizar os respectivos processos....

The days of gigantic, monolithic programs are archaic; frankly, the complexity of a single-program approach is overwhelming. A modular approach to architecture is, therefore, the clear winner and a logical choice. Modular systems support a work breakdown structure (WBS) of the functionality of a larger system into smaller parts, and good architecture designs use microservices....

In the SAP Commerce Quote business use case with C4C (SAP Cloud for Customer) integration, the quote request process is streamlined and made more efficient by utilizing the capabilities of C4C. C4C allows sales representatives to access customer information and data, as well as manage quotes, sales orders, and other processes in one centralized location....

写在前面:本篇博客为翻译作品,希望帮助使用中文的客户通过更好地理解 SAP S/4HANA Cloud 更新/升级中所能使用的特性、功能和限制,帮助您更好地计划业务,整体提高使用产品的效率。 同时也感谢 Vincent Zhu (Vincent Zhu)在本篇翻译过程中所提供的建议!   原作者是: Akshay Sharma (Akshay Sharma) 原文发布在:https://blogs.sap.com/?p=1648480?source=email-global-notification-mod   如今,客户希望云解决方案能够提供持续可用性,无需等待计划维护事件。他们期待软件部署不再中断其业务。这正是蓝绿部署(Blue-Green Deployment)方法帮助 SAP S/4HANA Cloud 实现的成果。 随着当前蓝绿部署能够支持基于 ABAP 的云系统的更新(hotfix 热修复)和升级(新版本发布),SAP S/4HANA Cloud 的停机时间为 5 分钟或更短。这一数字将计划进一步减少,直至到0。 本博客旨在向您介绍 SAP S/4HANA Cloud 更新/升级中使用的蓝绿部署方法,并讨论即使正在运行更新/升级,用户也可以使用的所有特性和功能。下面,我们开始吧!   什么是蓝绿部署? 蓝色和绿色仅指不同版本的两个运行时(runtimes)。如下图所示,蓝色是当前正在使用的生产运行版本,绿色是更新/升级之后的版本,最终将替换蓝色版本。 蓝绿部署   蓝绿部署的工作方式如下:使用者使用蓝色版本时;绿色版本将被并行部署。然后,当使用者切换为使用绿色版本时,蓝色版本将被移除。在上图中,“准备 V2”(“Preparing V2”)和“切换到 V2”(“Switching to V2”)阶段代表更新/升级阶段。 就是这样简单! 这意味着更新/升级所需要做的更改都会在尽可能不影响用户的情况下被部署。在后台执行大部分更新/升级相关任务后,系统即切换到更新的版本,而更新后的系统即刻变为可用。因此,用户遇到的不允许登录系统的停机时间通过蓝绿部署将大大减少。 目前,SAP S/4HANA Cloud 中的所有....

This blog aims to assist and complement the understanding of the Data Builder on a high level and is based on my personal learnings. SAP Data Warehouse Cloud’s Data Builder allows for technical personas to model underlying relationships of data from various sources and levels of granularity. It provides the ability of leveraging graphical interfaces....

Systems are not adequately configured or updated to restrict system access to properly authorized and appropriate users. Control Description Access is authenticated through unique user IDs and passwords or other methods as a mechanism for validating that user are authorized to gain access to the system. Password parameters meet company and/or industry standards (e.g., password....

The invention of OS-level virtualization to deliver software in packages called containers was one of the first steps toward modernizing the development process of cloud-based applications.  In the pre-container world, Developers had to configure applications specific to physical or virtual machines, creating install packages in unique versions for the operating system and machine variants, often....

Scenario: If there is a requirement to move ECC on DB2 – AIX (on-premises) to ECC on DB2-Linux(AWS) or any DB2 heterogeneous migrations to cloud, this blog address issues with Export data dump transfer delays to cloud and better manage Cloud migration using parallel Export/Import process, reducing downtime. Caveat: This method helps if you have limitations in....

This blog would help you as an Architect to speed-up the migration process for your On-Prem / SAP Commerce from CCv1 (SAP Commerce Cloud on SAP Infrastructure) to CCv2 (SAP Commerce Cloud on Microsoft Azure Cloud). We will also see the difference between CCv1, On-Prem, and CCv2 and then look into detailed solutions for Data....

Motivation: This blog post provides prescriptive guidance to Product Owners, Solution Architects and Consultants ability to leverage SAP S/4HANA and SAP Business Technology Platform digitizing, optimizing business processes both by adopting Standard and Extending business logic to scale, innovate and deploy at speed. We come across SAP Business Technology Platform as next go to place....

When visualizing and working with data over a time perspective there are at least 3 scenarios: non-temporal: We only want to analyze the latest data available. This is the default approach when building presentations. It gives us the opportunity to quickly model data and build reports on top of it. temporal (no monitoring): We want to....

In this Blog we are going to see How to validate MYSAPSSO2 cookies with SAP Cloud Integration Introduction Recently, as part of an integration project in one of our clients, I was faced with the challenge of validating MYSAPSSO2 cookies with SAP BTP. After some research I was able to come up with 2 different....

Regardless of whether the ERP system is an onPremise (e.g. SAP S/4HANA onPremise / SAP ECC) or Software-as-a-Service (SaaS) solution, all layers (physical data storage, database, operating system, middleware and application) must be considered by the IT auditor. The main difference for the auditor between an onPremise and SaaS solution is, that the auditor has....

Today, customers expect that cloud solutions should offer continuous availability, sparing them the need to wait for planned maintenance events. They prefer that software deployments do not disrupt their businesses anymore. And this is exactly what Blue-Green deployment methodology helps SAP S/4HANA Cloud achieve.   With the current Blue-Green deployment supported updates (hotfix) and upgrades (release)....

An agile approach involves cross-functional teams where individual team members complement each other’s skills. With the move to cloud-based development, teams must often deal with increasing complexity and must learn quickly. Both aspects bring up new challenges when it comes to growing the necessary skills. This blog introduces some problems in empowering the teams to....

Background: In Intelligent Service Center (ISC) we have a dedicated option to connect an Integration Center process from the events. But if we want to connect CPI processes from the Intelligent Service Center we don’t have a straight forward option. In this blog I would like to explain how can we connect a CPI process based....

The SAP EarlyWatch Alert service covers many topics regarding system health, performance and security. This blog describes how you can self-organize your consumption of the service to get the most benefit out of it: Stay informed about urgent topics by setting up notifications, schedule regular meetings to follow-up the comprehensive alert list and pro-actively seek....

Introduction: As an abapper most of us might be new to calling external APIs from the ABAP environment. There are lots of APIs on cloud foundry or deployed elsewhere which we can use as per as our need. Most of them use the OAuth 2.0 authentication and other authentication processes. You must have heard about....

Many SAP customers initially subscribe to SAP BTP for one or two services that they need for the projects in scope. As the discovery and design phases unveil, and also as more BTP services are rolled out onto the platform, customers may find out that more BTP services can be leveraged in their project implementations.....

Two-thirds of the Earth’s surface is covered with water. The other third is covered with auditors from headquarters.” – Norman Ralph Augustine –   Introduction 1.1. Legal and Regulatory Requirements – Local GAAP The IT-Audit procedures described in this blog posts are intended as a guidance for an IT-Auditor familiar with both, SAP ERP systems and with....

Introduction This blog post will guide you, how to integrate SAP Task Center with SAP Alert Notification service to monitor the connected “task providers”. Please also read the documentation at help.sap.com of SAP Task Center for additional details. To get an overview about SAP Alert Notification service please have a look into the official help.sap.com documentation for more insights. Scenario SAP Task Center allows....

Hopefully you have already heard the news that the SAP S/4HANA 2022 release is out now for on premise and private cloud customers including the new ABAP cloud development approach for ABAP custom extensions. As the Chief Product Owner of the ABAP Platform Boris Gebhardt outlined in the blog post How to use Embedded Steampunk in SAP S/4HANA....

In many ways, nature is a great architect and comes up with concepts long before developers and architects had even thought about using them to solve IT problems. After they did, they typically realize quickly that nature’s concepts provide great value for them. Event-driven architecture is one of these concepts that for a long time....

Over past years SAP customers have heavily extended and modified SAP solutions. There are SAP ERP systems with a few million lines of custom code. During a system conversion to SAP S/4HANA or a migration to SAP BTP ABAP Environment customers want to reuse the existing custom code. Simplified the custom code migration process looks....

Curious to know more about the latest features introduced in SAP AppGyver? This blog post covers them in a summarized manner, read along and add value to your AppGyver projects with these exciting features. Introduction SAP AppGyver is a no-code solution part of SAP BTP! Please refer to this tutorial to kick start your Low-code/No-code journey! I have been working....

I was part of a CAP project which has grown over time and started causing issues during deployment. From time to time the deployment failed because of the following error: Timeout occurs when trying to start DB service (Failed to make TCP connection to port 8080: connection refused As this occurred more often I started....

This blog series is mainly targeted for developers and administrators. If you are someone who has gone through the plethora of tutorials, documentation, and presentations on security topics in SAP BTP and still lacks the confidence to implement security for your application, you have come to the right place. In this blog series, you will....

This blog describes how to enable the standard text for text determination, using the sales document header as an example. As a result, when a sales document is created, the system copies a predefined standard text to the target text (in this example, internal note). Creating Standard Text Open the Maintain Standard Texts app. To access this....

In this blog, I would show how you can use the extensibility option provided in solution order to copy data from solution order to the custom references field in follow-up subscriptions.   Other blogs in the same series are:  Process extensibility  OData API extensibility UI extensibility  Progress extensibility  Analytics extensibility  Subscription Extensibility( this blog ) What is solution order?  The....

Since integration topics are currently the talk of the town when it comes to SAP Profitability and Performance Management Cloud (SAP PaPM Cloud), it would just make sense to let the community know that one of the most popular data warehousing service that is: SAP Data Warehouse Cloud (SAP DWC) could be easily integrated to your SAP PaPM Cloud Tenant. If you’re curious....

Testing is an important part of modern programming culture, and CAP provides many tools to make  our life easier. For simple applications, we can use the provided `cds.test` to launch a CAP test server to work with. (See reference here https://cap.cloud.sap/docs/node.js/cds-test) This is similar to `cds watch` where an in-memory database is spun up as default....

NOTE: this blog posts series is intended for developers who have previous experience in developing CAP applications using SAP Business Application Studio, SAP BTP destinations, and the destination and XSUAA services. Introduction Secure cloud software should always rely on some sort of authentication and authorization mechanism to let users benefit from its functionality and protect....

SAP HANA Cloud enables your data-driven solutions to leverage cloud-native scalability, speed, and performance. SAP HANA Cloud also appeals to businesses extending their SAP applications with adjacent non-SAP scenarios. A great example of extending transactional applications is the use of spatial data. Companies that utilize both transactional and spatial data can gain more insights from....

When to use? It will happen many times when you have to apply the same mapping logic with some little changes different times. With the following steps it will be easy for you to use the same mapping different times. Step 1: Download the main Mapping from resources of your iFlow. Step 2: Extract the....

In 2021, the organization decided to migrate SAP workloads to AWS to enjoy the benefits provided by the cloud. At the same time, we will be step closer to modernizing the applications. In on-prem, we were using Site2Site VPN with SAP. We planned to use a similar solution in AWS using “AWS Site 2 Site VPN”. https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html....

To follow-up with this blog post you must complete the following prerequisites: Read the Series Introduction post; Create an SAP BTP Trial Account following this tutorial; Setup SAP Business Application Studio in your SAP BTP trial following this tutorial; In your SAP Business Application Studio, create a dev space for Full-Stack development. Access SAP Business Application Studio We are going to start by accessing the selected IDE....

REHAU Polymers (Suzhou) Co., Ltd. (REHAU China), the first go-live and reference customer of SAP S/4HANA Cloud in the Greater China region, has been working closely with SAP in recent years. Earlier this year, REHAU China stood out of 195 submissions and was recognized as the Business Innovator Champion at SAP Innovation Awards 2022, exemplifying the power of....

Introduction: Hello Integration Experts!! I would glad to let you know that recently we had a business requirement where we need to Integrate with the Bloomberg to retrieve the daily exchange rates. Bloomberg is the global leader in business and financial data. https://www.bloomberg.com/ Bloomberg supports Webservices, SFTP, REST API for Integration. We are using REST API with JWT....

This is the 5th blog post in the series Centralised Transport Naming Standards. See also blog posts: Centralised Transport Naming Standards Centralised Transport Naming Standards – SCP ABAP Environment Migration Centralised Transport Naming Standards – Branch By Abstraction Centralised Transport Naming Standards – Service Now Integration Context I mentioned at the end of my last blog that....

In this tutorial we’re going to create 2 little apps and deploy them to 2 different trial accounts. We configure trust (based on SAML) and create a destination configuration of type OAuth2SAMLBearerAssertion. This tutorial is based on the explanations given in the previous blog post. Quicklinks: Quick Guide Sample Code Content Part 1: Theory-Torture (previous blog) 0.1. Introduction....

In this blog lets look at the Managed Scenario (Behavior Implementation )  in the ABAP on BTP platform .   As mentioned in the title , Managed scenario helps to eliminate most of the code (used for CRUD operations in the Implementation class).  Since the managed approach takes all the responsibilities  of the CRUD operations , we....

This blog post shows how to support authorization (scope, role) in a user-centric scenario where a REST endpoint is called from an application in a different subaccount (in different region). Used technologies: SAP BTP, Cloud Foundry, XSUAA, SAML2, OAuth2, Destination, OAuth2SAMLBearerAsertion, Node.js, This blog post builds completely on top of the scenario described in detail....

In this blog, we will describe the process of identifying and adjusting the correct pieces from SAP BTP in order to solve a specific customer request. This process starts from fully understanding the business needs. Then, how this translates to different SAP BTP components, in order not only to answer the current requirement but also....

This article is intended to help customers using external identity provider  to configure SAML SSO for SAP Analytics Cloud. By default, SAP Cloud Platform Identity Authentication is used by SAP Analytics Cloud. however, if required SAP Analytics Cloud can also be configured with  single sign-on (SSO) using your identity provider (IdP). Pre-Requisite to Configure SSO with External Identity....

When working with the Custom Code Migration app, there are some typical pitfalls. Here is a list of solutions for the most frequent questions and issues. Known Problems  I want to create a cloud-to-on-premise connection and configure the RFC access control list. During the ATC run, I get an error, e.g. “Access denied for function_module_name_xyz....

If you are new to the SAP Business Technology Platform (SAP BTP), there is definitely a lot to learn. Especially if you’re excited about one of the many solutions on SAP BTP, such as app development, data, and analytics, integrating and automation, artificial intelligence, machine learning, and many more. That being said, let’s get straight....

Hello everyone! In the recent past, I have been exploring so many SAP BTP capabilities as part of my work and out of interest. This is my first blog post on the enterprise-messaging capability of SAP.  This service allows components to communicate through asynchronous events and distributes business events from SAP and non-SAP sources across....

Having a code base, which is readable and maintainable is essential for sustainable development. The book Clean Code from Robert C. Martin and some other books contain many best practices around maintainable code. Writing cleaner code is an easy way to boost the quality, maintainability and testability of your code. With Clean SAPUI5 we provide....

After watching and being involved in activities around mergers, divestments, and acquisitions over the 16 years of my career so far, I have realized never to underestimate the importance of an organization’s Master Data. A consumer products company I am familiar with acquired a big competitor in Australia in 2018. I was involved in the....

This blog post describes the way to work with processes in SAP Clod ALM. The blog post implies following pre-requisites: SAP Cloud ALM project is created Initial scope of the project as solution scenario “SAP Best Practices for SAP S/4HANA Cloud” is defined:   Start of work Once the initial set-up of Project in SAP Cloud ALM is done and solution scenario(s) is defined,....

Data compliance has always been a concern, but in recent years, not paying proper attention could lead to costly consequences. Data compliance is a significant concern for most companies that use SAP because of legislative regulations. Laws and rules such as the General Data Protection Regulation (GDPR) in the EU and the Health Insurance Portability....

The HTTP service is the component of the Application Server that provides facilities for deploying web applications and for making deployed web applications accessible by HTTP clients. We have seen HTTP and HTTPS services in SAP ERP, there are many steps involved to create and enable this service in ERP. But in BTP its relatively....

Read how the North American (NA) Partner Ecosystem Success team share their extensive hands-on implementation experience Let me introduce myself, my name is Andy Cannon, and I am an SAP Business ByDesign product expert, and part of our SAP Partner Solution Centre here in North America.  I have 15 years’ experience with the SAP Business....

This article will briefly touch on the trend to rethink and restructure IT teams around the concept of a “Cloud Operating Model”. The cloud represented by fluffy pictograms and icons has become familiar to all manner of human beings today.  IT professionals, ordinary users and consumers and certainly technology sponsors and stakeholders understand it is....

The SAP community with 3 million users represents a full range of SAP customers, partners, developers, mentors, champions, and the Next-Gen of professionals. The community celebrates knowledge, insights, and expertise. A fun and visible part is the recognition of SAP Innovation Awards participation by way of reputation badges which recognize the achievements of participants, finalists, honorable mentions, and winners. Advantages of....

We are happy to announce the first release of SAP Complaint Handling on Nov 14th 2021. In this post we would provide an introduction to SAP Complaint Handling and its key features. Background: Complaints have always been multi-dimensional. Ask any customers and/or end-users, you will soon realize that complaints are perceived from various lenses what....

With its history deeply ingrained in sports heritage as the exclusive supplier of on-field caps for Major League Baseball, New Era Cap Company Inc. is a leading provider of athletic headwear and sports accessories. Founded in 1920, New Era was initially set up as a wholesale business using a business-to-business (B2B) model to sell its....

Did you know your ERP as a Service (aaS) implementation can fail spectacularly when your organization does not embrace a cloud mindset? Many projects might not fail outright, however, their results remain way behind your organization’s expectations. If you were part of the implementation team, such results may not be your fault. And yet, this....

…delving into the details   In introductory post of this series, I lay out a explanation of and reasoning for potential enterprise use-cases for Theta blockchain technology.  Please read that first as we’re going to jump right into getting set up for development. https://blogs.sap.com/2021/05/04/the-case-for-theta Dev Setup   You will need a subscription to Business Application....

With the release 2105 the SAP Enable Now Web Assistant is available for SAP Business ByDesign. OverviewThe SAP Enable Now Web Assistant is a web-based front-end solution which comes as an integrated help system that provides context sensitive assistance for end users and it is available in addition to the SAP Business ByDesign Help Center.The help is....

この記事は SAP IoT services for SAP BTP for the Cloud Foundry EnvironmentのEdge PlatformをRaspberry PIにセットアップしたときの備忘録です。   はじめに Internet of Things Edge PlatformをRaspberry PIにセットアップする場合、メモリが2GB以上ないとgatewayを起動させることが出来ないことに注意が必要です。つまり、Raspberry PI4のメモリが大きめのモデルでないと動作させることが出来ません。Raspberry PI 3やZEROなどではメモリの問題で動作させることが出来ませんでした。 今回は私は以下のバージョンのOSを使用しています。   pi@raspberrypi:~ $ uname -aLinux raspberrypi 5.10.17-v7l+ #1403 SMP Mon Feb 22 11:33:35 GMT 2021 armv7l GNU/Linux   注意1:私はRaspberry PI 4の4GBメモリモデルを使用しています。2GBモデルでも動作すると思うのですが、テストはしていません。 注意2:ひょっとしたら様々なパラメータや後から入れるメモリ関連のパッケージを駆使することでメモリ2GB以下のRaspberry PIでも動作させることが可能かもしれません。   JREのインストール Edgeゲートウェイの動作にはJavaの実行環境が必要です。 Raspberry PIをネットワークに接続し、ターミナル、あるいはSSH等でログインします。 まず一応パッケージリストを更新するほうが良いでしょう。....

More and more companies are embracing cloud technology to assist with business processes. Across all industries, this seamless transfer of data has added simplicity and made important files far more accessible. Cloud technology has become universal in our day-to-day lives. Whether it’s streaming a piece of media on an app, or having a subscription based....

In this blog post you will find some personal suggestions about how to study for exam AZ-104 and get Microsoft Certified: Azure Administrator.   Get Certified: Microsoft Certified – Azure Fundamentals Get Certified: Microsoft Certified – Azure Administrator Associate Get Certified: Microsoft Certified – Azure for SAP Workloads Specialty Get certified at no (or little....

Walkthrough the new SAP Analytics Cloud design experience with me. Simplified Interaction and get you familiar with the tool by watching the below video.    

Intro SAP iRPA & SAP CAI are the two prime topics that are changing the game in this rapid and volatile Enterprise Plannings and Product Designing approach. SAP already has proven that no-code/low-code can be a very useful and easy way to design modern AI-Bot driven Enterprise Softwares. This blog will give an overview of the integration aspects of iRPA....

For SAP S/4HANA Cloud, the latest release is always taking the best intelligent Cloud ERP to the next level, powering the customer journey to the Intelligent Enterprise with Innovations in Intelligent Technologies like Robotic Process Automation, Machine Learning, Situation Handling and Analytics. New innovations and broad sets of features prioritized by our clients and partners help to fuel....

  Data is the lifeblood of your organization. And the ability to derive meaningful insights and analytics from that data in distributed multicloud environment is a critical factor for success. But data and business expectations have changed. The old, centralized approach to data management  isn’t agile enough to meet the needs of data engineers, scientists,....

At SAP, we believe that transparency and access to information makes for a stronger relationship with our customers. In SAP Trust Center, a wide variety of documents that detail our security and data protection measures, information about compliance through internal reviews and audits, and the availability of our cloud services worldwide are available to the public.....

API’s are digital building blocks for an intelligent enterprise and constitute to be the back-bone for digital transformation which makes API based integrations very relevant. In S/4 HANA world, apart from use of standard API’s made available via API Business Hub for extension, there is also a need to write new API’s for use withing....

In this blog post, you will find some personal suggestions about how to study for exam CLF-C01 and get AWS Certified as Cloud Practitioner. For the Azure Fundamentals certification, see Get Certified: Microsoft Certified – Azure Fundamentals Most of the material is made available for free by AWS and includes online courses, live streams with Q&A, additional....

Recently I was working on a multi-tenant application. As part of the requirement I had to support separate S3 buckets for tenants for security concerns. Having multiple buckets sounds good when we talk about production environments with respect to costing. But I had to solve the problem for development environment where multiple developers would be....

Purpose This blog post is created to use SAP HANA express edition using Azure. Primary purpose of this blog post is to get familiarized with SAP HANA. This post is targeted for system administrators. Credit – Images/URLs used in this document are from Microsoft Azure portal available in public domain. Create your Azure Account You need....

With release 20.08 of SAP Business ByDesign Cloud ERP marketing, sales and service employees can more flexibly analyze the sales forecast based on quotes and manually add a reference to presales and service documents. This allows more accurate sales forecasting on sales quotes with our without quote versions and to depict the relation to presales....

With the 20.08 release of Cloud ERP SAP Business ByDesign marketing employees can segment target groups by using reports and refresh for periodic execution of campaigns. Here is a quick demo: Here is the list of steps you need to do: Define report view with selection and filter criteria Save definition as bookmark to make the combination of....

Have you ever thought about ‘going to the cloud’ wall-to-wall? With the full depth and breadth of industry capabilities? In this blog, I would like to share what ‘in the cloud’ means for an automotive supplier. No matter if you tend to go for a public or private cloud environment, SAP supports your endeavors with....