Found 694 Articles for SAP HANA

Checking authoring schema job details in SAP HANA

SAP ABAP Expert
Updated on 13-Mar-2020 07:43:47

210 Views

Go to Job log → Current and you can see last job ran for changing authoring schema. You can double click on job type to open the details. In job details, you can see status of job details.

Changing authoring schema of catalog objects in SAP HANA

SAP ABAP Expert
Updated on 30-Jul-2019 22:30:22

321 Views

In SAP HANA Modeler perspective, you have an option of changing authoring schema of catalog objects.Select the objects for which you want to change the authoring schema from Content tab. You can use Add button to add objects Available -> SelectedFrom drop down, you need to select Authoring Schema details- Source and Target

Authoring schema vs Physical schema in SAP HANA

SAP ABAP Expert
Updated on 13-Mar-2020 07:53:14

575 Views

In SAP HANA system, schema is used to group logical objects tables, Stored procedures and database views. When objects are moved from one system to other, you can consider involvement of following schema types −Authoring SchemaThis schema is used in design time views. This schema is used in creating objects in content development system. Let us say you are developing some objects in development system and schema used is Dev_schema that contains all the required tables. Dev_schema is authoring schema to create modeling views.Physical SchemaLet us say you move objects from development system to other system. In target system you ... Read More

Using Schema mapping in SAP HANA

SAP ABAP Expert
Updated on 30-Jul-2019 22:30:22

575 Views

Schema mapping in SAP HANA is used to move objects from one system to other system i.e. from Development system to Test or Test system to production system.Let us say you are moving objects from Dev system to production system and tables in dev system are available in Dev_SCH and same set of tables are also available in production system in Prod_SCH. Now when you move a HANA Information view from Development to production, it will not work as dev_SCH is referenced in Information view definition so in this scenario, you need to perform schema mapping in target system. Read More

Checking schema creation in SAP HANA database

SAP ABAP Expert
Updated on 13-Mar-2020 07:54:21

907 Views

To check this detail, you should have access on “SYS” schema. Run the following SQL query and it will fetch the following columns −SELECT * FROM "SYS"."SCHEMAS";Schema_NameSchema_OwnerHAS_PRIVILEGESCreate_Time

Checking SAP HANA Schema owner name

SAP ABAP Expert
Updated on 13-Mar-2020 07:55:07

964 Views

To check schema owner, you need access on “SYS” schema. Open SAP HANA SQL console and run the following SQL query −SELECT * FROM "SYS"."SCHEMAS";

Changing Ownership of schema in SAP HANA Database

SAP ABAP Expert
Updated on 13-Mar-2020 07:56:00

1K+ Views

I don’t think you can change ownership of schema in database. Easiest way to change ownership of schema is by exporting a schema, drop it from the database and then recreate the schema owned by the target user and import the objects back into the database.In recent version, you can create schema and set other users as an owner of the schema however you can’t change it later −Create SCHEMA TEST123 owned by Demo;In same way, you can collect the script for "Create procedure" from database and drop the procedures in the earlier user schema and then these can be ... Read More

Difference between take over and Switch ownership in SAP HANA

SAP ABAP Expert
Updated on 30-Jul-2019 22:30:22

359 Views

Below is the difference between take over and switch ownership.Take Over: This option is used to take single inactive object from another workspace.Switch Ownership: This option is used to take single or multiple inactive objects from other users.When you expand Switch ownership option in HANA Modeler, you can see description of this option-

Switch ownership option under SAP HANA Perspective

SAP ABAP Expert
Updated on 30-Jul-2019 22:30:22

226 Views

Switch Ownership option is available under SAP HANA Modeler Perspective. IF you don’t see it under Modeler perspective, try to reset from top.

Using Switch Ownership option in SAP HANA

SAP ABAP Expert
Updated on 30-Jul-2019 22:30:22

724 Views

With use of switch ownership you can take single or multiple inactive objects from other users. Multiple Information views can be created in HANA system and all these views remains inactive until they are activated in HANA Studio. With use of Switch Ownership option, one user can take ownership of one or multiple inactive objects in HANA.You need to select inactive Information objects that you want to take from other user. From drop down list you can select source user and with use of Add button, you can add objects under selected models window.

Previous 1 ... 3 4 5 6 7 ... 70 Next
Advertisements