SAP Articles

Page 42 of 91

Path for file based data backups in SAP HANA

SAP ABAP Expert
SAP ABAP Expert
Updated on 17-Jun-2020 378 Views

All the information is available under global.ini file which stores global configuration properties for each service in the landscape.These are the global properties most frequently used for extended storage configuration − Name Section Value Defaultbasepath_databackup persistence File path($DIR_INSTANCE)/backup/data

Read More

Difference between enforced and unenforced license in SAP HANA

SAP ABAP Expert
SAP ABAP Expert
Updated on 17-Jun-2020 2K+ Views

In SAP HANA, following permanent license type is supported −Unenforced License: When you use an unenforced license key in SAP HANA and consumption of HANA system exceeds the license amount of memory, it doesn’t effect the operation of SAP HANA database.Enforced License: When an Enforced license key is installed and consumption of HANA system exceeds the license amount of memory, HANA system gets locked. If this situation occurs, HANA system has to be restarted or a new license key should be requested and installed.

Read More

Different Aggregation functions in SAP HANA

SAP ABAP Expert
SAP ABAP Expert
Updated on 17-Jun-2020 1K+ Views

In a general scenario, it is advisable to store the table as Column store when you have to run complex OLAP queries. OLAP queries include complex calculations and different SQL aggregation functions are used in the query.Select Sum(Sales) from table_name where Column1=’ABC’; Aggregate Functions include −Sum() - returns the sum of the numeric values in a given columnMax() - returns the maximum of the numeric values in a given columnMin() - returns the minimum of the numeric values in a given columnAverage() - returns the average of the numeric values in a given columnPercent() - returns the percentage of the numeric ...

Read More

Requirements to use a text join in SAP HANA

SAP Developer
SAP Developer
Updated on 17-Jun-2020 317 Views

When you use a Text join in SAP HANA, following condition should be met −You should have Text table always on the right side in joinThere should be a Language columns definedBelow shows an example of Attribute join where Language column is used in text join −

Read More

Exporting a Delivery unit in SAP HANA using HANA Studio

John SAP
John SAP
Updated on 16-Jun-2020 661 Views

In SAP HANA system, you have to assign packages to Delivery unit. Once packages are assigned to export DU, you can see the list of DU’s by using Export option −Go to File → Export → Delivery Unit → Select the Delivery UnitYou can also select export location:Export to ServerExport to ClientThis means that a Delivery unit can be exported to HANA Server location or to a Client location as shown in the below snapshot. It also shows you list of all packages that will exported with Delivery unit you have selected from drop down list.

Read More

Checking number of rows in an internal table in SAP

SAP
Ramu Prasad
Ramu Prasad
Updated on 15-Jun-2020 13K+ Views

You can use the LINES function to get the number of rows in an internal table.Use the following syntax to call the function:DESCRIBE TABLE LINES Once the function is executed the variable will hold the number of rows in the internal table.

Read More

Getting an error while previewing swf file from XML data in SAP Dashboard Designer

John SAP
John SAP
Updated on 15-Jun-2020 207 Views

There could be multiple reasons that this error comes up. Try below steps:Adobe Global Security Settings changesMade entries in windows host file andAdded SAP server as trusted site in IEThis purely seems to be a security setting issue in Adobe Flash Player. There are various SAP notes that you can search however I am not aware any relevant one.

Read More

Using SAP RSECNOTE tool to display information for ABAP and Java Stack

Anil SAP Gupta
Anil SAP Gupta
Updated on 15-Jun-2020 809 Views

In SAP system, you can use tools like RSECNOTE and SAP EarlyWatch Alert which can be to find out the patches and verify their implementation status. You can access RSECNOTE by executing Transaction code: SA38 or ST13.RSECNOTE tool in SAP system is used to determine which important security notes or hot notes are missing in a system.You can refer more details about this tool in SAP OSS Note 888889. You can access this tool by calling T-Code: ST13 and entering RSECNOTE and then press F8 button.888889 - Automatic checks for security notes using RSECNOTE (outdated)You use transaction ST13 to start ...

Read More

Difference between SBObob GetItemPrice and CompanyService GetItemPrice in SAP B1?

Giri Raju
Giri Raju
Updated on 15-Jun-2020 308 Views

As per my understanding, SBObob takes fewer parameters but provide the more accurate result for item price taking into accounts for BP and quantity of items, etc. CompanyService GetItemPrice accepts more parameters however information is scarce in the SDK help file for this method. Also, note that there is no information on this return type.ItemPriceReturnParams uses below properties:CurrencyDiscountPrice

Read More

Is it required a configuration in SAP SM59?

Swarali Sree
Swarali Sree
Updated on 15-Jun-2020 462 Views

If you are only calling a Remote Function Module in SAP system, you don’t require any configuration in SM59.Considering a scenario where your SAP system has to call a function in the C# application, then you need to configure RFC destination using SM59. You can Transaction for defining HTTP destinations- SM59.There are two types of HTTP connection:HTTP connection to an external server (connection type G)HTTP connection to an ABAP system (connection type H) Note that both the connection types differ from each other in terms of logon procedures. The technical settings are same for both connections.

Read More
Showing 411–420 of 902 articles
« Prev 1 40 41 42 43 44 91 Next »
Advertisements