Moving objects from one package to another package in SAP HANA

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

1K+ Views

In SAP HANA Modeler perspective, you have an option of “Mass Copy” using which you can copy mass objects from package to other package. You have to define source and target package mapping.To add new package mapping, you can use button and select Source and Target package from drop down list. In next window, you have to select models and click on Next.

Difference between #include and #include "filename" in C/C++?

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

3K+ Views

The difference between the two forms is in the location where the preprocessor searches for the file to be included.#include The preprocessor searches in an implementation-dependent manner, it searches directories pre-designated by the compiler. This method is usually used to include standard library header files.#include "filename"The preprocessor searches in the same directory as the file containing the directive. If this fails, then it starts behaving like the #include form. This method is usually used to include your own header files.

Maintaining vendor ID for Delivery unit in HANA using SAP HANA Studio

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

469 Views

You can also maintain Vendor ID in Administration tab in SAP HANA Studio. Select HANA system and click on Administration and go to Configuration tab. In filter, enter Vendor and search:Click on Change and you will get an option to enter new Vendor Id value. Click on Save to save the changes.

Naming convention for creating a delivery unit in SAP HANA

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

262 Views

The name of Delivery Unit must contain only capital letters (A-Z), digits (0-9) and underscores (_). It won’t accept any special characters.

Information required while creating a new Delivery Unit in SAP HANA

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

261 Views

First is to pass the name as it is mandate field.Vendor field is mandatory however it won’t allow you enter vendor name here as it takes value from the SETTINGS tab.Version # should be in format: “#.#.#” Example: 1.0.5:1 - DU version number0 - support package version (optional)5 - patch version (optional)

What is the difference between C++0x and C++11?

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

600 Views

C++ and C Standards are usually named after the year they are published in. For example, in C++, the original Standard was published in 1998, so it is called C++98, and its first correction, published in 2003 is called C++03.For the next revision, it was supposed that the next Standard after would be done by 2008, but since it was uncertain, it was named C++0x, where the x stood for either 8 or 9. Though planning shifted and it is now called C++11. So, C++0x was the name for the standard before it was published. Once it was finalized in ... Read More

Configuring a trusted RFC to be used in SLT Replication in SAP HANA

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

563 Views

This can be done using T-code: ltrClick on New → New Window will open → Enter configuration name -> Click Next -> Enter RFC Destination i.e. connection name you have created and click on search option, choose name and click next.

Transporting content from one SAP HANA system to other

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

805 Views

This can be done using Delivery unit option in SAP HANA. You can assign packages to a delivery unit using SAP HANA Studio or using Application Lifecycle Management.Then this DU can be exported and you need to specify the location- local file system, where you want to save the exported DU. This file can be imported later to add the packages to other system. In below snapshot you can see a Delivery unit is selected under Upload/Download option in HANA Application Lifecycle Management ALM. Once delivery unit is selected, use “Export to File” option to export this DU locally in ... Read More

SQL Script vs Graphical Calcualtion views in SAP HANA

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

1K+ 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 never recommended that you code a Calculation View with SQL Script and use it inside another Calculation View with CE Functions as it results in a very bad performance.

Limitations of using SAP HANA 1.0

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

262 Views

SAP HANA 1.0 can replicate data only from few of data sources and only in few formats using Sybase Replication. You can perform batch loading using SAP Data Services and it is optimized only for Business Object 4.0 for reporting.

Advertisements