Random Numbers and Probability Distributions in the ABAP Environments for 2508
Can ABAP generate random numbers? If you’re nodding yes, you’re in the right place. The short answer: With the ABAP environments 2508 and beyond, the answer is a resounding yes—ABAP…
Triggering Process in Shared Environment from SAP Build Apps – Better Solution 😸
Unfortunately, the Processes flow functions to trigger processes from SAP Build Apps (for now) do not work for shared environments. In a previous blog post I showed how to use…
How to use latest QUnit and sinon to test your SAPUI5 applications
Are you a SAPUI5 developer who loves writing unit tests but feels held back by outdated versions of sinon and qunit bundled with the framework? You’re not alone. In this…
Govern Your RISE Project using CALM/ACTIVATE for Integration Suite, Edge Integration Cell
When implementing SAP Integration Suite, Edge Integration Cell in a RISE with SAP project, you’ll quickly realize there’s more to it than just following the installation steps.Multiple teams are involved…
SAP Integration Suite – Operations – A Structured Blog Series
This blog series is designed to provide a structured overview of operational best practices within SAP Integration Suite. It aims to support in establishing transparency, stability, and modernization across integration…
The Complete Joule Studio Resource Hub: Everything You Need to Get Started
Joule Studio, the latest capability in SAP Build, is a low-code/no-code environment designed for creating, deploying, and managing custom Joule agents and skills. These agents and skills, which are deeply…
Unlock SAP Joule for Developers—Claim Your Free Access Today
Supercharge Your SAP Development with AI—For Free AI is no longer a future vision—it’s built right into your SAP tools today. With SAP Joule for Developers, you can generate enterprise-grade…
Avoiding RFC Timeout Issues During SAP Table Job Extraction in SAP Data Services
Extracting large volumes of table data from SAP systems using SAP Data Services often runs into RFC timeout issues, especially when working with standard dataflows and without the flexibility of…
SAP分析云中新的表构建体验
随着SAP分析云 2025年第三季度QRC版本的发布,我们很高兴向大家介绍全新的表生成器面板,使表设计流程与统计图和地理可视化对象流程更加一致,简化故事创建。这一新功能已于8月中旬陆续在客户的 SAP 分析云中上线。 在这篇博客中,我们将重点介绍强调关键的分析增强,这些内容将细分为以下几个部分: 虚化表 新的生成器面板 功能性增强 对于新的生成器面板中与计划相关的更新,查看Improved Input Readiness and Unbooked Data Display in SAP Analytics Cloud.获取相关内容。 虚化表 当添加新表或者出现错误状态时,虚化表就会出现。在初始创建时,这会阻止不必要的查询被处理并让设计器选择所需的对象, 确保提供一致且有引导的体验。我们还针对循环依赖、实体缺失等情况,引入了更优的错误处理机制。 对于SAP BW查询,该表会自动继承基础查询的布局、筛选器和设置。 新的生成器面板 我们介绍了新的生成器面板,使表构建体验与图表和地理可视化功能体验一致,以下是面板包括的一些增强: “可用对象”面板 灵活的总计和父节点定位 改进的对象选择下拉列表 新的成员选择器…
Automation Pilot を使った Cloud Foundry 上のアプリの夜間停止と再起動の構築手順
English Version はじめに SAP BTPのCloud Foundry環境で稼働するカスタムアプリケーションですが、リソース最適化の観点から夜間は停止させたいというケースも考えられます。そこで、BTP上で提供されるローコード/ノーコードの運用自動化サービスであるAutomation Pilot を活用して、「夜間にアプリを停止し、朝に再起動する」ための構築手順を紹介します。 想定読者は、Cloud FoundryやBTPには馴染みがあるが、Automation Pilotを初めて利用する方となっています。 1. CatalogとInputの作成 最初にCatalogを作成します。 Catalog: CommandとInputをまとめるフォルダのような単位で、プロジェクトごとにまとめて管理できます。 今回は ‘Sample’ という名前を付けます。 次に、Cloud Foundryアプリを操作するためのInputを作成します。 Input: Commandで使う設定値をKey-Value形式でまとめて管理できます。 Input名は ‘CfAppOperation’ とします。 Inputには、認証情報と対象アプリを特定するための情報を登録します。 user : BTPのテクニカルユーザー名…
Automatically Stop and Restart Your Cloud Foundry App Overnight with Automation Pilot
Japanese version Introduction When you run custom applications in the SAP BTP Cloud Foundry Runtime, it may be smart, purely from a resource-optimization standpoint, to shut them down at night…