Hello everyone,We are currently implementing various applications based on the Gen_AI_HUB.With the latest update of the models in the Generative AI Hub, the following models from Googlehave been added:These models can be created as a configuration an...
Hi,try the following code. using STODashboardService as service from '../../srv/dashboardservices';
annotate service.ZIJS_CDS_TOTAL_TI_COUNT with @Aggregation.ApplySupported: {
$Type : 'Aggregation.ApplySupportedType',
SupportedAggregationMe...
Hi,as far as I know, SAP HANA System Replication (HSR) ( version August 2024) does not natively provide a direct function to limit or throttle the replication speed. However, there are some strategies you can use to manage and mitigate the network lo...
Hi,retrieving the MAC address of the network card of the message server directly from the SAP GUI front-end is not a straightforward task because SAP GUI does not typically expose this level of hardware detail through its standard interfaces.In some ...
Hi,I had the same problem. Unfortunately there is no button with "Rename" (somehow really annoying. Should be implemented).Here are my notes on how I managed the renaming.Access the Custom Analytical Query in the Query Browser:Navigate to the SAP Fio...
Hi,here is a small example of how you can decode images.To display a base64-encoded image in your SAP UI5 application, you need to decode the base64 string and bind it to an Image control. Here’s a small guide to help you achieve this:Step-by-Step Fe...