CSS Relative Units

mkotla
Updated on 30-Jul-2019 22:30:22

180 Views

In relative units, the length value is fixed and it appears the exact size of the element. Let us see the units:UnitsAbbreviationPercent%EmEmExExRoot emRemViewport widthVwViewport widthVhViewport widthVmCharacterChGridGd

Specify Stop Wait Timeout Date and Time in SAP HANA

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

357 Views

You can also stop HANA system by setting date and time and this comes under Soft stop.In case you don’t shut down the system before the specified timeout, it is shut down forcefully.

What is CSS and Why It Is Used

varun
Updated on 30-Jul-2019 22:30:22

343 Views

CSS handles the look and feel part of a web page. Using CSS, you can control the color of the text, the style of fonts, the spacing between paragraphs, how columns are sized and laid out, what background images or colors are used, layout designs, variations in the display for different devices and screen sizes as well as a variety of other effects.Cascading Style Sheets, fondly referred to as CSS, is a simple design language intended to simplify the process of making web pages presentable.CSS is easy to learn and understand but it provides powerful control over the presentation of ... Read More

Difference Between Stop and Kill a Service in SAP HANA

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

246 Views

Stop...The service is stopped normally and then typically restarted.Kill...The service is stopped immediately and then typically restarted.

Using Parallel Processing in SAP HANA

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

899 Views

With the use of column based storage in HANA, data is available vertically and hence operations on different columns can be easily performed. When there is a requirement to process to process more than one column, it is processed by the different processor.

Current Version of CSS

karthikeya Boyini
Updated on 30-Jul-2019 22:30:22

1K+ Views

CSS3 is the latest standard of CSS earlier versions (CSS2). Cascading Style Sheets, level 1 (CSS1) was came out of W3C as a recommendation in December 1996. This version describes the CSS language as well as a simple visual formatting model for all the HTML tags.CSS2 became a W3C recommendation in May 1998 and builds on CSS1. This version adds support for media-specific style sheets e.g. printers and aural devices, downloadable fonts, element positioning, and tables.CSS3 became a W3C recommendation in June 1999 and builds on older versions CSS. It has divided into documentation is called as Modules and here ... Read More

Activating Missing Services in SAP HANA

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

517 Views

In Services tab under Landscape, you can right click on any service name and select Start Missing Service. This service activates any inactive service in your HANA system.

System Privilege to Start/Stop SAP HANA System

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

425 Views

To perform stop and start individual database services (nameserver, indexserver, xsengine and so on) running on an SAP HANA host or hosts, you should have system privilege SERVICE ADMIN.

Using Fact and Dimension Tables in SAP HANA Modeling

SAP ABAP Expert
Updated on 30-Jul-2019 22:30:22

1K+ Views

The fact table contains measure values and primary key for Dimension tables. Dim tables contain master data. Fact and dimension table are joined in HANA Modeling to achieve some business logic.Example of Measures − Number of unit sold, Total Price, Average Delay time, etc.Dimension Table contains master data and is joined with one or more fact tables to make some business logic. Dimension tables are used to create schemas with fact tables and can be normalized.Example of Dimension Table − Customer, Product, etc.Suppose a company sells products to customers. Every sale is a fact that happens within the company and ... Read More

Using Flat File Load in SAP HANA Database

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

605 Views

You can use Import.. option in SAP HANA Studio to import data from a CSV file. Go to file and click on Import option.Next is to define Import properties. You can create a new table or you can also use an existing table in HANA database. You can also define if a Header rows exists.

Advertisements