Found 1044 Articles for SAP

Enabling XS Engine service in SAP HANA Studio

Anil SAP Gupta
Updated on 30-Jul-2019 22:30:22

706 Views

To Configure DXC, you need to enable XS Engine (SAP HANA Extended Application Services). To enable XS Engine Change the Instance value to “1”. XS Engine Service in SAP HANA Studio is used to handle Control Flow Logic.

Data Provisioning option in SAP HANA Studio

Anil SAP Gupta
Updated on 30-Jul-2019 22:30:22

259 Views

Data provisioning is available under SAP HANA Modeler Perspective.

Data Replication techniques in SAP HANA

Anil SAP Gupta
Updated on 25-Jun-2020 08:22:02

454 Views

SAP HANA is an in-memory database that supports real-time data replication from SAP and non SAP data sources. Following data replications are supported using SAP HANA −SAP Landscape Transformation (SLT) This is trigger based approach used to transfer data from source system to target systemSAP Data Services (BODS) This is commonly used to move data from SAP and non-SAP data sources to HANA db. It is an ETL based replication which extract, transform and load data from source system to target system.Sybase replication in SAP HANA This includes Sybase Replication agent which is part of SAP source application and Replication server implemented in ... Read More

Viewing information in M_PASSWORD_POLICY System View in SAP HANA

SAP Expert
Updated on 21-Feb-2020 08:05:07

290 Views

M_PASSWORD_POLICY System View contains several lines of information about the current password policy.>Select * from M_PASSWORD_POLICY

Creating a Standard user in SAP HANA system using SQL

SAP Expert
Updated on 21-Feb-2020 08:06:19

318 Views

This can be created using following SQL query −CREATE USER TEST_122 PASSWORD Pass123$$

SQL statement to create a Restricted user in SAP HANA

SAP Expert
Updated on 27-Feb-2020 10:36:12

299 Views

It is very simple. You can create a Restricted user with below query −CREATE [RESTRICTED] USER    []    [ ]    [ ]    [ ]    [ ]    [ ]    []In above SQL query, you have to pass following parameters −Specifies a database user in another tenant database as the remote identity of the database user being created.Specifies the user password of the user being created.Defines an external identification mechanism.Defines an external identity that is used to authenticate the user.

Adding PUBLIC role to restricted user in SAP HANA

SAP Expert
Updated on 21-Feb-2020 08:10:48

219 Views

It is not possible to add PUBLIC profile to a restricted user. When a restricted user is created, it doesn’t have PUBLIC profile.

Use of Restricted user in SAP HANA system

SAP Expert
Updated on 22-Jun-2020 08:58:59

337 Views

When you compare standard database users, restricted users have the following limitations −With restricted users, it is not possible to create objects in the database as they are not authorized to create objects in their own database schemaRestricted users are not authorized to view any data in the database as they are not granted the standard PUBLIC roleWith the use of restricted users, you can connect to the database using HTTP.

Creating a Restricted user in SAP HANA

SAP Expert
Updated on 21-Feb-2020 08:17:52

149 Views

You can create a restricted user by navigating to Security tab → UsersWhen you select New Restricted User option, it will open New user creation window, and you have to pass the details as requested.

Limitations covered by SAP HANA as compared to conventional database

SAP Expert
Updated on 22-Jun-2020 08:58:12

112 Views

Following are the key limitations that HANA overcomes −As data size is growing it is a big problem for companies to store huge amounts of data. You talk about any industry domain- healthcare, FMCG, Banking, and Insurance, as subscribers are increasing there is an increase in historical data with time. SAP HANA Column base storage allows data compression and hence reducing the cost of storing the data.As data size is growing it is a huge problem for companies to maintain and analyze the historical data. A conventional database doesn’t provide a mechanism to process large volumes of data. With an ... Read More

Advertisements