SAP HANA Articles

Page 23 of 58

In SAPUI5, how two add two icons in StandardListItem

SAP Expert
SAP Expert
Updated on 13-Mar-2026 385 Views

Instead of using StandardListItem, you should use CustomListItem. With the use of CustomListItem, you can add any kind of content including multiple icons. Understanding CustomListItem As per SAP documentation, CustomListItem has the following use: This control with a content aggregation can be used to customize standard list items that SAP doesn't provide. List mode and ListItem type are applied to CustomListItems as well. Note: Even though the content aggregation allows any control, complex responsive layout controls (e.g. Table, Form) should not be aggregated as content. Reference: SAP CustomListItem Constructor Syntax The constructor for ...

Read More

Moving BAPI, Function Module, and Business Object from one SAP system to other

SAP Expert
SAP Expert
Updated on 13-Mar-2026 527 Views

Moving BAPI, Function Module, and Business Object from one SAP system to another can be performed using the Change and Transport System (CTS). CTS is a comprehensive tool that can be used to move ABAP objects, Java objects, and other development artifacts across your SAP system landscape. Transport Management System Overview Transport management is one of the key components in SAP system landscape and is used to perform the following activities − Defining Transport Domain Controller ...

Read More

Modifying or Executing SAP jobs using .NET Connector

SAP Expert
SAP Expert
Updated on 13-Mar-2026 296 Views

In SAP system, you have an external BAPI (Business Application Programming Interface) that can be called to manage SAP jobs using the .NET Connector. The primary function module for this purpose is BAPI_XBP_JOB. Managing SAP Jobs with BAPI Function Modules You can use BAPI_XBP_JOB* function modules to create, schedule, and manage jobs that run queries or other processes in SAP. These BAPIs provide a standardized interface for external systems to interact with SAP's job scheduling functionality. For more details about available BAPI_XBP_JOB function ...

Read More

Checking SAP Business One installation programmatically

SAP Expert
SAP Expert
Updated on 13-Mar-2026 243 Views

You can check SAP Business One installation programmatically by using COM interop to verify if the SAP Business One client components are properly registered on the system. This approach uses the Type.GetTypeFromCLSID method to attempt creating an instance of the SAP Business One application object. Method Implementation The following function demonstrates how to check if SAP Business One client is installed on the system − Public Function isSapBusinessOneClientInstalled() As Boolean Try ' Attempt to get SAP Business One Application type using its CLSID ...

Read More

Not able to delete Server Intelligence Agent SIA in CMS

SAP Expert
SAP Expert
Updated on 13-Mar-2026 578 Views

When working with SAP Business Objects, you may need to delete a Server Intelligence Agent (SIA) from the Central Management Server (CMS). The SIA is a Windows service that manages and distributes processing load across servers in your BI environment. You can use the following steps to safely delete this service − Step-by-Step Process Step 1: Stop the SIA Service Open Central Configuration Manager (CCM) and stop the Server Intelligence Agent (SIA) that you want to delete. This prevents any ...

Read More

Creating a Dashboard from Webi Report

SAP Expert
SAP Expert
Updated on 13-Mar-2026 711 Views

Yes, you can use Webi report in Dashboard using Web Service URL. You can use that URL in dashboard to integrate your reports seamlessly. To get the URL, you need to select the table in Webi report and then right-click to access the Publish option. Steps to Create Dashboard from Webi Report Follow these steps to publish your Webi report as a web service − Open your Webi report in the Web Intelligence interface Select the table or chart you want to publish Right-click ...

Read More

Uploading an excel file in Web Dynpro for ABAP

SAP Expert
SAP Expert
Updated on 13-Mar-2026 517 Views

When uploading an Excel file in Web Dynpro for ABAP, it's important to understand how Excel handles different data types. Note that Excel stores data in number format and to display in date format, you have to show it format as a date. Understanding Excel Date Storage Excel internally stores dates as serial numbers, where each number represents the number of days since January 1, 1900. For example, the number 31421 represents a specific date that needs to be converted to a readable date format. Converting Excel Date Numbers To convert these numeric values to proper ...

Read More

Adding a BCC recipient in Infoview publication

SAP Expert
SAP Expert
Updated on 13-Mar-2026 202 Views

The BCC (Blind Carbon Copy) option allows you to send email copies to recipients without other recipients seeing their addresses. However, BCC availability depends on your Business Objects version. Version Compatibility The BCC functionality has limited support across different SAP Business Objects versions. According to SAP Note 1369269, this feature was not available in earlier versions. SAP Note 1369269 - Unable to Schedule Reports through BCC Symptom − 'BCC' option not available while scheduling reports to email. Reproducing the Issue − Schedule a report with destination as email. Environment − Business Objects Enterprise XI ...

Read More

Error: "invalid schema name" even if schema is present in the database in SAP HANA

SAP Expert
SAP Expert
Updated on 13-Mar-2026 1K+ Views

The "invalid schema name" error in SAP HANA typically occurs when the JDBC connection cannot properly resolve the schema reference, even if the schema exists in the database. This usually happens due to incorrect connection parameters or missing database context in the JDBC URL. Solution You need to specify the database name in the JDBC URL while connecting to the database. The key is to use the currentschema parameter correctly along with proper connection credentials. Example Here's the correct way to establish a JDBC connection to SAP HANA with proper schema reference − import ...

Read More

How can I open a VDS file with three js?

SAP Expert
SAP Expert
Updated on 13-Mar-2026 277 Views

Note that three.js is a JavaScript library for creating 3D graphics in web browsers, and it can't be used to directly open VDS file formats. VDS files are Virtual Disk Service files used by Windows for disk management and can't be opened using AutoCAD or three.js. Understanding VDS Files and three.js A VDS file is a system file format used by Windows Virtual Disk Service for managing storage devices. It contains configuration data and metadata about virtual disks. This file type is completely different from 3D model formats that three.js typically works with. Three.js is designed to ...

Read More
Showing 221–230 of 573 articles
« Prev 1 21 22 23 24 25 58 Next »
Advertisements