These are the steps that need to be proceeded to get a virtual table, a snapshot table or a replica table(RTR) in an HDI container:Preparation to work with remote resourcesRemote source definitionRole in SAP HANA Cloud to allow remote definitions,Use...
Problem:NEO or HANA 2 XSC database content as tables, views, calculation views, etc. needed to be migrate to SAP Business Application Studio or BUILD Code for further development. Requirements: A SAP Cloud Connector for your HANA 2 environment A ...
In order to get the system privileges someone has to give them to your HDI container. This are the steps you have to follow to get them into the container. In this a sample the IMPORT/EXPORT privileges could be given. [optional] A user with DBA-ADMIN...
Potential use cases are:Overwrite corrupt, broken or otherwise unusable HDI design time files in your project with their last successfully deployed versions.Populate a project's database module with HDI design time files as they are currently success...
When using BAS and you often deploy with HANA Tooling to the database, the response window get a bit overloaded. You can use a setting to automatical clean up your BAS interface:Use "SETTINGS", search with CLEAN and chose: Auto clean deplyoment log.N...
Hi Abdul,can you please add some more details.This is HANA 2 SP07 with XSA (Version?).What code did you take from GIT?How could we reproduce?Maybe you should open a ticket.BR Volker
Hi Sg81,HANA XSA is good to go with CAP as well. I strongly recommend to move away from the XSJS side. Also on HANA 2 this is the better way to go ahead. You can use BTP tool Business Application Studio to work on HANA 2 as well. With CAP you can mig...
Hi Kumar,
Please do not mass around with DDL here. That is very risky. The owner of the objects in the HDI container is the DT user. If you create your won DDL we end up with unsynchronised state in the HDI design time data and the real world. This ...
Hi Sagar, here a sample:== version = 3
column table "GX_EMPLOYEES" (
"EMPLOYEE_ID"NVARCHAR(50) NOT NULL,
"EMPLOYEE_FIRSTNAME"NVARCHAR(50),
"EMPLOYEE_LASTNAME"NVARCHAR(50),
"EMPLOYEE_ACCOUNT_NO"NVARCHAR(50),
"EMPLOYEE_SALARY"DECIMAL(8,2),
"EMPL...
Hi Sagar,
.hdbtable: with a new version of the table you will create a new table.
With the deploy parameter "try_fast_migration=true" and no change in the partition you should get away from a table copy.
.hdbmigrationtable: supports now also alter...