SAP HANA Articles

Page 48 of 58

Information required to connect MS Excel to SAP HANA

SAP Expert
SAP Expert
Updated on 30-Jul-2019 244 Views

Choose SAP HANA MDX Provider from this list to connect to any MDX data source → Enter HANA system details (server name, instance, user name and password) and you need to click on Test Connection → Connection succeeded → OKIt will give you the list of all packages in drop down list that are available in HANA system. You can choose an Information view → click Next → Select Pivot table/others → OK.

Read More

An Agentry application by SAP crashes for older iPads

SAP Expert
SAP Expert
Updated on 30-Jul-2019 185 Views

You can try modifying your code where method “didFinishLaunchingWithOptions:” starts everything in background.application(_:didFinishLaunchingWithOptions:)This method is used to tell the delegate that the launch process is almost done and the app is almost ready to run.Method declaration:optional func application(_ application: UIApplication,didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey : Any]?

Read More

Using MIN IF function in SAP Dashboard

SAP Expert
SAP Expert
Updated on 30-Jul-2019 159 Views

You can use SUM if function as status is always 1 or 0.=IF(SUMIF(C:C,Q4,G:G)>=6,1,0)

Read More

Getting error message while using SAP Scripting Tool

SAP Expert
SAP Expert
Updated on 30-Jul-2019 345 Views

Try renaming variable “Application” as it is used as a variable however it is also predefined read only object in Excel.

Read More

Checking SAP Business One installation programmatically

SAP Expert
SAP Expert
Updated on 30-Jul-2019 234 Views

You can check SAP Business One installation using below code: Public Function isSapBusinesOneClientInstalled() As Boolean Try SAP Business One Application Dim type As Type = Type.GetTypeFromCLSID(New Guid("632F4591-AA62-4219-8FB6-22BCF5F60088")) Dim obj As Object = Activator.CreateInstance(type) Marshal.ReleaseComObject(obj) Return True Catch ex As COMException Return False End Try End Function

Read More

Creating a Dashboard from Webi Report

SAP Expert
SAP Expert
Updated on 30-Jul-2019 697 Views

Yes, you can use Webi report in Dashboard using Web Service URL. You can use that URL in dashboard. To get URL, you need to select table in Webi report -> Right click Publish.

Read More

Uploading an excel file in Web Dynpro for ABAP

SAP Expert
SAP Expert
Updated on 30-Jul-2019 509 Views

Note that an Excel stores data in number format and to display in date format, you have to show it format as a date. You can also try using this formula: TEXT(31421,"YYYY-mm-dd") and the date should display correctly.

Read More

Modifying or Executing SAP jobs using .NET Connector

SAP Expert
SAP Expert
Updated on 30-Jul-2019 286 Views

In SAP system, you have an external BAPI that can be called to manage SAP jobs, check this FM: "BAPI_XBP_JOB". You can use BAPI_XBP_JOB* function modules to create/schedule a job to run the query. For more details, you can refer below link − BAPI_XBP_JOB There are various FM’s that can be used to start or stop a job immediately: BAPI_XBP_JOB_START_IMMEDIATELY BAPI_XBP_JOB_START_ASAP And many more.

Read More

Not able to delete Server Intelligence Agent SIA in CMS

SAP Expert
SAP Expert
Updated on 30-Jul-2019 566 Views

I think you can delete it from Windows Services. You can use below steps to delete this service. Open Central Configuration manager (CCM) and stop the Server Intelligence Agent (SIA) to be deleted. Next is to go to Windows Start > Run and type in "services. MSc" without the quotes and press Enter key. In the Services applet, find the SIA service to be deleted say Server Intelligent Agent (BI40) as shown in first snapshot. Go to Properties of Server Intelligent Agent (BI40) and navigate to “General” tab -> Copy the Service name BOEXI40XXXXX to the clipboard. ...

Read More

How can I open a VDS file with three js?

SAP Expert
SAP Expert
Updated on 30-Jul-2019 267 Views

Note that three.js is library and it can’t be used to open a file format. This file can’t be opened using Autocad.To know morw about three.js library, you can use this link:Getting Started with three js

Read More
Showing 471–480 of 573 articles
« Prev 1 46 47 48 49 50 58 Next »
Advertisements