SAP Expert has Published 131 Articles

Architecture of SAP HANA system

SAP Expert

SAP Expert

Updated on 18-Jun-2020 09:43:23

745 Views

SAP HANA contains multiple components and it provides high computing power to HANA. Most important component of SAP HANA system is Index Server, which contains SQL/MDX processor to handle query statements for database.SAP HANA system also consists of Name Server, Preprocessor Server, Statistics Server and XS engine. XS engine is ... Read More

Creating a mandatory variable in SAP HANA View

SAP Expert

SAP Expert

Updated on 18-Jun-2020 09:33:21

236 Views

Yes, this is possible. When you create variable in HANA, you have an option to make it as a mandate. Also from the drop down, you can make Selection type as Range or Interval

Creating a copy of an existing Attribute view in SAP HANA

SAP Expert

SAP Expert

Updated on 18-Jun-2020 08:41:53

507 Views

Yes, it is possible to create a copy of an existing Attribute view. While passing View name and View type, you can select the option of “Copy From” and this will enable Browse option from which you can select any of existing view to copy.

Creating a new table in SAP HANA

SAP Expert

SAP Expert

Updated on 18-Jun-2020 08:16:45

3K+ Views

New tables can be created using the two methods given below −Using SQL editorUsing GUI optionThe new table can be created using SQL Create Table statement –Create column Table Test1 (    ID INTEGER,    NAME VARCHAR(10),    PRIMARY KEY (ID) );When you run this SQL query, you get a ... Read More

Component Name in SAP HANA architecture

SAP Expert

SAP Expert

Updated on 18-Jun-2020 07:50:33

192 Views

The following table lists all the key server components in HANA, the corresponding services, and OS process details.

Different database objects inside Catalog folder in SAP HANA Studio

SAP Expert

SAP Expert

Updated on 17-Jun-2020 09:22:01

576 Views

It includes −Column ViewsEPM ModelsEMP Query SourceFunctionsIndexesProceduresSequencesSynonymsTablesTriggersViews

Moving BAPI, Function Module, and Business Object from one SAP system to other

SAP Expert

SAP Expert

Updated on 12-Jun-2020 08:30:47

433 Views

This can be performed using Change and Transport system CTS. CTS can be used to move ABAP objects, Java objects in your SAP system landscape.Transport management is one of the key components in SAP system landscape and is used to perform the following activities −Defining Transport Domain Controller.Configuring the SAP ... Read More

In SAPUI5, how two add two icons in StandardListItem

SAP Expert

SAP Expert

Updated on 12-Jun-2020 08:27:15

326 Views

Instead of using StandardListitem, you should use CustomListitem. With use of CustomListitem, you can add any kind of content.As per SAP documentation, CustomListitem has following use:This control with a content aggregation can be used to customize standard list items that SAP doesn't provide. List mode and ListItem type are applied ... Read More

CUID format in SAP BO Server Repository

SAP Expert

SAP Expert

Updated on 12-Jun-2020 08:23:53

611 Views

As per my understanding, CUID is a 35 characters and normally starts with A, B, C, F, K and M. To know formatting of different ID types, you can refer to this:SAP Note: 1285103: What are the different types of IDs used in the BusinessObjects Enterprise repository?CUID: CUIDs are Globally ... Read More

No error while inserting record in child table with no match in master table in SAP

SAP Expert

SAP Expert

Updated on 12-Jun-2020 08:22:34

302 Views

Note that when you perform an insertion using an ABAP program, there is no check on foreign key constraint.  Even when you define checks in data dictionary SE11 still there is no check at database level.When you execute using an ABAP code, this checks consistency at application level and not ... Read More

Advertisements