SAP Expert

SAP Expert

114 Articles Published

Articles by SAP Expert

Page 12 of 12

What are the available options for Data integration in SAP?

SAP Expert
SAP Expert
Updated on 30-Jul-2019 180 Views

Yes, there exists an equivalent. You can go for using SAP HANA Smart Data Integration also known as SDI. It is a standard offering of SAP for data integration.  You don’t require any additional infrastructure for this, like a separate server or other. There are lots of blogs and online help which can help you to start on SDI.You can also check out for Data services but that is too complex and may be excessive for the mentioned usage.

Read More

How to perform repetitive aggregation over a field in a SAP HANA table?

SAP Expert
SAP Expert
Updated on 30-Jul-2019 150 Views

The logic is pretty simple. You can define a local variable which is used for storing the total sum of all the groups. When you are performing iteration for each group, you can add the sum at the group level to the local variable.I am not suggesting code as it is very basic and straightforward.

Read More

What does an InfoStore refer to in SAP BO?

SAP Expert
SAP Expert
Updated on 30-Jul-2019 346 Views

Basically Infostore refers to the metadata about Objects and in BO terms – infoobject. An infoobject is basically an entity in SAP business Object universe. It can be a report or a user or an event as well.For E.g.: if we are speaking about an employee so an employee has a metadata like Name, Department, Designation, Salary and others. Infostore lists out this metadata when the context in Employee. So when you execute a GET request for getting infostore it returned you the metadata for an info object.

Read More

How to upload a big CSV file in SAP Hybrid mobile app quickly?

SAP Expert
SAP Expert
Updated on 30-Jul-2019 231 Views

As you said you are using the hot folder concept, you need to ensure that the proper threads are being used at every moment for any operation.By default, the number of threads used for import is one. To be more technical, impex.import.workers thread is one if not set explicitly. Since in your case the file is big, make sure that you exploit all the available cores to the fullest. It is highly recommended that maximum threads at any point of time should not be more than twice the number of cores. For optimal working, you may need to work out ...

Read More
Showing 111–114 of 114 articles
« Prev 1 8 9 10 11 12 Next »
Advertisements