Articles on Trending Technologies

Technical articles with clear explanations and examples

Who maintains and governs CSS?

Samual Sam
Samual Sam
Updated on 30-Jul-2019 756 Views

CSS invented by Håkon Wium Lie on October 10, 1994, and maintained by a group of people within the W3C called the CSS Working Group. The CSS Working Group creates documents called specifications. When a specification has been discussed and officially ratified by W3C members, it becomes a recommendation.These ratified specifications are called recommendations because the W3C has no control over the actual implementation of the language. Independent companies and organizations create that software.

Read More

Difference between specification and recommendation that introduced CSS

karthikeya Boyini
karthikeya Boyini
Updated on 30-Jul-2019 366 Views

The CSS Working Group creates documents called specifications. When a specification has been discussed and officially ratified by W3C members, it becomes a recommendation.These ratified specifications are called recommendations because the W3C has no control over the actual implementation of the language. Independent companies and organizations create that software.The World Wide Web Consortium or W3C is a group that makes recommendations about how the Internet works and how it should evolve.

Read More

Different services to add to tenant database

SAP Developer
SAP Developer
Updated on 30-Jul-2019 474 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 309 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 254 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 370 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 343 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 <filename> 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 446 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
Showing 60721–60730 of 61,248 articles
Advertisements