SAP HANA Articles

Page 54 of 58

Extract data from SAP system using ERPConnect

Daniol Thomas
Daniol Thomas
Updated on 30-Jul-2019 446 Views

As per my understanding of your question, the better option for you will be to code the selection in ABAP. Then you can wrap this selection in a function module which will be remote function call enabled. Then go ahead and use this module.But let’s say you are not able to use it, then only remaining option for you will be ‘RFC_READ_TABLE’ but it has got its own problems.

Read More

Standards for maintaining Customer Repository Objects in SAP

Nitya Raut
Nitya Raut
Updated on 30-Jul-2019 178 Views

The Y-namespace is meant to be used for centrally developed solutions or also known as head office while the Z-namespace is used for local developed solutions or also known as branch office. But at the end of day, it all depends on the developer how he uses it.

Read More

Determining table or structure of an ABAP code

Smita Kapse
Smita Kapse
Updated on 30-Jul-2019 348 Views

abc would be a table and its line will be of type PPP. For structure, you need to code asabc TYPE PPP

Read More

Learning SAP HANA and scope with ABAP-HANA or BI-HANA

Nishtha Thakur
Nishtha Thakur
Updated on 30-Jul-2019 352 Views

While you have a valid point that most of the SAP HANA projects are coupled with varied SAP landscape but there does exists a lot of projects which involve only native SAP HANA development.It entirely depends on your interests and knowledge base but sound understanding of the core concepts around data ware housing needs to be clear, if you are planning to build anything utilizing the base concepts.Presently, as per my understanding, clients prefer ABAP on HANA as they have one or other existing ABAP solutions. So, any enhancement using ABAP seems more sensible and appropriate.So I will suggest you ...

Read More

Adapter properties dropdown not updated with list even after installation (SAP 7.2 adapter)

mkotla
mkotla
Updated on 30-Jul-2019 178 Views

I have experienced something similar in the past. What I noticed was a part of the installer, the assembly responsible for Microsoft adapter properties is not deployed over to the group.I had to perform the step manually. So I had to copy the dll (BizTalkPropertySchema) manually so that the options in dropdown starts coming.Also, make sure the Global assembly cache is synced while adding.

Read More

OData or Java Services to be consumed by SAP UI5 application

Nitya Raut
Nitya Raut
Updated on 30-Jul-2019 481 Views

Before I make any proposal, I am assuming that you understand both oData and REST very well. REST is a well-known and accomplished architecture style whereas oData is a protocol for communication.OData resides on top of Atompub protocol which in turn is based on REST so overall oData seems to follow REST path only and it is implemented in a similar manner.The advantage that you get with oData is that it saves a lot of effort and time in handling client side either by writing Javascript code or something else. I agree that the support in JAVA for oData will ...

Read More

Connecting to SAP HANA server on Cloud using PHP

Nishtha Thakur
Nishtha Thakur
Updated on 30-Jul-2019 559 Views

To get the server name of SAP HANA server, you need to check the virtual machine (VM) list.You can find this list under Virtual machine details of your corresponding HANA SPS5 server’s External Address property.Usually, the port number is 30015.For the problem that you are facing regarding the connection set up, you can refer below link for more details.https://blogs.sap.com/2013/06/17/connecting-to-your-hana-database-from-php-using-odbc/

Read More

Inserting new line to the output using WS_Download in ABAP

Nitya Raut
Nitya Raut
Updated on 30-Jul-2019 1K+ Views

First of all, don’t use WS_DOWNLOAD as this is obsolete.You can use a character type field and set it to cl_abap_char_utilities=>cr_lf. Now use this field at places where you want to insert the new line.

Read More

Error while connection SAP HANA with .NET

Anvi Jain
Anvi Jain
Updated on 30-Jul-2019 242 Views

You would require installing both the 32 bit and 64 bit SAP HANA client software as Microsoft Visual operates on a 32 bit application.

Read More

Single query vs multiple queries to fetch large number of rows in SAP HANA

Smita Kapse
Smita Kapse
Updated on 30-Jul-2019 2K+ Views

Single query would always be better than the multiple queries. The number of rows does not impact much on performance. It is the way query is written and the data to be fetched which makes the difference. Also, the table should be indexed.

Read More
Showing 531–540 of 573 articles
« Prev 1 52 53 54 55 56 58 Next »
Advertisements