SAP ABAP Expert has Published 141 Articles

Difference between enforced and unenforced license in SAP HANA

SAP ABAP Expert

SAP ABAP Expert

Updated on 17-Jun-2020 09:18:46

716 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 ... Read More

Advantages of using SAP S/4 HANA over SAP ERP

SAP ABAP Expert

SAP ABAP Expert

Updated on 17-Jun-2020 09:18:15

684 Views

SAP S/4 HANA is based on installation options which are provided by HANA and it includes on premise deployment, cloud based deployment or Hybrid deployment model.Following are the advantages of using SAP S/4 HANA −Multi tenancySAP S/4 HANA takes advantages of HANA's multi tenancy feature, with this option we can ... Read More

Different Aggregation functions in SAP HANA

SAP ABAP Expert

SAP ABAP Expert

Updated on 17-Jun-2020 09:15:47

778 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 ... Read More

Turning Help mode ON to add SAP ABAP Explanation Text

SAP ABAP Expert

SAP ABAP Expert

Updated on 12-Jun-2020 09:44:49

78 Views

Yes it is possible to ON help mode by going to personal settings in portal or you can also set it in associated parameter. To enable it globally, you need to find the application in the Portal Content, there you can find URL Parameter and then try adding HELPMODE=ON.Check out ... Read More

De-normalization and Analytic views in SAP HANA

SAP ABAP Expert

SAP ABAP Expert

Updated on 12-Jun-2020 09:43:43

211 Views

Note that HANA is not for de-normalization however it stores data in columnar format so all aggregations are performed on the fly.You can create multiple views but this will add duplicate data and an extra effort to maintain them. Number of views normally depends on business needs, because views contain ... Read More

How to split SAP Smartform templates

SAP ABAP Expert

SAP ABAP Expert

Updated on 12-Jun-2020 09:42:45

283 Views

I don’t think what you have mentioned can be achieved using Smart forms. To create template like this, it is not possible to use template concept of Smart Forms.Check out this link and it also cover how to split the contents into separate windows:SAP Documentation

Getting an error on creating an Index in SAP HANA

SAP ABAP Expert

SAP ABAP Expert

Updated on 12-Jun-2020 09:30:41

258 Views

I think if you would have gone through the documentation or gone through the message “column already indexed” carefully, you would have figured out that the index already exists.If the data type of the column is TEXT then HANA by default creates an index on it. What you can do ... Read More

Move data from one warehouse to other in SAP MM

SAP ABAP Expert

SAP ABAP Expert

Updated on 12-Jun-2020 09:29:34

75 Views

You can try using an existing function module “bapi_goodsmvt_create” which will let you do very easily what you require.

Making RFC call from COM/OLE object in SAP

SAP ABAP Expert

SAP ABAP Expert

Updated on 12-Jun-2020 09:28:53

195 Views

To communicate between SAP systems, there is a need to define a mechanism. One of the most common ways is to define Remote Function Call (RFC Connection) between two systems. By creating a trusted RFC connection between two systems, it allows you to create trusted-trusting relationship between systems wherein, you ... Read More

Authorize a new user in SAP

SAP ABAP Expert

SAP ABAP Expert

Updated on 12-Jun-2020 09:27:54

248 Views

Basics things first, even if you are using a trial version but you still need to provide the license information and a developer key.Instead of using a DDIC user, you can try using a BCUSER for your requirement as it is a part of the trial version.You can try to ... Read More

Advertisements