Import Limited Number of Rows from CSV in SAP HANA

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

337 Views

Yes, this can be done using File Import option in HANA Studio.  In Import data from local file wizard, un-check the option- Import all data and you can mention Start Line and End Line value.

Running T-Code ME51N in SAP System

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

292 Views

Try using breakpoint on my include in EXIT_SAPLMEREQ_010 and check if it gets to breakpoint on the second run.It could be possible that error gets stuck due to standard SAP procedure. Try to run this T-code: me51n in different environments and check if it works fine.

Move Objects Between Packages in SAP HANA

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

937 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.

Install a New License Key in Locked HANA System

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

463 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.

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.

Maintain Vendor ID for Delivery Unit in HANA using SAP HANA Studio

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

398 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

212 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.

CSS3 Opacity Property

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

123 Views

The opacity is a thinner paints need black added to increase opacity. The following example shows CSS3 Opacity property − Example Live Demo #m1 {background-color:rgb(255,0,0);opacity:0.6;} #m2 {background-color:rgb(0,255,0);opacity:0.6;} #m3 {background-color:rgb(0,0,255);opacity:0.6;} HSLA colors: Red Green Blue

Information Required While Creating a New Delivery Unit in SAP HANA

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

217 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)

Assign Packages to Delivery Unit in SAP HANA

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

321 Views

To assign packages to a delivery unit, you have to select the Delivery unit and click on Add buttonYou will see list of all the packages which are available in Repository and you can select all packages that has to be added to Delivery unit.

Advertisements