Using Repair Dependencies Option in SAP HANA

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

291 Views

Navigate to SAP HANA Modeler Perspective -> Repair Dependencies. You need to select a repair type and folder to save repair job log -> Next

Export SAP HANA Modeling View

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

668 Views

When you have to export a HANA Model, right click on Semantic layer -> Export Diagram..It will give you an option to export it as an image. Click Ok and browse the location to save the file locally.

Image Formats Supported in SAP HANA Modeling View Export

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

175 Views

There are different Image format options available:

Accessing SAP HANA Cockpit for Offline Administration

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

325 Views

The SAP HANA cockpit for offline administration is accessible at https://:1129/lmsl/hdbcockpit//index.html or http://:1128/lmsl/hdbcockpit//index.html. You can also navigate to the SAP HANA cockpit for offline administration from the standard SAP HANA cockpit.With use of SAP HANA cockpit for offline administration, it displays content as tiles that function as entry points to individual applications.

Media Queries with CSS3

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

295 Views

Media queries are for different style rules for different size devices such as mobiles, desktops, etc. You can try to run the following code to implement media queries with CSS3 − Example Live Demo body { background-color: lightpink; } @media screen and (max-width: 420px) { body { background-color: lightblue; } } If screen size is less than 420px, then it will show lightblue color, or else it will show light pink color

Different Tiles in SAP HANA Cockpit Offline Administration

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

165 Views

When you open SAP HANA Cockpit for offline administration, following tiles are available:

Data Provisioning Option in SAP HANA Studio

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

442 Views

Data provisioning is available under SAP HANA Modeler Perspective.

Play Infinitely Looping Video on Load in HTML5

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

5K+ Views

The tag specifies video. Currently, there are 3 supported video formats for the element that are MP4, WebM, and Ogg. Autoplay is used to start the video when the video and page loads.The loop attribute is a boolean attribute. When present, it specifies that the video will start over again, every time it is finished.The loop attribute should do it. Your browser does not support the video element. If you have a problem with the loop attribute, listen to the videoEnd event. After that call the play() method when it fires.

Enable XS Engine Service in SAP HANA Studio

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

1K+ Views

To Configure DXC, you need to enable XS Engine (SAP HANA Extended Application Services). To enable XS Engine Change the Instance value to “1”. XS Engine Service in SAP HANA Studio is used to handle Control Flow Logic.

Check XS Engine Service in SAP HANA System

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

982 Views

You can try accessing XS Engine using below address in IE.http://:80 and you will get below screen to show that XS Engine is working fine.

Advertisements