I tested the Elecrow Pi Terminal – read what I thought of it
The new Pi Terminal from Elecrow integrates a 7” IPS touchscreen, a Raspberry Pi CM4 module, and sockets for mini-PCIe cards into one platform. The module packs so many connectors…
IT, Techno, Auto, Bike, Money
The new Pi Terminal from Elecrow integrates a 7” IPS touchscreen, a Raspberry Pi CM4 module, and sockets for mini-PCIe cards into one platform. The module packs so many connectors…
Tribit Stormbox Lava: Two-minute review A new Bluetooth speaker has erupted, boasting booming bass output that will make you “feel the heartbeat of the earth”. So yes, enter the Tribit…
This week’s episode contains segments on Developer Challenge, Generative AI in SAP Build Process Automation, Generative AI in SAP Build Apps, SAP BTP Usability Event – HANA Cloud. This week’s…
Sigma BF: two-minute review I knew that the Sigma BF would frustrate me at times, but what I wasn’t prepared for was how much I would enjoy making pictures with…
RayNeo Air 3s glasses: One minute review I’ve been reviewing AR smart glasses for a few years, and while they’ve been some of my favorite gadgets to test in that…
The SAP Community Escape House has a new addition!! We’ve built a garage where we have set up a workshop to build all kinds of stuff using SAP Build. Use…
Find out what’s new in the Document Information Extraction service in Q1 2025. Find out what’s new in the Document Information Extraction service in Q1 2025. Read More Technology Blogs…
As part of an SAP service delivery, SAP consultants typically identify issues they observe in a customer’s solution landscape and recommend actions how to solve the issues. You can manage…
The IBP_ADD_TIME_DIMENSION function in SAP IBP is used to simplify the modeling of key figures by converting time-independent input key figures into time-dependent output key figures. This function helps in…
The “Migrate Your Data” Fiori App simplifies the process of transferring customer data into SAP, ensuring efficiency and accuracy. This document provides a step-by-step guide 📖 on using the app,…
Topics covered: Augmentation.possible operations for augmentation.EML : MODIFY AUGMENTING ENTITY.Flow chart.Difference between augmentation and determination.Use case with example. Read More Technology Blogs by Members articles #abap
Samsung Galaxy A56 review: Two-minute review Mid-range and budget smartphones are growing in popularity as flagship devices increasingly come with heftier price tags. That doesn’t mean the best cheap phones…
View or buy at Dreame UK / Amazon / Very Dreame H15 Pro Wet and Dry vacuum review: two-minute review Officially unveiled at CES 2025, the Dreame H15 Pro Wet…
This blog is part of the series 8 Baby Steps to Learn Joule. Please check the previous blogs, before proceeding. #1 – Introduction to Joule #2 How Joule Works In…
Several people have explained similar topics, but I would like to write this down as a memo to cover patterns that are not often mentioned. In SAP BTP, most APIs…
This blog is part of the series 8 Baby Steps to Learn Joule. In the previous blog #1 – Introduction to Joule, we learnt what Joule is and how customers…
The Data Attribute Recommendation (DAR) service can now be used for categorical data imputation use cases (e.g., filling in missing values of categorical fields in a record, auto-filling categorical fields…
This is a summary of the business use case I presented together with my colleague @amagnani in this session: Grounding techniques in SAP BTP – From automated grounding to in-database…
何名かの方が似たようなことを解説していますが、それらを見てもあまり掲載されていないパターンについても備忘録として書いておきたいと思います。 SAP BTPでは大半のAPIはOAuth2.0の認証を経由して扱います。大凡のサービスでは 1.サービスのインスタンスを作成する 2.サービスキーを発行する という作業を行うことで、2で発行されたサービスキーの中にAuth2,0のトークン取得に必要な情報が含まれます。これらの作業はブースターでサービスをセットアップした場合、ブースターによって自動で行われることがあります。 例えばSAP Build Process Automationの場合はブースターによるセットアップでsap_process_automationというインスタンスが作成され、サービスキーも作成されます。 サービスキーの中身は以下のようになるかと思います。 { “endpoints”: { “api”: “https://spa-api-gateway-bpi-eu-prod.cfapps.eu10.hana.ondemand.com” }, “html5-apps-repo”: { “app_host_id”: “a1b2c3d4-e5f6-7g8h-i9j0-k1l2m3n4o5p6,q7r8s9t0-u1v2-w3x4-y5z6-a7b8c9d0e1f2,g3h4i5j6-k7l8-m9n0-o1p2-q3r4s5t6u7v8,w9x0y1z2-a3b4-c5d6-e7f8-g9h0i1j2k3l4” }, “saasregistryenabled”: true, “sap.cloud.service”: “com.sap.spa.processautomation”, “sap.cloud.service.alias”: “spa”, “uaa”: {…