Articles on Trending Technologies

Technical articles with clear explanations and examples

Different services to add to tenant database

SAP Developer
SAP Developer
Updated on 30-Jul-2019 502 Views

Following are the main services that you may need to add to a tenant database:indexserverxsenginescriptserverdpserver

Read More

Using header rows during flat file upload in SAP HANA

Anil SAP Gupta
Anil SAP Gupta
Updated on 30-Jul-2019 331 Views

This can be done using File import option. While importing first file, you have an option to “Add columns” in new table so you can create addition columns as per column names in other CSV’s. You can also define their datatypes, length, Primary key, not null and other column properties in same window.

Read More

How do we connect SAP Business One with Ubercart?

Sai Subramanyam
Sai Subramanyam
Updated on 30-Jul-2019 272 Views

This can be done using SAP DI server as it is using XML based format for importing data and more suitable for external data exchange. You can refer to below documentation for more details on SAP BI DI Server. https://archive.sap.com/documents/docs/DOC-7699 The DI Server enables business partners to develop SOAP-based solutions to read, write, update, and remove data objects on the database level. It provides a suitable infrastructure for server-oriented partner solutions. SAP Business One Web Services wrapper (B1WS) exposes the DI Server functionality as Web Services to provide a better usability. Developers only need to add the web references to ...

Read More

Importing limited number of rows from CSV in SAP HANA

Anil SAP Gupta
Anil SAP Gupta
Updated on 30-Jul-2019 385 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.

Read More

Running T-code me51n again in SAP system throws an error

Syed Javed
Syed Javed
Updated on 30-Jul-2019 356 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.

Read More

Moving objects from one package to another package in SAP HANA

Anil SAP Gupta
Anil SAP Gupta
Updated on 30-Jul-2019 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.

Read More

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

Anvi Jain
Anvi Jain
Updated on 30-Jul-2019 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.

Read More

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

Anil SAP Gupta
Anil SAP Gupta
Updated on 30-Jul-2019 474 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.

Read More

Naming convention for creating a delivery unit in SAP HANA

Anil SAP Gupta
Anil SAP Gupta
Updated on 30-Jul-2019 265 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.

Read More

Information required while creating a new Delivery Unit in SAP HANA

John SAP
John SAP
Updated on 30-Jul-2019 264 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)

Read More
Showing 60951–60960 of 61,297 articles
Advertisements