SAP HANA Articles

Page 56 of 58

Can I use Custom Error pages in SAP HANA?

SAP ABAP Expert
SAP ABAP Expert
Updated on 30-Jul-2019 183 Views

You are correct as XSA supports the custom error pages but classic does not support custom error messages.In case you need to do in any way, then what you can try out is you need to parse all requests through a load balancer or a proxy and then show custom error message. And it is not a easy and maintainable approach.

Read More

Creating context for JNDI in SAP NetWeaver Developer Studio

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

You have to use following properties while running tests outside NWDS:java.naming.factory.initial=com.sap.engine.services.jndi.InitialContextFactoryImpl java.naming.provider.url={our nw host}:50004

Read More

Uploading data to SAP via WebService using WCF in C#

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

I think you should try using long properties as it is one of closed way to get to achieve this.

Read More

How can I transfer data from SAP HANA to virtual table?

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

You are making a basic mistake over here. A VORA virtual table does not support the traditional INSERT or UPDATE or DELETE statements. If you are planning to make any modification to data from VORA itself, then you need to use the APPEND command to add data or files to the table. But since you are trying from SAP HANA even this will not work for you. For your requirement, you need to have a HDFS file then use it for appending to the virtual table.

Read More

Does Process before output and process after input initiate commits in ABAP?

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

Yes, the PBO-PAI triggers commit so your requirement will fail. You need to make changes to your current implementation to avoid the auto-commit.

Read More

What are the available options for Data integration in SAP?

SAP Expert
SAP Expert
Updated on 30-Jul-2019 178 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 144 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

SAP SuccessFactor OData API access

Priya Pallavi
Priya Pallavi
Updated on 30-Jul-2019 1K+ Views

You need to sign up a demo account for SAP Cloud platform. SAP SuccessFactors and SAP HANA Cloud Platform, you can easily get SAP Cloud Applications Partner center program. You have to perform some additional configuration for both.For more details, you can go through below link:https://blogs.sap.com/2013/11/25/get-your-hands-dirty-successfactors-api-access-for-hcp-based-extensions/With use of OData API, it provides with built on protocols like HTTP following the REST methodologies for data transfer. With OData API, you can make use of SuccessFactors in providing Restful integration services for HR data in SAP Cloud.SAP SuccessFactors uses OData API for extraction and still there is some crucial sets of data ...

Read More

Can anyone help me with Eclipse configuration for SAP HANA Cloud platform? Below is schema details:

Abhinanda Shri
Abhinanda Shri
Updated on 30-Jul-2019 196 Views

Note that Eclipse Neon is not compatible tih SAP HANA Cloud platform. Refer the below compatibility document: https://tools.hana.ondemand.com/#hanatools

Read More

What does an InfoStore refer to in SAP BO?

SAP Expert
SAP Expert
Updated on 30-Jul-2019 343 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
Showing 551–560 of 573 articles
Advertisements