SAP Developer has Published 85 Articles

System privilege to start/stop a SAP HANA system

SAP Developer

SAP Developer

Updated on 30-Jul-2019 22:30:22

253 Views

To perform stop and start individual database services (nameserver, indexserver, xsengine and so on) running on an SAP HANA host or hosts, you should have system privilege SERVICE ADMIN.

Opening diagnosis mode automatically in SAP HANA system

SAP Developer

SAP Developer

Updated on 30-Jul-2019 22:30:22

123 Views

In following scenarios. When you open Administration editor, it is opened automatically in diagnosis mode:When you open the Administration editor for a system without an SQL connectionWhen you initiate the start, stop, or restart of a systemYou can also open diagnosis mode manually by navigating to following path:

Stop and start a tenant database in SAP HANA

SAP Developer

SAP Developer

Updated on 30-Jul-2019 22:30:22

989 Views

A SAP HANA administrator can start tenant databases either individually, or it can also be done once by starting the whole system and same is for stopping the database.To perform this, navigate to SAP HANA Cockpit -> Open the Manage Databases app -> You have to select tenant database that ... Read More

Different services to add to tenant database

SAP Developer

SAP Developer

Updated on 30-Jul-2019 22:30:22

213 Views

Following are the main services that you may need to add to a tenant database:indexserverxsenginescriptserverdpserver

Privilege to install a new license key in locked HANA system

SAP Developer

SAP Developer

Updated on 30-Jul-2019 22:30:22

281 Views

With system privilege LICENSE ADMIN, you can connect to the database and execute license-related queries- obtain previous license data, install a new license key, and delete installed license keys.

SQL Script vs Graphical Calcualtion views in SAP HANA

SAP Developer

SAP Developer

Updated on 30-Jul-2019 22:30:22

589 Views

In SAP HANA Modeling, Graphical Information Views are faster as compared to SQLScript in almost every scenario and also Graphical Information Views are easier for others to understand, remodel and change.There are scenarios where you need SQLScript, but it shouldn’t be viewed as a general-purpose solution to modeling problems.Note:It is ... Read More

Using Permanent license key in SAP HANA

SAP Developer

SAP Developer

Updated on 30-Jul-2019 22:30:22

235 Views

Permanent License keys are valid only until the predefined expiration date. License keys specify the amount of memory licensed to target HANA installation.

Persistence layer in SAP HANA

SAP Developer

SAP Developer

Updated on 30-Jul-2019 22:30:21

437 Views

In SAP HANA, Persistence layer is used for handling all operational and transaction data to take secure backup and restoring data incase of corruption or database crash. It provides use of Save point which can be used for restoring data.With use of concept of persistence layer of SAP’s relational database, ... Read More

How to map an Object of objects to a SAP List?

SAP Developer

SAP Developer

Updated on 30-Jul-2019 22:30:20

130 Views

The answer to your question is ‘NO’. It is not possible to map your complex JSON object (object of objects) to a list as it does not make sense.If you want you can have a model or a JSONModel which replicates your object and then you can map it ... Read More

Using JCo to connect SAP with Android

SAP Developer

SAP Developer

Updated on 30-Jul-2019 22:30:20

208 Views

I have not tried it but it does not seem feasible. The reason being if you are planning to use JCo library, you will require a native library but that is still not available for Android environment.You can try an alternative for it. You can create a Web Service either ... Read More

Advertisements