Priya Pallavi has Published 44 Articles

SAP SuccessFactor OData API access

Priya Pallavi

Priya Pallavi

Updated on 30-Jul-2019 22:30:20

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

Unloading tables in SAP HANA database

Priya Pallavi

Priya Pallavi

Updated on 30-Jul-2019 22:30:20

804 Views

HANA consumes lot of space in system tables/views, statistics, caches. When you unload tables, these memory areas will not be released.Check SAP Notes https://launchpad.support.sap.com/#/notes/1969700

Difference between JCoClient and JCoDestination

Priya Pallavi

Priya Pallavi

Updated on 30-Jul-2019 22:30:20

808 Views

JcoDestination is the newer version (3) and JCO.client is the older version (2) of SAP Java connector Class. Along with the change of names in the classes, they have also re-written the library architecture in the new version JCoDestination. It is recommended to use the newer version JCodestination.

How (where) are the elements of an array stored in memory?

Priya Pallavi

Priya Pallavi

Updated on 30-Jul-2019 22:30:20

2K+ Views

In Java, arrays are objects, therefore just like other objects arrays are stored in heap area. An array store primitive data types or reference (to derived data) types Just like objects the variable of the array holds the reference to the array.

Advertisements